Flex/Flash/Actionscript

More FlexLib bugfixes and updates

Yesterday I made some updates to FlexLib, mostly to sort out some bugs, a few of which I inadvertently created with the previous release. Here’s the list of issues addressed: Issue 71: Drop-down tab-list fails to activate when using states with constant names Issue 72: SuperTabNavigator -Close Tab- Issue 76: Make TabReorderEvent Cancelable/Hookable in SuperTabNavigator […]

Standard
Flex/Flash/Actionscript

FlexLib in the wild

I’ve started noticing FlexLib components out in the real world. It’s a pretty cool feeling to launch some Flex app and suddenly realize that some component you wrote is being used. Here are a couple of screenshots of a few Flex apps that I’ve seen using a few components from FlexLib. Salesbuilder demo app by […]

Standard
Flex/Flash/Actionscript

Major FlexLib updates – 4 new components + bugfixes

I’ve just updated FlexLib and added some components from new contributors and fixed some reported bugs in the existing components. The new additions include: Text Highlighter from Tom Lee, Base64 Image from Stacy Young, and Enhanced ButtonSkin from Daniel Wabyick. Darron also added a component this morning, HorizontalAxisDataSelector. And I’ve also fixed some reported issues […]

Standard
Flex/Flash/Actionscript

Scrollable Menu Controls

As I was writing some stuff for the extended TabNavigator component that I’ve been working on (see some previous posts), I came across a need to use a PopUpMenuButton to list all the tabs, similar to how Firefox does this with the drop down list to the right of the tabs. This works great, except […]

Standard