Flex Multiple Select List with FloatLayout
October 28th, 2011
I thought I’d share a couple small classes that I had to put together recently for a project.
The goal was to create a list of toggle buttons but that would be laid side by side and then wrap at the end of the line. This allows for a really nice multiple selection component in contrast with having just a long list of checkboxes.
Filed under: ActionScript, Development, Flash, FlexTags: Flash, Flex, Float, Flow, Layout, List, Toggle
Comment (0)
Validate CheckBox and ComboBox in Flex
March 18th, 2011
One of these days I had to create a a dynamic form and validate some of its fields which could be TextInput, TextArea, CheckBox or ComboBox and I thought of using Validators do accomplish this but although for TextInput and TextArea you can easily just use the StringValidator for CheckBox and ComboBox is not so easy to choose which one to use.
Filed under: ActionScript, Development, FlexTags: Actionscript, CheckBox, ComboBox, dynamic, Flex, Form, NumberValidator, Validator
Comments (2)
