
UI
Get flash to fully experience Pearltrees
Devin Holloway: Flex CollapsiblePanel Component
Yea, I know. Everyone and their mother have created a collapsible panel component in Flex. However, this particular component is actually just one part of a larger component I've been working on.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
Slides for “Having Fun with Layouts in Flex 4″ | rialvalue.com
I’ve uploaded all the samples here, you should be able to access the source code in all the samples by right clicking in the sample applications: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. When the mouseEnabledWhereTransparent property is true, the transparent corner pixels in the object are clickable. Conversely, when the mouseEnabledWhereTransparent property is false, only the red ellipse itself is clickable.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. Detailed explanation For those who are going to start with the class Event.
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
The following example formats a column in a Flex DataGrid and uses a custom item renderer to color the text red in a cell if a price is below $0. If the item is greater than $0, the test is displayed in black. The price column is also formatted using a custom label function, which uses a CurrencyFormatter, and finally, the data grid column uses a custom sort function to properly sort numeric columns.About You have arrived at this page because InsideRIA is no longer an active website, as of January 31, 2011. While we're sad to see the change, we think you will find the resources and community here at oreilly.com helpful. An archive of the material previously posted on InsideRIA can be found at DevelopRIA.com . O'Reilly Answers is an excellent resource for getting information about everything technology related.
Custom SortableList Component using Flex 4 - InsideRIA
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 | Flex Examples
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.

