>
> What was the type of d, the type of v, and the type of parseFunction?
d was Date, v was object, and for parseFunction there was
override public function set parseFunction(value:Function):void
{
super.parseFunction = value;
}
What is the type of newStyles? Is styleFunction of type Function?
The same case... newStyles is Object, for styleFunction there is
override public function set styleFunction(value:Function):void
{
super.styleFunction = value;
}
2012/12/19 Gordon Smith <[email protected]>
> What is the type of newStyles? Is styleFunction of type Function?
>
> - Gordon
>
>
> -----Original Message-----
> From: Chema Balsas [mailto:[email protected]]
> Sent: Wednesday, December 19, 2012 12:47 PM
> To: [email protected]
> Subject: Re: svn commit: r1423863 -
> /incubator/flex/sdk/branches/develop/frameworks/projects/charts/src/mx/charts/DateTimeAxis.as
>
> The error in OLAPDatagrid.as was
>
> Error: Implicit coercion of a value of type IOLAPAxisPosition to an
> > unrelated type Function.
> > newStyles = styleFunction(rowPosn, colPosn, cellValue);
> > ^
>
>
> Both may be related with a setter with that name being defined in the same
> class.
>
> @Gordon is this something you'll be taking care of inside Falcon? I'll
> revert these two, in that case...
>
> Cheers,
> Chema
>
> 2012/12/19 Carol Frampton <[email protected]>
>
> > svn commit: r1423864 looks like it falls in the same category and
> > should be reverted
> >
> > Carol
> >
> >
> >
> > On 12/19/12 3 :07PM, "Justin Mclean" <[email protected]> wrote:
> >
> > >HI,
> > >
> > >> + var parseFunction:Function = this.parseFunction;
> > >
> > >
> > >Wouldn't it be better to fix Flacon rather than change the SDK in
> > >this way? Seems a bit hackish to me.
> > >
> > >Thanks,
> > >Justin
> > >
> >
> >
>