Oh, sure.
Iam trying to recompile one of my projects currently written for 3.3 into SDK
4. While I was able to set things up to get thru compiling I am getting a
run-time error when an application uses ADG. Here is the error:
TypeError: Error #1007: Instantiation attempted on a non-constructor.
at
mx.controls::AdvancedDataGridBaseEx/getSeparator()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:4149]
at
mx.controls::AdvancedDataGridBaseEx/createHeaderSeparators()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:4186]
at
mx.controls::AdvancedDataGrid/createHeaderSeparators()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGrid.as:1774]
at
mx.controls::AdvancedDataGridBaseEx/drawSeparators()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:4110]
at
mx.controls::AdvancedDataGridBaseEx/updateDisplayList()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:1880]
at
mx.controls::AdvancedDataGrid/updateDisplayList()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGrid.as:6007]
at
mx.controls.listClasses::AdvancedListBase/validateDisplayList()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\listClasses\AdvancedListBase.as:3072]
at
mx.managers::LayoutManager/validateDisplayList()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:657]
at
mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:734]
I was thinking to comment the offensive code out and see what happens.
--- In [email protected], Rick Winscot <rick.wins...@...> wrote:
>
> In the Flex SDKs source? Are you monkey patching (underridding) a control /
> class? ...a little more info about your setup would be helpful.
>
>
> Rick Winscot
>
>
>
> On 5/11/09 9:49 AM, "markgoldin_2000" <markgoldin_2...@...> wrote:
>
> >
> >
> >
> >
> >
> > If I change a line or two in SDK"s source code how do I apply these changes
> > to
> > my project?
> >
> > Thanks
> >
> >
> >
> >
> >>
>