Thanks! I don't know why i did not think of that. I can parse out the "id"s in the ActionScript files too with RegExps.
Thanks -- -- Keith H -- ---- Alex Harui <[EMAIL PROTECTED]> wrote: > You could parse the xml/mxml looking for id attributes. > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Friday, March 21, 2008 7:02 AM > To: FlexCoders > Subject: [flexcoders] List all Component "id"s used in the Application > > > > QUESTION: > Is there a way in Flex Builder or ActionScript to generate a list of > "id"s use in my application? (So I can print it or copy and paste it so > I can print it) > > REASON: > I was hoping I could simply print the list shown in Flex Builder's > Outline panel., but I dont see any options for it. > > I need to print it out so I can get away from my PC and figure out what > the heck i'm doing. > > Thanks in advance... > > FlexCoders always makes my day! > -- > -- Keith H -- > > >

