Hi,
A little question
I make my form without a panel
I simply put everything on a frame
is that why my tab does not working?
On Sun, Apr 5, 2009 at 3:34 PM, Mario Steele <mario at ruby-im.net> wrote:
> Hello Hendra,
>
> Unless your attempting to intercept the TAB Key event, it should all be
> internally handled by both wxWidgets, and the actual GUI Kit that wxWidgets
> utilizes to create the contols on the specific Operating System.
>
> Some controls, such as a TextCtrl, with TE_MULTILINE, will eat the TAB key
> event, in which case, you need to monitor the Key events on that specific
> control, to intercept the tab key, and decide how you want to handle it.
> Review the documentation on KeyEvent, to see a few details on it, and take
a
> look at the example for Caret, as it intercepts key events to do the
drawing
> handling on the Panel.
>
> hth
> Mario
>
> 2009/4/2 hendra kusuma <penguinroad at gmail.com>
>
>> Hi there
>>
>> How to make tab button move the focus to next widget?
>>
>> Thanks
>> Hendra
>>
>> _______________________________________________
>> wxruby-users mailing list
>> wxruby-users at rubyforge.org
>> http://rubyforge.org/mailman/listinfo/wxruby-users
>>
>
>
>
> --
> Mario Steele
> http://www.trilake.net
> http://www.ruby-im.net
> http://rubyforge.org/projects/wxruby/
> http://rubyforge.org/projects/wxride/
>
> _______________________________________________
> wxruby-users mailing list
> wxruby-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wxruby-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://rubyforge.org/pipermail/wxruby-users/attachments/20090408/9cf29c50/attachment.html>