What is the type of newStyles? Is styleFunction of type Function? - Gordon
-----Original Message----- From: Chema Balsas [mailto:jbal...@gmail.com] Sent: Wednesday, December 19, 2012 12:47 PM To: flex-dev@incubator.apache.org 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 <cfram...@adobe.com> > svn commit: r1423864 looks like it falls in the same category and > should be reverted > > Carol > > > > On 12/19/12 3 :07PM, "Justin Mclean" <jus...@classsoftware.com> 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 > > > >