Will that change fix handling of a group of radio boxes in Internet
Explorer, too? I used to be able to press Alt-DownArrow when I was sitting
on a radio button and then cursor among the buttons to pick which one I
wanted checked.  This doesn't seem to work anymore, and it makes radio
buttons a royal pain to use!

Thanks,
Jerry

----- Original Message -----
From: Lee Maschmeyer <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 06, 1999 9:25 AM
Subject: Re: jfw33 and combo boxes


> 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

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

Reply via email to