Re: [perl-win32-gui-users] icons for every occasion

2001-03-12 Thread christopher sagayam
has anyone got an answer to the following question ? chris - Original Message - From: christopher sagayam [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Sent: Sunday, March 11, 2001 11:16 PM Subject: [perl-win32-gui-users] icons for every occasion Hi all It may have

[perl-win32-gui-users] icons for every occasion

2001-03-11 Thread christopher sagayam
Hi all It may have been told in the docs but I may have missed it Is it possible to create different icons for different occasions for the same win32 gui script.. if so please give me sample code The occasions are 1. In the desktop ( as shortcut) 2. When it is minimized on the bottom bar 3

[perl-win32-gui-users] Re: how to set ?

2001-03-08 Thread christopher sagayam
This doesnt work $ModuleWindow-text2_tab1-Change(-readonly = 1); what is the correct way ? chris - Original Message - From: christopher sagayam [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Sent: Thursday, March 08, 2001 11:32 AM Subject: how to set ? How

[perl-win32-gui-users] Re: daemon process in win98--on the same note

2001-03-05 Thread christopher sagayam
Is it possible to integrate them both at all ? chris - Original Message - From: christopher sagayam [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Sent: Monday, March 05, 2001 1:31 PM Subject: daemon process in win98 Hi all Sub Somebutton_Click { system(c:/path

Re: [perl-win32-gui-users] looping in win32 GUI

2001-02-14 Thread christopher sagayam
presses etc too and do it efficiently Thanks chris - Original Message - From: Aldo Calpini [EMAIL PROTECTED] To: christopher sagayam perl-win32-gui-users@lists.sourceforge.net Sent: Wednesday, February 14, 2001 3:47 PM Subject: Re: [perl-win32-gui-users] looping in win32 GUI christopher

Re: [perl-win32-gui-users] looping in win32 GUI

2001-02-14 Thread christopher sagayam
Thanks aldo for all your info chris www.perl-resume.com - Original Message - From: Aldo Calpini [EMAIL PROTECTED] To: christopher sagayam perl-win32-gui-users@lists.sourceforge.net Sent: Wednesday, February 14, 2001 6:59 PM Subject: Re: [perl-win32-gui-users] looping in win32 GUI

Re: Antwort: Re: [perl-win32-gui-users] Tabstrips

2001-02-01 Thread christopher sagayam
Yes it is available at the archives ... I just copied the subroutine long time ago. You need to search the archives and find out yourself ..sorry chris www.perl-resume.com - Original Message - From: [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Sent: Thursday,

Re: [perl-win32-gui-users] Tabstrips

2001-01-31 Thread christopher sagayam
I found this sub in the old win32 GUI archive thought it might be useful sub Tab_Click { my $current_tab = $W-Tab-SelectedItem(); foreach $key (keys %{$W-Tab}) { # Skip these items - what remains should be just widgets. next if (grep(/^${key}$/,qw(-handle -name -type)));

Re: [perl-win32-gui-users] GUI::GetOpenFileName and current directory of perl script

2001-01-15 Thread christopher sagayam
Singh IndigoSTAR Software -- www.indigostar.com - Original Message - From: christopher sagayam [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Sent: Monday, January 15, 2001 4:23 AM Subject: [perl-win32-gui-users] GUI::GetOpenFileName and current directory of perl

Re: [perl-win32-gui-users] perl2exe stuff

2001-01-14 Thread christopher sagayam
of Perl you are using. Indy Singh IndigoSTAR Software -- www.indigostar.com - Original Message - From: christopher sagayam [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Sent: Thursday, January 11, 2001 12:19 PM Subject: [perl-win32-gui-users] perl2exe stuff since

[perl-win32-gui-users] a simple question

2001-01-09 Thread christopher sagayam
how to set the name of a dialog box dynamically ? $ModuleWindow = new Win32::GUI::DialogBox( -title = old title, -left= 100, -top = 110, -width = 500, -height = 400, -name= ModuleWindow, -style = WS_BORDER | DS_MODALFRAME