I wanted to alternate a bit between fixing existing issues and add new features. Right now I've put together an easier enhancement for spark components that utilize dataProviders and selectedIndex. I've also started a class to house RegEx patterns and methods to assemble them.
I've worked up a rough HTML5 page to house my experiments [1] and the test for this example can be accessed directly [2] in case I'm fiddling with my html index file again. The goal for these were to provide a standard set of convenience features and add more complex ones over time. Current components supporting these new methods in the example are combobox, dropdownlist, list, buttonbar, tabbar, datagrid, grid. Should also work with SpinnerList. Included in the example is basic navigation, and slightly more advanced find with regex patterns, and the new RegeEx pattern class. Let me know any changes, ideas, issues with these starter methods. I'll make any needed modifications and then jira/commit them when there is enough acceptance. [1] http://people.apache.org/~mkessler/ [2] http://people.apache.org/~mkessler/examples/DataProviderEnhance/app.swf -Mark