MinimalComps Fixes

As I mentioned the other day, I’m going to spend the next couple of weeks addressing any bugs or enhancements to the components. In the last few days, here are some of the things I’ve added and fixed:

– exposed numVisibleItems on ComboBox
– fix for stage click to close ComboBox
– exposed items array for List and ComboBox
– more accurate leap year calculation in Calendar
– Sliders now dispatch a change event when you set their values programmatically
– HBox and VBox now calculate their own width and height based on their contents, so you can now nest these
– Knob has 3 modes of reacting to the mouse: vertical, horizontal, and rotate
– fixed some visual jumpiness that occurred when resizing components
– made internal event listeners use weak references
– on text components, if text is set to null, it will be changed to an empty string rather than throwing an error

If you have any other bugs or enhancements, please feel free to submit them: http://code.google.com/p/minimalcomps/issues/list. I’m paying close attention to this list and addressing each item as soon as possible. Again, I’m not adding any new components in the near future, just addressing bugs and enhancement requests to existing ones.

This entry was posted in ActionScript, Components. Bookmark the permalink.

Leave a Reply