[perl-win32-gui-users] [EMAIL PROTECTED]

2003-07-17 Thread Hridyesh Pant
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 8:56 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: Perl-Win32-GUI-Users digest, Vol 1 #634 - 4 msgs Send Perl-Win32-GUI-Users mailing list submissions to perl-win32-gui-u

RE: [perl-win32-gui-users] Need tabstop help

2003-07-17 Thread Dennis Putnam
At 03:14 PM 7/17/2003, you wrote: Dennis, Tabbing doesn't work in a window by default, add this to your script - $MainWindow->{-dialogui} = 1; Then create your textfields with the -group => 1, -tabstop => 1, Options and all should be ok. Thanks. I still can't find that one in the docs (sam

[perl-win32-gui-users] Need tabstop help

2003-07-17 Thread Dennis Putnam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have set up a window with 2 text fields on it. These are the only fields I want to tab between. I set -tabstop to 0 for every other object except these 2. Unfortunately, it behaves as if there are no tabstops at all. Neither field gets the initial

[perl-win32-gui-users] Is there an Event that I can use when a checkbox is checked on a Treeview Node

2003-07-17 Thread sam . dela . cruz
Hi GUI Experts, Is there an Event that I can use when a checkbox is checked on a Treeview Node? The GUI I'm creating has a treeview on the left and a listview on the right, much similar to Windows Explorer. Any node on the left has a corresponding list on the right. If I put a check mark on