From the daily archives:

Saturday, October 11, 2008

The following example shows you how you can create and compile a simple Flex application using the latest version (build 4.0.0.3584) of the beta Flex 4 SDK.

If you haven’t downloaded and installed a Flex 4 SDK into Flex Builder 3 before, check out the following entries: “Downloading and installing Flex SDK builds from opensource.adobe.com” and “Using the beta Flex 4 SDK in Flex Builder 3″. For other Flex 4 entries, see http://blog.flexexamples.com/tag/gumbo/.

Full code after the jump.

[click to continue…]

{ 5 comments }

The following example shows how you can disable the dividers in a Flex HDividedBox container by using the numDividers property, getDividerAt() method, and setting the visible property.

Full code after the jump.

[click to continue…]

{ 10 comments }