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
- Re: jfw33 and combo boxes Julio C. Perez
- Re: jfw33 and combo boxes Julio C. Perez
- Re: jfw33 and combo boxes Gerald G. Weichbrodt
- JFW 3.3 and Doubletalk LT Tom Lange
- Re: JFW 3.3 and Doubletalk LT David Maynard
- Re: JFW 3.3 and Doubletalk LT Tom Lange
- Re: jfw33 and combo boxes James Hooper
- Re: jfw33 and combo boxes Dennis Brown
- Re: jfw33 and combo boxes Randy Stegall
- Re: jfw33 and combo boxes Betsey Doane
- Re: jfw33 and combo boxes Lee Maschmeyer
- Re: jfw33 and combo boxes Randy Stegall
- Re: jfw33 and combo boxes Gerald G. Weichbrodt
- RE: jfw33 and combo boxes Vince Tomassetti
- Re: jfw33 and combo boxes Jeff
- Re: jfw33 and combo boxes Julio C. Perez
- Re: jfw33 and combo boxes Gerald G. Weichbrodt
- Re: jfw33 and combo boxes Julio C. Perez
- Re: jfw33 and combo boxes Julio C. Perez
- Re: jfw33 and combo boxes BOB
- jfw33 and combo boxes Michael Lang
