|
|
|||||||
|
Remove action bar in Flex mobile application The ActionBar control can be removed or disbled from Flex 4.5 mobile application by viewNavigator.hideActionBar() to hide or remove the ActionBar control from all the views controlled by the ViewNavig... Add icons to tabs on flex mobile On creating Flex mobile application using TabbedViewNavigatorApplication container with multiple ViewNavigator. The TabbedViewNavigatorApplication it self creates tabbed navigation component at the bo... Removing Grid Lines from Spark DataGrid Skin Creating a datagrid with no column or row separator lines is just a matter of creating a new DataGrid skin and applying it to the DataGrid. Creating A Flex Spark List of Checkbox Bound To XML DataProvider Displaying all of the people in this list with checkboxes next to their names involves three parts. -Creating an ItemRenderer Component which contains a Checkbox which will display the person's name i... Flex Countdown Timer Creating a countdown timer involves using the Timer class along with the Date class. The Timer will be used to trigger a method periodically so that the Date class can be polled for the current time. Styling an Alert in Flex 4 Styling an Alert in Flex 4 is almost exactly the same as styling an Alert in Flex 3 since Alert is still just a Halo component. Choosing a style namespace may be necessary however. Flex Radar Chart Cookbook I will be going over how we can make a custom Radar/Spider/Kiviat Chart for use within Flex applications since it is not included in the Flex charting components out of the box. We'll be seeing a cou... Skinning A Flex Spark DataGrid Header Creating a custom background color or a custom skin for a DataGrid in Spark is not as simple as it was for Halo components. To create a custom skin for all headers in a DataGrid is accomplished by ex... Creating a Radar/Spider Chart In Flex In this tutorial, I will be going over how to make a custom Radar/Spider/Kiviat Chart for use within Flex applications since it is not included in the Flex charting components out of the box. We'll b... Calculator For the next post I prepared a very simple calculator, I will show you the code: |
||||||||