[flexcoders] Re: PureMVC

2009-06-19 Thread a.scavarelli
I am just learning it as well, and found this tutorial to be pretty handy as it walks you through every step :) http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-introduction/

[flexcoders] Re: problems embedding symbols from Flash

2009-05-26 Thread a.scavarelli
Is the symbol "exported for actionscript" in it's properties? And if so is the name "amp_ok"? or is it something like "someclass.amp_ok"? I could not ever figure out how to link a symbol to an external as class and use it's extended functionality in Flex. I ended up just creating a component w

[flexcoders] Re: Waiting for Flash Player to connect to the debugger

2009-05-22 Thread a.scavarelli
Hmm, I often get problems like this when, for some reason, another instance of the debugger/player is running. Try making sure you are always closing each instance properly after running your program. Also check out your task manager to see if there are any running in the background. Hopefully

[flexcoders] Re: Any ideas on how to embed a styleDeclaration swf compile time?

2009-05-21 Thread a.scavarelli
ameter in from FlashVars and based on that I load styles. > > > > > In order to compile the css to a SWF, just right click on it and select that > option. > > > > Jake Churchill > CF Webtools > 11204 Davenport, Ste. 100 > Omaha, NE 68154 > <htt

[flexcoders] Any ideas on how to embed a styleDeclaration swf compile time?

2009-05-21 Thread a.scavarelli
I am currently having to load one swf into a swf-loading application; but one of the swf's has a styling swf attached to it. The problem is that I can only load one swf and so I need the styling swf to be embedded into the main swf somehow. StyleManager.loadStyleDeclarations("theme.swf"); [Emb

[flexcoders] Looking for ability to know which item I selected when using Lists

2009-05-19 Thread a.scavarelli
Hey there, I am trying to figure out how to get the data (some text) from a list I have set to editable. It is binded to an array of Strings but I can't figure out how to determine which string I have selected to edit. This so that I can compare it to other strings using editEnd and editBegin L