The problem is that the ADG stuff is missing from the mxml-manifest.xml file. The chart stuff is there but no ADG.
To fix, open up ...sdks/3.3.0/frameworks/mxml-manifest.xml in your favorite editor. Add the following lines somewhere (I added them in the <!-- framework --> section)... <component id="AdvancedDataGrid" class="mx.controls.AdvancedDataGrid"/> <component id="AdvancedDataGridColumn" class="mx.controls.advancedDataGridClasses.AdvancedDataGridColumn"/> <component id="AdvancedDataGridItemRenderer" class="mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer"\ /> There may be more that I have missed but those three got me going again. This has been reported as a bug which is supposedly fixed in Gumbo (Which I am not using yet). HTH. Steve --- In [email protected], Pan Troglodytes <chimpathe...@...> wrote: > > Well, either I got confused before and though it was working when it was > still broken, or it's more complicated. > > It's back to not working at all for me under 3.3.0 for any Advanced* classes > n MXML or ActionScript. > > > > On Wed, Apr 29, 2009 at 11:42 AM, Pan Troglodytes [email protected]: > > > I had the exact same problem with 3.3.0. After switching it to 3.3.0, it > > wouldn't bring up code completion for either MXML or ActionScript on > > AdvancedDataGrid/AdvancedListBase/Advanced*. It would bring it up for the > > chart classes, though, which are also in the same SWC. Switching it back to > > 3.2.0 and the code completion would work. > > > > I found that when I switched it back and forth a few times, it started > > miraculously working even for 3.3.0. Seems like something in FB is getting > > gummed up that eventually resets itself. > > > > > > > > On Wed, Mar 18, 2009 at 10:59 AM, valdhor [email protected]: > > > >> This is the first time that I have actually used the AdvancedDataGrid > >> so I went through the instructions at... > >> > >> http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.htm\ l > >> > >> and the thread at... > >> > >> http://tech.groups.yahoo.com/group/flexcoders/message/138099 > >> > >> This worked well and I could run the examples and modify them as I wanted. > >> > >> I did notice, however, that there was no code completion available for any > >> AdvancedDataGrid component. > >> > >> Am I missing something? A XML file is missing maybe? > >> > >> Any thoughts would be most welcome. > >> > >> Steve > >> > >> > >> > > > > > > > > -- > > Jason > > > > > > -- > Jason >

