[Fxruby-users] Spoke too soon...
Status: Inactive
Brought to you by:
lyle
|
From: Hal F. <ha...@hy...> - 2004-03-12 10:20:19
|
The escape is not working properly either. It's intercepting all
keystrokes and throwing them away.
boxtext.connect(SEL_KEYPRESS) do |sender, sel, event|
if event.code == KEY_Escape
sender.killFocus
end
end
How do I pass the non-Esc keys back into the FXText object?
Hal
|