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
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
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.
All,
Is it possible to change the default button in a window created with
DialogBox?
Thanks in advance.
Brian
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
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
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
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
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
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);
10 matches
Mail list logo