Huw Collingbourne on Amethyst: The Flex Show Episode 135
We sit down with Huw Collingbourne about Amethyst, a Visual Studio plugin for Flex Developers.
Sponsored By
Register Now for 360|Flex Denver to learn from the Flex Experts
Notes
- 360|Flex Schedule
- The Flextras Free Flex AutoComplete Component(Built in Spark)
- SapphireSteel Software
- Amethyst (Visual Studio Flex Plugin)
- Ruby in Steel (Visual Studio Ruby Plugin)
@Jeff: What is the difference between your auto-complete and the one that comes with FB (the editable combobox)?
An AutoComplete filters the dataProvider; meaning it limits the number of items you can choose based on what words you type. The filter function is exposed as an API, so you can filter the drop down using any function you want; it doesn't have to be a first letter only" filter, which is what you get with the scrolling of the Flex ComboBox.
The AutoComplete also highlights the typed text in the drop down with the text you typed.
Using our default AutoCompleteComboBox, with the same list of states, if you typed 'C' the first element in the AutoComplete would be California (With a Bolded C). States without 'C's would be removed, such as Alabama, Delaware, or Florida. But, states with Cs, such as Kentucky would still be listed.
Does that answer the question?
I should do a blog post comparing the two.
https://www.flextras.com/blog/index.cfm/2011/3/11/...