Yes, there is a problem with combo boxes. They forgot to test for a window
type when deciding whether to read a sentence or work on a box. Strangely,
the type they forgot to test for was the combo box.

You can reproduce the problem by running Script Manager and opening a file.
Pressing Control+o puts you on the filename field. Press Shift+tab twice to
get to a combo box. Alt+Downarrow doesn't work right.

F4 does seem to open it, and strangely, so does DownArrow all by itself. But
you can fix the arrows easily:

In both the OpenListbox and the CloseListbox scripts, insert the line:

(TheTypeCode == WT_COMBOBOX) ||

anywhere in the long If statement. Recompile and your life will be serene.
:-)

-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to