You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Carlos Rovira <ca...@apache.org> on 2018/09/17 13:26:03 UTC

Error in DataItemRendererFactoryForColumnData dataGroup

Hi,

while searching for other things I found that VSCode is reporting a fail
in DataItemRendererFactoryForColumnData in the line 135:

var dataGroup:IItemRendererParent = list.dataGroup;

Access of possibly undefined property dataGroup through a reference with
static type IList.

Don't know how this is compiling.

Hope other using this code could see what's happening

thanks

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Error in DataItemRendererFactoryForColumnData dataGroup

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,
as I said you, don't know what example uses that class. I only see the
error while browsing in VSCode the Basic library. At some time I open that
file and VSCode reports the error. I think that class is used by basic
components like (maybe) list, combobox or dropdownlist, so examples like
DataBindingExample that I think it used DropDownList or ListExample should
be good to look at it

thanks

Carlos


El lun., 17 sept. 2018 a las 21:24, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> I can try with Moonshine if you tell me which example it is.
>
> Thanks,
> Piotr
>
> On Mon, Sep 17, 2018, 7:49 PM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Piotr,
> >
> > the error is reported by VSCode, so no maven involved here. In fact maven
> > is passing and ANT too...so this is strange
> > In the other hand don't know where this bead is used, for this reason I
> > report and said if someone that has some example or work that uses it
> could
> > try it.
> > Maybe as you say is a false positive, but in this case something is
> > failing, or VSCode, or SDK...
> >
> > thanks
> >
> > El lun., 17 sept. 2018 a las 15:28, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>) escribió:
> >
> > > Hi Carlos,
> > >
> > > Try to compile without Maven and check if it's failing there. I've seen
> > in
> > > the past errors where Maven build passes but shouldn't.
> > >
> > > Thanks,
> > > Piotr
> > >
> > > pon., 17 wrz 2018 o 15:26 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > > > Hi,
> > > >
> > > > while searching for other things I found that VSCode is reporting a
> > fail
> > > > in DataItemRendererFactoryForColumnData in the line 135:
> > > >
> > > > var dataGroup:IItemRendererParent = list.dataGroup;
> > > >
> > > > Access of possibly undefined property dataGroup through a reference
> > with
> > > > static type IList.
> > > >
> > > > Don't know how this is compiling.
> > > >
> > > > Hope other using this code could see what's happening
> > > >
> > > > thanks
> > > >
> > > > --
> > > > Carlos Rovira
> > > > http://about.me/carlosrovira
> > > >
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Error in DataItemRendererFactoryForColumnData dataGroup

Posted by Piotr Zarzycki <pi...@gmail.com>.
I can try with Moonshine if you tell me which example it is.

Thanks,
Piotr

On Mon, Sep 17, 2018, 7:49 PM Carlos Rovira <ca...@apache.org> wrote:

> Hi Piotr,
>
> the error is reported by VSCode, so no maven involved here. In fact maven
> is passing and ANT too...so this is strange
> In the other hand don't know where this bead is used, for this reason I
> report and said if someone that has some example or work that uses it could
> try it.
> Maybe as you say is a false positive, but in this case something is
> failing, or VSCode, or SDK...
>
> thanks
>
> El lun., 17 sept. 2018 a las 15:28, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Hi Carlos,
> >
> > Try to compile without Maven and check if it's failing there. I've seen
> in
> > the past errors where Maven build passes but shouldn't.
> >
> > Thanks,
> > Piotr
> >
> > pon., 17 wrz 2018 o 15:26 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Hi,
> > >
> > > while searching for other things I found that VSCode is reporting a
> fail
> > > in DataItemRendererFactoryForColumnData in the line 135:
> > >
> > > var dataGroup:IItemRendererParent = list.dataGroup;
> > >
> > > Access of possibly undefined property dataGroup through a reference
> with
> > > static type IList.
> > >
> > > Don't know how this is compiling.
> > >
> > > Hope other using this code could see what's happening
> > >
> > > thanks
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: Error in DataItemRendererFactoryForColumnData dataGroup

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

the error is reported by VSCode, so no maven involved here. In fact maven
is passing and ANT too...so this is strange
In the other hand don't know where this bead is used, for this reason I
report and said if someone that has some example or work that uses it could
try it.
Maybe as you say is a false positive, but in this case something is
failing, or VSCode, or SDK...

thanks

El lun., 17 sept. 2018 a las 15:28, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Carlos,
>
> Try to compile without Maven and check if it's failing there. I've seen in
> the past errors where Maven build passes but shouldn't.
>
> Thanks,
> Piotr
>
> pon., 17 wrz 2018 o 15:26 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Hi,
> >
> > while searching for other things I found that VSCode is reporting a fail
> > in DataItemRendererFactoryForColumnData in the line 135:
> >
> > var dataGroup:IItemRendererParent = list.dataGroup;
> >
> > Access of possibly undefined property dataGroup through a reference with
> > static type IList.
> >
> > Don't know how this is compiling.
> >
> > Hope other using this code could see what's happening
> >
> > thanks
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Error in DataItemRendererFactoryForColumnData dataGroup

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

Try to compile without Maven and check if it's failing there. I've seen in
the past errors where Maven build passes but shouldn't.

Thanks,
Piotr

pon., 17 wrz 2018 o 15:26 Carlos Rovira <ca...@apache.org>
napisał(a):

> Hi,
>
> while searching for other things I found that VSCode is reporting a fail
> in DataItemRendererFactoryForColumnData in the line 135:
>
> var dataGroup:IItemRendererParent = list.dataGroup;
>
> Access of possibly undefined property dataGroup through a reference with
> static type IList.
>
> Don't know how this is compiling.
>
> Hope other using this code could see what's happening
>
> thanks
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*