I want the scheduler to focus on the first item (upper left corner)
loaded from the dataprovider  on creationComplete AND be able to
scroll using keystrokes (left, right, up, down arrows) instead of
scrollbars and the mouse.  Logically I thought "no problem  just set
the focus to the first array in the dataprovider  (ie-
dataprovider[0]) after the scheduler loads the data"  unfortunately
its not that easy since it doesnt extend the List class (which can
inherit the arrow scrolling)but instead extends the ScrollControlbase
 and once again I have to put the question to the
Flex Universe.

So far I have implemented the IFocusManagerContainer on the
ScheduleViewer and have been trying to implement
IFocusManagerComponent on the IScheduleEntry (to no avail other than
crashing Firefox every time).  Does anyone know how to do this and is
this even possible???

Thanks!


Reply via email to