Re: [perl-win32-gui-users] [win32-gui] Tooltips balloon icons

2007-01-02 Thread Robert May
Brian Millham wrote: The balloon with NotifyIcon works correctly. It's when using a ToolTip (for a window) that the 'warning' and 'info' icons are reversed (when using the -balloon option). I can post a sample if that will help. OK - I mis-read your original post. No need for an example - I ca

Re: [perl-win32-gui-users] [win32-gui] Tooltips balloon icons

2007-01-02 Thread Brian Millham
The balloon with NotifyIcon works correctly. It's when using a ToolTip (for a window) that the 'warning' and 'info' icons are reversed (when using the -balloon option). I can post a sample if that will help. Brian Millham Tommy, Helen and Paka This message has traveled at least 44,000 miles to rea

Re: [perl-win32-gui-users] [win32-gui] Possible to change default button in DialogBox

2007-01-02 Thread Robert May
Brian Fredette wrote: Is it possible to change the default button in a window created with DialogBox? Yes, give the (one) button you want to be default the -default => 1 option. Regards, Rob.

[perl-win32-gui-users] Possible to change default button in DialogBox

2007-01-02 Thread Brian Fredette
All, Is it possible to change the default button in a window created with DialogBox? Thanks in advance. Brian

Re: [perl-win32-gui-users] [win32-gui] Button + multiline text?

2007-01-02 Thread Robert May
Steve Loughran wrote: Secondly, I notice there is a -multiline option for buttons, but I am unable to force my text to "wrap" with the usual "\r\n" entry in the text that I can use in other objects that support the -multiline option. Any ideas? It seems to work for me. Does this work for you

Re: [perl-win32-gui-users] [win32-gui] Tooltips balloon icons

2007-01-02 Thread Robert May
Brian Millham wrote: I've just started using ToolTips with the -balloon option. It appears that the 'warning' and 'info' icons are reversed (1.05). When I use the 'warning' icon, the info icon is displayed, and when I use the 'info' icon, I get the ! in a triangle icon. Should I raise a tracker

Re: [perl-win32-gui-users] [win32-gui] Is it possible to print an inline bitmap using Win32::Printer?

2007-01-02 Thread Robert May
Perl Rob wrote: Hi all, I'd like to print inline bitmaps using the Win32::Printer module, but I'm confused by the "$dc" in every one of the documentation examples: I'm not familiar with Win32::Printer, but the $dc in the snippet you look at below looks like a Win32::Printer object from a qu

[perl-win32-gui-users] Popup notification windows [Was: Notification icon popup extentions]

2007-01-02 Thread Robert May
Zach wrote: I've written a small Win32::GUI app that shows the number of users logged in to our system. The number is shown in a notification icon on the system tray. I would like to add a popup feature where the user can be notified when a certain event happens, say when the count of logged in u

[perl-win32-gui-users] Notification icon popup extentions

2007-01-02 Thread Zach
Good morning, I've written a small Win32::GUI app that shows the number of users logged in to our system. The number is shown in a notification icon on the system tray. I would like to add a popup feature where the user can be notified when a certain event happens, say when the count of logged in

[perl-win32-gui-users] Is it possible to print an inline bitmap using Win32::Printer?

2007-01-02 Thread Perl Rob
Hi all, I'd like to print inline bitmaps using the Win32::Printer module, but I'm confused by the "$dc" in every one of the documentation examples: # $image_handle = $dc->Image($filename); ($image_handle, $original_width, $original_height) = $dc->Image($filename);