[flexcoders] Using An Array Collection Produced From XML In Conjunction With Shared Object

2010-03-20 Thread James
I have an old app which allows the user to drag items between two tilelists and then save the contents of both tilelists by clicking a save button using the sharedObject method. The tilelists are populated by array collections defined in the app. I want to change this so that the tilelists are i

RE: [flexcoders] using an array

2008-01-17 Thread Gordon Smith
Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, January 17, 2008 10:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] using an array I thought I knew how to do this but it seems like everythin

[flexcoders] using an array

2008-01-17 Thread [EMAIL PROTECTED]
I thought I knew how to do this but it seems like everything little thing I do makes errors. var incorrects:Array; incorrects[2]='asdf'; TypeError: Error #1009: Cannot access a property or method of a null object reference. What is the matter ?