[fxruby-users] Some questions
Gérard Ménochet
gerard.menochet at wanadoo.fr
Mon May 1 20:39:40 EDT 2006
Hi,
Some questions
1_ Is there a standard way to exit from a FXText widget wih the keyboard ?
2_ I have a problem with the setFocus() on FXComboBox and FXListbox.
something like that:
libo =FXListBox.new(parent,nil, 0)
(1980..2050).each do |i| libo.appendItem(i.to_s) end
libo.setFocus()
The widgets don't catch the focus. If I press the tab key, they get it.
3_ FXCombox again. I set a selectAll(). When I exit the combo, it is not correctly deselectet. For example, the selected color is blue, when I exit to another widget, it keeps a kind of brown selected color.
4_ FXlistBox FComboBox: it's not possible to navigate on the pane with the down and up arrows ?
Thanks
Gérard Ménochet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20060502/2f6f4649/attachment.htm
More information about the fxruby-users
mailing list