[flexcoders] Looking for freelance/contract developers

2007-01-23 Thread revanisle
Hi all, I have been lurking on this list for over a year now trying to improve my Flex skills while my workload has been piling up. I'm finding more opportunities than I can handle on my own so I'd like to compile a list of experienced freelance/contract Flex developers I can outsource projects

[flexcoders] F2B3: Can TileList automatically resize itself to always show all children?

2006-05-31 Thread revanisle
Hi all, I have a TileList (several actually, but they all work the same) that can contain any number of children. Its width is bound to 100%. What I want is the height to grow and shrink so all children are always visible regardless of how many it contains and how wide the (variable

[flexcoders] F2B2 States: How to clear/remove a style set in a state

2006-04-27 Thread revanisle
Hi all, For simplification, let's say I have an app with two states as follows: mx:states mx:State name=LEFT mx:SetStyle target={PREVIEW} name=left value=0/ mx:SetStyle target={PREVIEW} name=right/ /mx:State mx:State name=RIGHT mx:SetStyle target={PREVIEW} name=left/ mx:SetStyle

[flexcoders] Newbie: VBox expanding when it shouldn't

2006-03-07 Thread revanisle
Somehow I lost the default behaviour of a VBox. When I put more stuff in it than will fit, I want it to scroll. I had this working correctly 2 days ago and for the life of me can't figure out what I did to mess it up. Part of my UI is a VBox nested inside another VBox. The first VBox puts a

[flexcoders] Newbie: load external xml problem

2006-02-27 Thread revanisle
Hi all, I'm new to Flex and AS3 (well, I guess everyone's new to AS3) and am having difficulty with what should be basic and simple - loading an external xml file. I can't even get the examples in Help to work (Flex 2beta): 1 var externalXML:XML; 2 var loader:URLLoader = new URLLoader(); 3 var