Hello, On Monday, April 14, 2003 3:30 PM, "Cruickshanks, Darin" <[EMAIL PROTECTED]> wrote: >... > The problem with the tabbing is that I cant get it to > work at all, I have read the documentation that is > available but I must be missing something. Anyone got > any ideas?
You will have to add "-tabstop => 1" for every control you want to to and from. This should be enogh if the controls are part of a Win32::GUI::DialogBox. If they are part of a Win32::GUI::Window in addition you will have to do something like the following: my $Window = new Win32::GUI::Window(%options); $Window->{-dialogui} = 1; Regards, Christian