[flexcoders] Application Control Bar in Flex 4 with AIR

2010-06-11 Thread bobby_world
In Flex 3, you use . In Flex 4, it seems to be depreciated. In TourdeFlex there is an example of a CustomControlBarAppSkin, but it doesn't seem to work when you switch the project to an AIR project. Can someone help? I would like to use the Spark framework for skinning an ApplicationControlBar?

[flexcoders] Flex 4 and StyleManager

2010-04-22 Thread bobby_world
Hi! I have a Flex4 based Application and I'm trying to load Styles from a swf file. StyleManager.loadStyleDeclarations("styles/BlueBackground.swf", true); I get an error saying this is deprecated in Flex4. Bobby

[flexcoders] Flex 4 Autocomplete

2009-10-19 Thread bobby_world
Anyone know of an Autocomplete component for Flex 4? I want to use it with a TextInput control. I want something imilar to the Google search box in Firefox. Bobby

[flexcoders] Window on First Run of Application

2008-11-27 Thread bobby_world
I want to create a Software Registration Window that pop up on the first time a user starts an Application in AIR. Is this possible and how would I go about doing this? Thanks Bobby

[flexcoders] Re: FB 3.0.2 plug-in

2008-11-24 Thread bobby_world
Flash Player 10 isn't required for the Flex 3.0.2 framework. But, you can take advantage of the new APIs in Flash Player 10 and AIR 1.5. Bobby

[flexcoders] HTTP service, XML with namespaces

2008-02-22 Thread bobby_world
Can someone post an example of how to get XML from an HTTP service that uses Namespace? I am trying to parse a RSS feed from a podcast with a namespace of itunes: Thanks Bobby