RE: [perl-win32-gui-users] A slightly OT question, how to create an icon on the fly

2006-02-23 Thread Jeremy White
I'd like to be able to have an icon (displayed in the system tray) that is created "On the fly". Something like the W2K/XP task manager icon, but with text indicating the percentage overlaid. I know that I could do this by creating 100 discrete icons, but what a pain this would be. (Actually w

RE: [perl-win32-gui-users] A slightly OT question, how to create an icon on the fly

2006-02-23 Thread Plum, Jason
Thanks Jeremy. Nice, clean and mostly straight-through :) See Brian, I told you someone more experienced with the bitmap module would be able to provide a simple-ish way to do it. We're here to help :) Jason P. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

Re: [perl-win32-gui-users] RichEdit colors reseting

2006-02-23 Thread Robert May
[edited response so as not to be top posted] Sky Blueshoes wrote: >> I have a RichEdit widget in which I use as a display to my program. I >> created a sub in which I call whenever I want to display something: >> >> sub display { >>my @input = @_; >>for (0..$#input) { >>$display->

Re: [perl-win32-gui-users] A slightly OT question, how to create an icon on the fly

2006-02-23 Thread Robert May
Trying again without a .zip file attachment. Robert May wrote: Here's another way. I've had an investigation of Icons and Bitmaps on my TODO list for a long time. I've learned a lot doing this, but not yet enough to start to think about how to integrate these sort of features into Win32::GUI

[perl-win32-gui-users] USB PORT and PERL

2006-02-23 Thread Daniel Fernandez
Hi, Does somebody know how to send and receive data through the USB port? Is it necessary to use a DDL (which one?) or does exist a Perl Module? In CPAN exist a Module (Device:USB) but I think that it is very incomplete. I need to communicate the program with an USB printer (ELTRON P330i)

RE: [perl-win32-gui-users] A slightly OT question, how to create an icon on the fly

2006-02-23 Thread Brian Millham
Thanks everyone!!! I knew that as usual you'd come through! Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.net/dw6000 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal