I did this by overriding separator_mouseDownHandler and separator_mouseDragHandler.
The only change was in separator_mouseDownHandler, where i removed the layoutDirection check. I have overridden separator_mouseDragHandler because there was a dependency for nextColumn class variable. On Mon, Jun 9, 2014 at 1:38 PM, Frédéric THOMAS <[email protected]> wrote: > I don't think that's an issue we can fix, in Flex SDK 4.6, the > gridDimensions function is private, maybe upgrade to a newer version to > have it available. > > Frédéric THOMAS > > > From: [email protected] > > Date: Mon, 9 Jun 2014 13:10:39 +0530 > > Subject: Re: Spark datagrid Issue. > > To: [email protected] > > > > Jira raised. > > > > https://issues.apache.org/jira/browse/FLEX-34359 > > > > > > On Mon, Jun 9, 2014 at 12:29 PM, Justin Mclean <[email protected] > > > > wrote: > > > > > Hi, > > > > > > > I am using Flex 4.6 and runtime error is thrown in the below line > > > > > > > > const dimensions:GridDimensions = grid.mx_internal::gridDimensions; > > > > > > > > > Can you please raise a JIRA with sample code to produce here: > > > https://issues.apache.org/jira/browse/FLEX > > > > > > Thanks, > > > Justin > > > > > > > > > > > -- > > > > Regards > > > > Saju Thankathurai, > > -- Regards Saju Thankathurai,
