[flexcoders] list allowMultipleSelection without key pressed ?

2008-07-27 Thread brett.coffin
Is there a way to have the buttons in the list behave like toggle
buttons without the ctrl key press... Can i trick the list to believe
that the ctrl key is press at all times ? any suggestion would be
appreciated. ;) Good Flex Coding  



[flexcoders] Automating the compiling of actionscript projects in Flex Buider 3

2008-06-16 Thread brett.coffin
I am currently creating some actionscript projects in flex builder 3. 
The idea is to create some basic templates (10 or so different look
and feel) with "picture and text holders" but no text or pictures.

Then pass to the selected actionscript project template the picture
and text reference to embed via an xml file and publish the swf. 

I would like to automate that process can anyone point me in the right
direction ? 

I would like to be able to pass commands to flex builder to open a
specific actionscript project, pass it the ref to a xml file and
compile to get my swf...

Any help would be appreciated  

Regards Brett