Flex Examples - Details

Link Details

Blog Directory : Listing Details

Flex Examples details

Listing ID: 1259

Title: Flex Examples

Description: Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems.

CategoryInternet : Web Development

Owner:

listed on: July 10, 2008 07:34:56 AM

Number Hits: 1 times

Recent Posts:

Creating a justified multiline Spark Button control in Flex 4 - Wed, 10 Mar 2010 01:07:48 +0000
The following example shows how you can create a multiline, justified label on Spark Button control in Flex 4 by creating a custom skin and setting the textAlign style and removing the maxDisplayedLines property.<?xml version="1.0" encoding="utf-8"?><!-- http://blog.flexexamples.com/2010/03/09/creating-a-justified-multiline-spark-button-control-in-flex-4/ --><s:Application name="Spark_Button_skinClass_textAlign_test"xmlns:fx="http://ns.adobe.com/mxml/2009"xmlns:s="library://ns.adobe.com/flex/spark"[...]

Creating a drop down DataGrid control in Flex 4 - Tue, 09 Mar 2010 18:36:43 +0000
The following example shows how you can create a drop down MX DataGrid control in Flex 4 using the Spark PopUpAnchor control in Flex 4.<?xml version="1.0" encoding="utf-8"?><!-- http://blog.flexexamples.com/2010/03/09/creating-a-drop-down-datagrid-control-in-flex-4/ --><s:Application name="Spark_PopUpAnchor_DataGrid_test"xmlns:fx="http://ns.adobe.com/mxml/2009"xmlns:s="library://ns.adobe.com/flex/spark"xmlns:mx="library://ns.adobe.com/flex/mx">[...]

Setting the slide duration on a Spark HScrollBar control in Flex 4 - Mon, 01 Mar 2010 06:33:37 +0000
In a previous example,“Setting the slide duration on a Spark HSlider control in Flex 4″, we saw how you could set the slide duration on a Spark HSlider control in Flex 4 by setting the slideDuration style.The following example shows how you can set the slide duration on a Spark HScrollBar control in Flex [...]