[Fxruby-users] Focus on ComboBox?
Status: Inactive
Brought to you by:
lyle
From: Laurent J. <Lau...@xr...> - 2003-06-11 15:00:57
|
I have a problem with a dialog box that I run in modal mode (a find/replace kind of dialog box). There are several widgets in this dialog box and one of them is an editable combobox. For some reason, I can't set the mouse focus on the text field of the combo box. Using #setFocus on the combobox item has no effect Does any body know how to do that? Side question: ideally what I'd like to do is that in addition of placing the focus in the text field of the combobox, I'd like to select the text already available in it so that when the user type a new word it automatically erases the existing one. Right now the user has to double-click to do that. Any hint is welcome Laurent |