[flexcoders] Re: Help with SharedObject please!

2006-08-07 Thread wayneposner
Hi Tom... Thanks for that bit of infoThat allowed me to track down where the problem was and find what was preventing anything from being written to my shared object. It's actually pretty strange. I have an array collection that I am declaring as global and public in a mxml component.

Re: [flexcoders] Re: Help with SharedObject please!

2006-08-07 Thread Tom Chiverton
On Saturday 05 August 2006 14:21, wayneposner wrote: > running. Selecting localhost never seems to work for me as it just > keeps re-prompting me for the location of the debugger. Run fdb from the command line. Type run. Now access the debug SWF. > Wayne Incidently " it stops working " isn't ve

[flexcoders] Re: Help with SharedObject please!

2006-08-06 Thread wayneposner
Well, my combo box displays the values from the SO when it's working so I have verification that way. Also, when running using the Flex Builder debug, I have trace statements going to the console which confirm data in my SO. No matter what, though, it won't get anything from my SO when runnin

[flexcoders] Re: Help with SharedObject please!

2006-08-05 Thread wayneposner
I tried downloading the app. It seems to work fine on any shared object created with earlier versions of Flash, but I was unable to get it to read any of my Shared Objectes created with Flex 2/Flash 9. I know some of my SO's have data in them because I have the data it's retrieving being trace

Re: [flexcoders] Re: Help with SharedObject please!

2006-08-05 Thread Jeremy Lu
How about just adding a TextArea control to the stage then trace to it ? On 8/5/06, wayneposner <[EMAIL PROTECTED]> wrote: If I trace it locally the shared object returns what it's supposed to. I'm still relatively new to flex so pardon my asking, but how

[flexcoders] Re: Help with SharedObject please!

2006-08-05 Thread Jason
Sephiroth, the author of the awsome AS2 editor SE|PY, wrote a free SharedObject viewer that I think will help out with your debugging. http://www.sephiroth.it/python/solreader.php SharedObjects are stored in this location when running from local HD: C:\Documents and Settings\{USERNAME}\Applicatio

[flexcoders] Re: Help with SharedObject please!

2006-08-05 Thread wayneposner
If I trace it locally the shared object returns what it's supposed to. I'm still relatively new to flex so pardon my asking, but how do you configure flex to trace data from a "deployed" swf (ie. running from a url). I know if I try to just simply run the debug files generated by flex, I get