after much pain and suffering with this Flexlib Schduler, i have set my schedule program objects (entry) to tabEnabled= "true", tabchildren="true", focusEnabled="true" . I have traced the tab index of each item when I click it and the index number shows up so i know the entry is enabled so I figured the tab navigation should work right? um..nope.
in my main mxml my scheduleViewer (which contain the enntries) focusEnabled="true" tabChildren="true" and tabEnabled="true" . I have tried changing tabEnabled="false" and focusEnabled='false" and several combos of each to no avail. I need a stiff drink.

