I have a problem with a dialog box on the FreeRIDE project. Our
search/replace dailog box uses FXComboBox for the string to find and
replace and I could not find a way to set the Focus on the search
comboBox when the dialog box opens up.
The setFocus on a combo box seems to have no effect. I would expect
the cursor to appear in the text field but it doesn't. Looking at the
FOX source code it looks like there is no setFocus method implemented
in FXComboBox and I think it should.
Using FXRuby 1.0.23 and FOX 1.0.40
Laurent
|