[perl-win32-gui-users] Re: Tabbing between controls

2002-04-25 Thread John Crawford
>> -tabstop => 1. pretty sure it only works with a gui::dialog. >> sorry. make that it only works with a window, not a dialog. Many thanks for prompt response. Unfortunately, I don't notice any effect either with a window or a dialog (and I'd particularly like it to work with a dialog). I'm using

[perl-win32-gui-users] Tabbing between controls

2002-04-25 Thread John Crawford
What's the secret of allowing tabbing between controls? -style => WS_TABSTOP doesn't seem to have any effect. jmc