in reply to Adding tab sequence in the GUI created through win32

samir_gambler:

Check out the GUI::Reference::Options pod, there's a "-tabstop" option there which is related to what you want. I don't see how to set the order, though. (It might simply be the order that you add tabstopped controls to the container.) You might want to review the tests for Win32::Gui to see how to use the tabstop option.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re: Adding tab sequence in the GUI created through win32

Replies are listed 'Best First'.
Re^2: Adding tab sequence in the GUI created through win32
by samir_gambler (Novice) on May 19, 2013 at 01:52 UTC
    Thanks.....It worked...