It seems like they went out of there way to remove features in coding and make things far far more difficult or am I missing something?
I have my AS code in different files, and right now have nothing but function stubs, and am getting no end of errors :/ I create a variable var investigatorSelectionGrid_dp:Array = new Array(1); first thing it does is on the mxml side where I have it assigned to a dataProvider parameter it says something about possibly not being able to see changes or something. So I add [Bindable] over it. Then it says I can't use [Bindable] on a non-public variable, so I add public before it. It still says its a "non-public" variable. *scream* It was so simple before and seems to be like pulling teeth now, im going nuts. I can't belief they would louse up Flex as bad as it seems they have, so I am hoping I am missing something that knowing makes it all atleast mostly as easy as before. Anyone?!?! Tnks Greg ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

