Search

 

February 2012
S M T W T F S
« Nov    
 1234
567891011
12131415161718
19202122232425
26272829  

Tags

Archives

F3 v. F4: Using ViewStack, TabNavigator and Accordion

Tuesday, March 9th, 2010

TweetYou have probably used mx:ViewStack, mx:TabNavigator and mx:Accordion somewhere in your Flex development efforts over the last 5+ years and had code that looks like this: 1234567891011121314151617181920212223<mx:TabNavigator width="400" height="200" horizontalCenter="0" y="15">     <mx:VBox label="Tab 1">         <mx:Label text="This is tab 1"/>     </mx:VBox>     <mx:VBox label="Tab 2">     [...]

Updating AIR 2.0 Flex 4 Apps

Tuesday, November 17th, 2009

Tweet Just a brief FYI that may save you some pain and avoid the TypeError: Error #1007: . If you are now creating AIR 2.0 using MX / Spark, you will need to change the swc you are using for the UI from applicationupdater_ui.swc to a specific one for Flex 4 called applicationupdater_ui4.swc. If you [...]

Flash Builder 4 is Public

Monday, June 1st, 2009

TweetFlash Builder 4 is now officially in public beta. Flash Builder 4 delivers a long list of new features, plus improvements to many existing features.There are three main themes to this release: developer productivity, designer-developer workflow, and data-centric application development. Check out what is new with Flash Builder 4. Flash Builder 4 also comes with [...]