[perl-win32-gui-users] an array of hashes

2001-07-02 Thread Jeremy Aiyadurai
hi thanks for all your help in the past how do i go about creating an array of hashes eg. suppose i want to get information about email messages, and each message has a subject, date, from etc. i want to store the following in a hash. But there are more than one messages, therefore, i have to c

[perl-win32-gui-users] Transparent Labels -please help

2001-05-18 Thread Jeremy Aiyadurai
Hi All Thank you for your knowledge and help so far. Has anyone successfully applied skins. I am wanting to skin my rather plain windows and dialogue boxes. The trouble is that I cannot make my text labels transparant. I want my label backgrounds to be transparant against the bitmap background.

RE: [perl-win32-gui-users] Transparent Labels for skins -please help

2001-05-18 Thread Jeremy Aiyadurai
Hi All Thank you for your knowledge and help so far. Has anyone successfully applied skins. I am wanting to skin my rather plain windows and dialogue boxes. The trouble is that I cannot make my text labels transparant. I want my label backgrounds to be transparant against the bitmap background.

RE: [perl-win32-gui-users] Transparent Labels for skins

2001-05-16 Thread Jeremy Aiyadurai
=> 1, > -bitmap => 1, >); > ># Creates the label for the Preferences "button" >$Window->AddLabel( > -name => "Preferences", > -pos=> > > $PREFS{PREFSLEFT} + $Window->Background->Left(), > $PR

[perl-win32-gui-users] Win32::GUI::Icon and Win32::Console - an icon for a console

2001-05-15 Thread Jeremy Aiyadurai
Hi all, Thankyou for your help so far. how do i get an icon to work for a console window...eg. i want to get rid of the console-window-dos-prompt icon when i run my console program. Thankyou Jeremy favicon.ico Description: Binary data

RE: [perl-win32-gui-users] Win32::GUI::Label

2001-05-15 Thread Jeremy Aiyadurai
t;$Window->AddLabel( > -name => "Preferences", > -pos=> > > $PREFS{PREFSLEFT} + $Window->Background->Left(), > $PREFS{PREFSTOP} + $Window->Background->Top(), > ], > -size => [ $PREFS{PREFSWIDTH},

RE: [perl-win32-gui-users] Win32::GUI::Label

2001-05-12 Thread Jeremy Aiyadurai
=> "Preferences", > -pos=> > > $PREFS{PREFSLEFT} + $Window->Background->Left(), > $PREFS{PREFSTOP} + $Window->Background->Top(), > ], > -size => [ $PREFS{PREFSWIDTH}, $PREFS{PREFSHEIGHT} ], >

[perl-win32-gui-users] Win32::GUI::Label

2001-05-11 Thread Jeremy Aiyadurai
Hi all, Thankyou for your help so far. If you have not seen my previous email "about the console icons" please do so. my question is, I have made a bmp to cover the entire background of a window. how do I make all the labels transparent, to blend with the background image? Thankyou Jeremy

[perl-win32-gui-users] Win32::GUI::Icon and Win32::Console - an icon for a console

2001-05-11 Thread Jeremy Aiyadurai
Hi all, Thankyou for your help so far. how do i get an icon to work for a console window...eg. i want to get rid of the console-window-dos-prompt icon when i run my console program. Thankyou Jeremy favicon.ico Description: Binary data

[perl-win32-gui-users] Win32::GUI::Icon

2001-05-10 Thread Jeremy Aiyadurai
hello all, thankyou for your help so far is this Win32::GUI::Icon functional, or is there something wrong with my file. new Win32::GUI::Icon("favicon.ico"); thanks Jeremy .A favicon.ico Description: Binary data

[perl-win32-gui-users] MIME::Base64 nmake install problems

2001-05-05 Thread Jeremy Aiyadurai
Hello all, thank you for your help in the past I want to use www.Jeb.ca's win32::gui::bitmapinline module, but it say's i need MIME-Base64. I have activestate perl version 5.6. I get the following error on the nmake install. ## E:\productivity\perl\MIME-Base64-2.12.tar\MIME-Base64-2.12\MIME-Ba

[perl-win32-gui-users] Perl2exe -icons

2001-05-01 Thread Jeremy Aiyadurai
hi, how do i create an icon for use with perl2exe? I find the faq confusing and i don't have DevStudio. Jeremy

[perl-win32-gui-users] Perl2exe

2001-05-01 Thread Jeremy Aiyadurai
Hi all, Thanks for all your help in the past this is my first time using the Perl2exe compiler is this the right command "perl2exe thefile.pl -gui -icon=favicon.ico" if i want to create a gui application with an icon? The perl2exe faq is confusing and i get the following compile errors Per

[perl-win32-gui-users] Re: Net::FTP size()

2001-04-29 Thread Jeremy Aiyadurai
dont reply, I fixed it. jeremy

[perl-win32-gui-users] Net::FTP size()

2001-04-29 Thread Jeremy Aiyadurai
hi I have a ftp script that i have been testing on my own machine. It works when i try it on my ftp server on my computer, but it does not work when on any server that is not mine. I feel it is the $ftp->size() that does not register when i logon to a remote site whether it be a microsoft, freebs

[perl-win32-gui-users] RE: [perl-win32-gui-users]FTP-Status download cancel event

2001-04-24 Thread Jeremy Aiyadurai
At 02:54 PM 24/04/2001 -0700, you wrote: Hi, You may want to see my script attached. I still don't quite understand how to get the cancel to work while download is in progress. I always appreciate your help, as I am new to gui development. thankyou. Jeremy >| is there a way for it to listen

Re: [perl-win32-gui-users] FTP-Status download Gui-program

2001-04-24 Thread Jeremy Aiyadurai
At 04:33 PM 24/04/2001 -0400, you wrote: Johan, Thankyou for your help so farit was a careless error that nothing to do with the gui aspect...I got the download status working.. I have readded the DoEvents(), but i cannot get the cancel button "kill" to work. the kill should work in the mid

[perl-win32-gui-users] FTP-Status download Gui-program problem continues

2001-04-24 Thread Jeremy Aiyadurai
Hello all I still cannot get my script to work with the gui windows, when the gui sub routine gets called and the windows gets created, the program freezes and script does not continue As suggested by some I have gotten rid of the Dialog() call, and have replaced the DoEvents() call with Update(

[perl-win32-gui-users] Gui-program problem

2001-04-23 Thread Jeremy Aiyadurai
Hello all I can't get my script to work with the gui windows, when the gui sub routine gets called and the windows gets created, the program freezes and script does not continue I have not done win32::Gui programming before so your help is always appreciated. See the script attached. Thankyou

[perl-win32-gui-users] localtime($file->{'mtime'}) problem

2001-04-03 Thread Jeremy Aiyadurai
hi i am having a problem getting proper modified time dates of files when using the win32:Internet ftp list, or the standard directory listing i do this ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($file->{'mtime'}); then for each file i do something like this print "$year

RE: [perl-win32-gui-users] Win32:Console problem

2001-04-03 Thread Jeremy Aiyadurai
hi i am using the win32:console module, and it seems that the built-in color constants are not importing. eg. Variable "$FG_YELLOW" is not imported at bftpc.pl line 57. Variable "$BG_BLUE" is not imported at bftpc.pl line 57. how do i import them. thanx Jeremy

[perl-win32-gui-users] console/commandline color module

2001-04-02 Thread Jeremy Aiyadurai
hello i am creating a console/command line ftp program in perl...i was wondering if there is a win32 or generic module that will add color and highlighting to text, just like with some software. Jeremy

[perl-win32-gui-users] tk or win32:gui builder

2001-03-29 Thread Jeremy Aiyadurai
I heard that there is a tk or win32:gui builder plugin for the (visual studio) Visual Basic ide. which one is it for,(tk or win32:Gui) and where can i find download it. Jeremy

Re: [perl-win32-gui-users] to erick

2001-03-26 Thread Jeremy Aiyadurai
> >When I install modules from CPAN, I use the 'nmake' utility instead of >the 'make' utility. I have yet to have a problem. I got it from some >obscure link at Microsoft. I don't remember the actual link, but I could >send you the needed files (2 of them) directly to you (34.7

[perl-win32-gui-users] to erick

2001-03-25 Thread Jeremy Aiyadurai
hi erick, was trying to run your ftp client. I can't seem to install the net:ftp on a win32 activestate perl. where can i find a net:ftp that will install on win32 . it seems that all modules i get from cpan, i don't know how to install them. Jeremy P.S. i am working on an ftp client as

[perl-win32-gui-users] win32:gui builder

2001-03-20 Thread Jeremy Aiyadurai
Is there a win32:gui builder availiable (eg. a visual aid in designing the gui) . Jeremy