I figured it out using a combination of Key Event capture and selectedIndex.
--- In [email protected], "securenetfreedom" <[EMAIL PROTECTED]> wrote: > > I have a combobox that opens onFocus. When using arrow keys I would > like to fire the itemRollOver for each item in the list as the arrow > key highlights it. > > This works well with mouse over, but not with arrow keys. > > Is there a simple solution? > > Thanks, > > Jeff >

