-----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-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Perl-Win32-GUI-Users digest..." Today's Topics: 1. Is there an Event that I can use when a checkbox is checked on a Treeview Node ([EMAIL PROTECTED]) 2. Need tabstop help (Dennis Putnam) 3. RE: Need tabstop help (Dennis Putnam) --__--__-- Message: 1 From: [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Date: Thu, 17 Jul 2003 10:50:37 -0700 Subject: [perl-win32-gui-users] Is there an Event that I can use when a checkbox is checked on a Treeview Node 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 a node, I would like to check everything that is displayed on the listview on the right. Is there a way that I can capture that event? Thanks. Regards, Sam Dela Cruz --__--__-- Message: 2 Date: Thu, 17 Jul 2003 13:51:37 -0400 To: perl-win32-gui-users@lists.sourceforge.net From: Dennis Putnam <[EMAIL PROTECTED]> Subject: [perl-win32-gui-users] Need tabstop help -----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 focus and hitting the tab key does nothing. The only way to get set the focus is to use the mouse. Other then -tabstop, what else must I do to get the tab key to work? TIA. -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com> Comment: Be sure to use my most recent key - created 6/16/03 iQA/AwUBPxbiKf34lmKmdrVUEQKvUgCgk2gsXpSOGVOJQn62Jz6VvrvAeX0AoO0y lhEK3sDzw/HA16qN7xe+V/hD =UBbX -----END PGP SIGNATURE----- --__--__-- Message: 3 Date: Thu, 17 Jul 2003 16:11:58 -0400 To: perl-win32-gui-users@lists.sourceforge.net From: Dennis Putnam <[EMAIL PROTECTED]> Subject: RE: [perl-win32-gui-users] Need tabstop help ----=-==--=----=-=-=---=--======-=--=-----=--=-==- Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_77238125==.ALT" --=====================_77238125==.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed 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 (same with -group). Where do you find this stuff out? Anyway, that got things going but its not quite there yet. I have 2 problems: 1) I can't figure out how to set the initial focus (there seems to be no focus anywhere when the window first opens). Is there another secret option, -setfocus? 2) I have a radio button that gets focus when I tab even though -tabstop is 0, yet other objects don't (including the other radio button and action buttons). I didn't set the -group for those objects I don't want tabs for, was that wrong? --=====================_77238125==.ALT Content-Type: text/html; charset="us-ascii" <html> <body> At 03:14 PM 7/17/2003, you wrote:<br> <blockquote type=cite class=cite cite>Dennis,<br><br> Tabbing doesn't work in a window by default, add this to your script - <br><br> $MainWindow->{-dialogui} = 1;<br><br> Then create your textfields with the <br><br> -group => 1,<br> -tabstop => 1,<br><br> Options and all should be ok.<br> </blockquote><br> Thanks. I still can't find that one in the docs (same with -group). Where <br> do you find this stuff out?<br><br> Anyway, that got things going but its not quite there yet. I have 2 problems:<br><br> 1) I can't figure out how to set the initial focus (there seems to be no focus <br> anywhere when the window first opens). Is there another secret option, -setfocus?<br><br> 2) I have a radio button that gets focus when I tab even though -tabstop is <br> 0, yet other objects don't (including the other radio button and action <br> buttons). I didn't set the -group for those objects I don't want tabs for, <br> was that wrong?<br> </body> <br> </html> --=====================_77238125==.ALT-- ----=-==--=----=-=-=---=--======-=--=-----=--=-==- Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com> Comment: Be sure to use my most recent key - created 6/16/03 iQA/AwUBPxcDDv34lmKmdrVUEQLXXQCgo7SsHUQTBIrwQ1zSrhX2K7gQmLoAn238 JC0adykcBGym4t+Zd5uhfguZ =9uvq -----END PGP MESSAGE----- ----=-==--=----=-=-=---=--======-=--=-----=--=-==--- --__--__-- _______________________________________________ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users End of Perl-Win32-GUI-Users Digest