
UI
Get flash to fully experience Pearltrees
Devin Holloway: Flex - Complex Form layouts with ContraintLayout
Although I've seen this in a few applications, I've never seen this type of component available for Flex. The idea is that when you click and bring focus in to a TextInput, it shows the raw data for editing. When the value is committed and focus leaves the TextInput, it displays a formatted version of the value. It's very similar to concept of ItemEditors and ItemRenderers in list-based component, where the editor show the raw data and the renderer shows formatted data.
Devin Holloway: Flex FormattedTextInput Component
Gallery – FlexLayouts
The Flex 4 TitleWindow Component: Adding the missing features at 9MMEDIA Blog
Toggling whether transparent pixels are clickable in a Spark Gra
The following example shows how you can toggle whether transparent pixels are clickable in a Spark Graphic container in Flex 4 by setting the mouseEnabledWhereTransparent property. Full code after the jump. The following example(s) require Flash Player 10 and the Adobe Flex 4 SDK. To download the Adobe Flash Builder 4 trial, see http://www.adobe.com/products/flex/ . To download the latest nightly build of the Flex 4 SDK, see http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4 . For more information on getting started with Flex 4 and Flash Builder 4, see the official Adobe Flex Team blog .Problem You want to create more agile forms, and configure the validators to integrate dynamically into the field from a data source. Solution Initially write a class event to execute when creating the fields complete the creation, it will be set up and validation of the field, then write a class extending the class TextInput added the event created, create a class based on the Form to receive the settings in the form of only one variable, write a MXML nesting fields in a Repeater inside the FORM tag that you customized.
Dynamic form with validators
Displaying images in a Spark List control using a custom item re
Multiple selection in a spark List without the control key
Formatting a Flex DataGrid control using a custom item renderer
For HTML5, CSS3, and jQuery examples, see dHTMLExamples.com The HelloBar - a little bar that gets noticed! Close OpenCustom SortableList Component using Flex 4 - InsideRIA
The following example shows how you can add icons to the ButtonBar control in Flex. Full code after the jump. View MXML View source is enabled in the following example. The previous example works because the the data provider has an “icon” field, and the default value for the ButtonBar control’s iconField property is “icon”.
Adding icons to the Flex ButtonBar control
When I started using Flex 4 I tried to get up to speed by using the new version in a manner similar to its predecessor until I came across roadblocks or when I determined I was able to take advantage of the new features I had heard about such as skinning, states, etc. I quickly found that there were some obvious Flex questions that I was not able to answer without diving into the API docs and by playing with some examples so I could truly understand what is going on. I knew from past experience that Halo was hiding a lot of the dirty details about what was going on in the display list, but once you start using Spark, you will come to see just how much Halo was really doing under the covers and why Spark is a much more ‘honest’ way of working with the display list. One of the first things I hit was the term ‘elements’. What is an element?
Bill White’s Blog » Core Flex 4 – Elements vs Children
Why not create some kind of List control which represents planets from our Solar System? In their natural layout with orbits, Sun, rotation etc. It will be much more funny than just usual list even with custom item renderers.

