Re: [perl-win32-gui-users] Windows shutdown

2009-12-24 Thread Brian Millham
On 12/23/2009 07:19 AM, Seb wrote: How about running your script as a Windows Service? If you need, I'll dig up an example for you. As a service, you can't have a GUI, but it can communicate over a network. Brian > Hi folks, > > > Here is the question: I'm looking for a minimal example of a (pe

Re: [perl-win32-gui-users] detecting a second version of my app

2008-06-15 Thread Brian Millham
rpnoble wrote: > How can i detect a 2nd launch of my application, popup an error message and > then exit? > Here's a sample of how to use a mutex. A mutex is better than Ilyn's example if your wondows title may change (if you change the title to show the currently open document, status, etc.)

Re: [perl-win32-gui-users] detecting a second version of my app

2008-06-13 Thread Brian Millham
rpnoble wrote: > How can i detect a 2nd launch of my application, popup an error message and > then exit? > Look at the Win32::Mutex module. You register your app when it starts, and check if it's already running. If you need, I can give you some sample code. -- Brian, Tommy, Helen and Paka

Re: [perl-win32-gui-users] No scrollbar on combo box drop-down.

2008-04-05 Thread Brian Millham
Tim Johnson wrote: Oops. Trying again from an account that is actually a member of the list. On Fri, Apr 4, 2008 at 4:45 PM, Tim Johnson <[EMAIL PROTECTED] > wrote: I was tasked with making a quick and dirty uninstaller that can be launched through SMS in or

Re: [perl-win32-gui-users] Are you running Windows Vista?

2008-03-23 Thread Brian Millham
Jeremy White wrote: Hi, I'm having a strange problem with Win32::GUI running under Vista with PerlApp 7.1. I have raised a bug with Activestate: http://bugs.activestate.com/show_bug.cgi?id=74844 But they can't seem to reproduce the problem. If you have a couple of minutes free and are runni

Re: [perl-win32-gui-users] WHERE IS THE LOGIC?

2007-12-04 Thread Brian Millham
Waldemar Biernacki wrote: > Hello! > > At the end I've enclosed the little code of Perl/Win32:GUI. > > If you start the code you can notice that the sequence > is the following: > > 1. Window appears on the screen. > 2. An incomplete "field1" appears too. > 3. After 2 seconds it disappears!!! for

Re: [perl-win32-gui-users] Tooltip Help?

2007-11-14 Thread Brian Millham
Your example works fine for me on Windows 2000. What OS and version of Win32::GUI are you testing on? Brian Micah Wilson wrote: Here's my test code: #!/usr/bin/perl use strict; use Win32::GUI; my $mw = new Win32::GUI::Window ( -title=> "test", -pos => [600, 600], -size => [10

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

Re: [perl-win32-gui-users] [win32-gui] NotifyIcon and balloontooltips

2006-12-28 Thread Brian Millham
I had basically come to that conclusion. I'm using the normal -tip for what I wanted. As I was looking at this, I noticed that no other apps pop up a balloon when hovering over a NotifyIcon. Brian Millham Tommy, Helen and Paka This message has traveled at least 44,000 miles to reach you!

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

2006-12-28 Thread Brian Millham
angle icon. Should I raise a tracker on this? Brian Millham Tommy, Helen and Paka This message has traveled at least 44,000 miles to reach you! http://www.millham.net [EMAIL PROTECTED] --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0664-0, 12/28/2006 Tested on: 12/28/2006 8:02:

Re: [perl-win32-gui-users] Need help placing controls on top ofgraphics

2006-12-21 Thread Brian Millham
Feel free to download Win32::GUI::Skin (at http://win32-gui-skin.sourceforge.net) for ideas. You may even be able to make use in your app of Win32::GUI::Skin (I'd love to find out that someone is actually making use of it!) Brian Millham This message traveled at least 44,000 miles to reach you! Brian, Tommy, Helen and Paka [EMAIL PROTECTED]

[perl-win32-gui-users] NotifyIcon and balloon tooltips

2006-12-20 Thread Brian Millham
is to use the MouseEvent event. But that fires every time that the mouse is moved (or clicked), so there would have to be a timer to track if the balloon is displayed (unless there is a method to check if the balloon is already displayed.) Brian Millham Tommy, Helen and Paka This message has travel

[perl-win32-gui-users] New release (0.15) of Win32::GUI::Skin is available on Sourceforge

2006-12-15 Thread Brian Millham
ng list (details available on the project page) Brian Millham This message traveled at least 44,000 miles to reach you! Brian, Tommy, Helen and Paka [EMAIL PROTECTED]

Re: [perl-win32-gui-users] What is the difference?

2006-12-07 Thread Brian Millham
If I remember correctly, Width is the width of the window, as displayed on the screen. ScaleWidth is the width of the window drawable area (width - size_of_borders) I hope this helps. Brian Millham Tommy, Helen and Paka This message has traveled at least 44,000 miles to reach you! http

Re: [perl-win32-gui-users] Understanding Win32::GUI::Windowvs MDIFrame-Client-Child

2006-11-11 Thread Brian Millham
I agree with Glenn. I don't like MDI applications, I prefer applications that open multiple stand alone windows, so you can see other application windows without minimizing the MDI. Brian Millham This message traveled at least 44,000 miles to reach you! [EMAIL PROTECTED] -Original Me

Re: [perl-win32-gui-users] Install 1.05

2006-11-05 Thread Brian Millham
I just downloaded and installed 1.05. The install worked fine for me from the .ppm file. (Also downloaded from SourceForge). (My Win32::GUI::Skin module looks OK with 1.05 also :-) Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http

Re: [perl-win32-gui-users] [win32-gui] Re: ActiveState perl 5.8.8 question

2006-11-03 Thread Brian Millham
f you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. 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: Robert May [mai

Re: [perl-win32-gui-users] [win32-gui] Re: ActiveState perl 5.8.8 question

2006-11-03 Thread Brian Millham
Works on my system. It's installed in \perl\bin. \perl\site\bin does not even exist on my system. 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: [

Re: [perl-win32-gui-users] [win32-gui] NEM Menus?

2006-10-24 Thread Brian Millham
in.pm module for how I use it. 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 Behalf Of Glenn Linderman Sent: Tu

Re: [perl-win32-gui-users] [win32-gui] Displaying a button on a DC

2006-10-21 Thread Brian Millham
k of it! 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: Robert May [mailto:[EMAIL PROTECTED] Sent: Saturday, October 21, 2006 7:14 PM To: Brian Millham Cc: perl-

[perl-win32-gui-users] Displaying a button on a DC

2006-10-21 Thread Brian Millham
way? I'm going to experiment with regions (and clip regions) to see if that may work. 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] --- avast! Antivirus: Outbound message clean. Virus Databas

Re: [perl-win32-gui-users] ANNOUNCE: Win32::GUI v1.04

2006-10-21 Thread Brian Millham
Rob kindly created for me. I should have a new release taking advantage of this tomorrow. Thank you Rob (and any others) for your hard work! 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]

[perl-win32-gui-users] Win32-GUI-Skin release 0.14 is now available

2006-10-18 Thread Brian Millham
ads, but I have not received any feedback! If you have downloaded it, please let me know what you think! 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] --- avast! Antivirus: Outbound message cl

Re: [perl-win32-gui-users] Grid questions

2006-10-12 Thread Brian Millham
uot;); # } } my $row = 1; for my $CellType (GVIT_NUMERIC, GVIT_DATE, GVIT_DATECAL, GVIT_TIME, GVIT_CHECK, GVIT_COMBO, GVIT_LIST, GVIT_URL) { $Grid->SetCellType($row++, 1, $CellType); } $Grid->SetCellOptions( 5, 1, 1 ); # button? $Grid->SetCellOptions( 6, 1, [ "Combo", "Box" ])

Re: [perl-win32-gui-users] Grid questions

2006-10-11 Thread Brian Millham
row++, 1, $CellType); } $Grid->SetCellOptions( 5, 1, 1 ); # button? $Grid->SetCellOptions( 6, 1, [ "Combo", "Box" ]); $Grid->SetCellOptions( 7, 1, [ "List", "Box" ]); I changed the above lines, and your sample worked for me. Brian Millham

Re: [perl-win32-gui-users] Whither Win32::Shortcut

2006-10-03 Thread Brian Millham
Win32::Shortcut (version 0.04) is installed on my system. I'm running ActivePerl build 817. 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 PROT

[perl-win32-gui-users] Win32::GUI::Skin is now on SourceForge

2006-09-30 Thread Brian Millham
If anyone would like to join in and help work on Win32::GUI::Skin, please let me know. 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] --- avast! Antivirus: Outbound message clean. Virus Database (V

Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-27 Thread Brian Millham
I've added my example (with the Coalesce fix added) to the wiki on sourceforge. I didn't add Rob's changes, since I figure that Rob will post his on the Wiki, giving different ways to approach the problem (that's what Perl's all about, right?!) Brian Millham This message

Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-27 Thread Brian Millham
I'll go ahead an add the example to the Wiki (as soon as I figure out how) BTW, I just created a new project on sourceforge for my Win32::GUI::Skin module. It's currently pending approval. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW60

Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-26 Thread Brian Millham
I hope this helps someone! 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 Behalf Of Steve Loughran Sent: Tuesday, Sept

Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-25 Thread Brian Millham
GUI window, and figure out the timing. 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 Behalf Of Glenn Linderman Sent:

Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-25 Thread Brian Millham
s from the animation. All I can get is the first frame... I've never played with PAR, so I can't help there... 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-

Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-25 Thread Brian Millham
ll post it here (I'll also check if it supports animated GIFs) 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

Re: [perl-win32-gui-users] [win32-gui] precision timer event?

2006-09-07 Thread Brian Millham
I agree with Raoul, InnoSetup with ISTool is the way to go. 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 Behalf

RE: [perl-win32-gui-users] Unsetting an event

2006-05-17 Thread Brian Millham
That's a possibility, but the original handler is set in the Skin.pm module. The Skin Editor uses the Skin.pm module, but needs to override handlers at certain times. You've given me an idea to go on. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of

[perl-win32-gui-users] Unsetting an event

2006-05-16 Thread Brian Millham
ve looked on MSDN, and the closest that I can find is CloseHandle. However, there does not appear to be a way to get the handle of the event. 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]

RE: [win32-gui] RE: [perl-win32-gui-users] The skin module

2006-04-28 Thread Brian Millham
oing to create a few more tutorials (and include the code in the package) before I release another update. My web provider still has not come up with a fix to allow browsing of directories to make it easier for PPM users Brian Millham This message traveled at least 44,000 miles to reach you! C

RE: [win32-gui] RE: [perl-win32-gui-users] The skin module

2006-04-27 Thread Brian Millham
AN? Or does it need more work (especially support tools)? 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] --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0617-2, 04/26/2006 Tested

RE: [win32-gui] RE: [perl-win32-gui-users] The skin module

2006-04-26 Thread Brian Millham
m, since the module is new. (How do you decide on version numbers with Win32::GUI? Do you use the CVS revisions, or do you create a tag in CVS?) We probably need to take this off-list at this point (with Rob), unless others are interested. BTW, no-one answered my way off topic question: Anyone a Doct

RE: [win32-gui] RE: [perl-win32-gui-users] The skin module

2006-04-18 Thread Brian Millham
module. Thanks Glenn! 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: Glenn Linderman [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 10:20 PM To: Brian Mill

RE: [win32-gui] RE: [perl-win32-gui-users] The skin module

2006-04-18 Thread Brian Millham
ng that happens during install (POD is extracted and removed from the original code), or just the way the GUI.pm was done? I realize that it's a basic question, but this is my first attempt at a real module. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of t

RE: [perl-win32-gui-users] The skin module

2006-04-13 Thread Brian Millham
;m on the right track. I will work on creating some documentation over the next few days... I'll let everyone know once I've done that. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.net/dw6000 [EMAIL PROTECTE

[perl-win32-gui-users] WOT: (Way off topic) Any Dr. Who fans in the UK?

2006-04-12 Thread Brian Millham
This is way, way, way off topic, but I was wondering if there are any Doctor Who fans on this list who are in the UK? If so, could you contact me off list? Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.net/dw6000 [EMAIL

RE: [perl-win32-gui-users] The skin module

2006-04-12 Thread Brian Millham
ceed making the module Win32::GUI::Skin. I'd also like to start adding more controls. I don't want to do this until I know that the basic module is looking good. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.ne

[perl-win32-gui-users] The skin module

2006-04-11 Thread Brian Millham
know if it works for you! 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] --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0615-1, 04/11/2006 Tested on: 4/11/2006 9:15:34 PM

[perl-win32-gui-users] Version 0.1 of the Skin module

2006-04-10 Thread Brian Millham
that lets you build a "skinfile" for use with the Skin module. It's not pretty, but it get's the job done. I'll also let you know how to create a BMP to use with the current version. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the

RE: [perl-win32-gui-users] Progress on skins in perl

2006-03-24 Thread Brian Millham
ce I messed with C/C++. The example code that I found to get me started was in C++, so I've refreshed my C++ also. 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

RE: [perl-win32-gui-users] Progress on skins in perl

2006-03-24 Thread Brian Millham
you see it as a tap. I should have used yellow instead of blue for the fill :-) 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: Jeremy White [mailto:[EMAIL PROT

[perl-win32-gui-users] Progress on skins in perl

2006-03-23 Thread Brian Millham
Win32::GUI, but I don't have the expertise to do that myself. I've asked before if there is interest in working on a Class, but have only receive a few responses. Is there any interest in creating a Win32::GUI::Skin module? Brian Millham This message traveled at least 44,000 miles to

[perl-win32-gui-users] Missing methods in the Region class

2006-03-03 Thread Brian Millham
m directly from the API. I've never tried this before, so wish me luck! 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] --- avast! Antivirus: Outbound message clean. Virus Database (VPS)

RE: [win32gui] RE: [perl-win32-gui-users] Skins in Win32-GUI

2006-03-02 Thread Brian Millham
to skin mode. That will take care of the delay when switching to skin mode. Has anyone found this useful? Should I continue to send updates to the list, or isn't there enough interest? Should I look into creating a Skin object? Brian Millham This message traveled at least 44,000 mile

RE: [win32gui] [perl-win32-gui-users] Proper use of Regions

2006-03-02 Thread Brian Millham
Thanks Rob, that did the trick. I'm working on enhancing the sample skin with a pop-up menu right now. I hope to be able to send a copy out later tonight. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.net/dw6000 [

[perl-win32-gui-users] Proper use of Regions

2006-03-02 Thread Brian Millham
rgument is supposed to be, but I also discovered that it doesn't seem to matter. Does anyone know what the argument should be? 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] --- avast! Anti

RE: [win32gui] RE: [perl-win32-gui-users] Skins in Win32-GUI

2006-03-02 Thread Brian Millham
Opps, I forgot to remove the "use Win32::GUI::BorderlessWindow" line. Just remove that line, and it will work. When I first started playing with Skins, I attempted using BorderlessWindow, but that didn't work out. I just forgot to remove it use line. Brian Millh

RE: [perl-win32-gui-users] Skins in Win32-GUI

2006-03-01 Thread Brian Millham
Here's a new version that allows you to double click when skinned, and drag the skinned version of the window. 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-

[perl-win32-gui-users] Skins in Win32-GUI

2006-03-01 Thread Brian Millham
in3.bmp has white borders around the edges. It was how I created the images in PSP. It's actually a fade to white that I didn't mean to put there.) Let me know if I'm on the right track! Would it be worth creating a Win32::GUI::Skin module? Brian Millham This message traveled at lea

RE: [perl-win32-gui-users] Skins in Win32-GUI

2006-02-26 Thread Brian Millham
xels at the top. I've also found some sample code (in C++) to read a bitmap, and create the regions from the bitmap. I'll work on that next. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.net/dw6000 [EMAIL P

[perl-win32-gui-users] Skins in Win32-GUI

2006-02-26 Thread Brian Millham
difficult to create a skinned app with perl and Win32::GUI. I hope that this helps someone, and I'll send an updated version once I figure out the glitches. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.ne

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 PROTECTE

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

2006-02-22 Thread Brian Millham
o many discrete icon files. (or even inline icons) 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 Behalf Of Plum, J

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

2006-02-22 Thread Brian Millham
n this would be. (Actually what I'd ultimately like to do would probably require 1000 icons!) Is there a module to create simple graphics? I could create the icon, and use BitmapInline to import/display it. Can this be done, or am I crazy. Brian Millham This message traveled at least 44,00

RE: [win32gui] [perl-win32-gui-users] Hiding/showing the title bar on a window

2006-02-04 Thread Brian Millham
or false. I've attached the updated code. 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: Glenn Linderman [mailto:[EMAIL PROTECTED] Sent: Saturday, February 04, 20

RE: [win32gui] [perl-win32-gui-users] Hiding/showing the title bar on a window

2006-02-04 Thread Brian Millham
with the attempt to remove both the menu and the titlebar. 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: Jeremy White [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: [win32gui] [perl-win32-gui-users] Hiding/showing the title bar on a window

2006-02-02 Thread Brian Millham
the mouse leaves the window. 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: Robert May [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 5:26 PM To: Brian

[perl-win32-gui-users] Hiding/showing the title bar on a window

2006-02-01 Thread Brian Millham
I forgot to attach the code. (I always seem to do that :-) 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: Brian Millham [mailto:[EMAIL PROTECTED] Sent

[perl-win32-gui-users] RE: How to remove a notifyIcon

2006-01-31 Thread Brian Millham
Thanks for the heads up. Will this be the release that also includes balloon tips? 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: Robert May [mailto:[EMAIL

RE: [perl-win32-gui-users] How to remove a notifyIcon

2006-01-30 Thread Brian Millham
Thanks, that's what I needed. $NI->Delete(-id => 1); does the trick. I knew that it would be simple... 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-

[perl-win32-gui-users] How to remove a notifyIcon

2006-01-30 Thread Brian Millham
e chart be in the Chart::Line class? Should the Scale be another class under Chart, or part of the Chart class? I hope to have a simple working (but probably sloppy and poorly documented) package that I can share later this week. Brian Millham This message traveled at least 44,000 miles to reach

RE: [perl-win32-gui-users] Win32::GUI and a "rolling line graph"

2006-01-22 Thread Brian Millham
ay to do it with one TextOut call. Also, is there a way to change the size of the text? I see that there is a way to retrieve the size of a string (GetTextExtentPoint), but how can you change the size (or even font) of the text. Brian Millham This message traveled at least 44,000 miles to reach

RE: [perl-win32-gui-users] Win32::GUI and a "rolling line graph"

2006-01-18 Thread Brian Millham
a; # Remove the first value Tell Windows the window needs to be repainted, will call the _Paint event handler The 1 wipes the area before repainting it, but since we may know exactly what needs to be repainted when $xBar changed, that may not be necessa

RE: [perl-win32-gui-users] Win32::GUI and a "rolling line graph"

2006-01-18 Thread Brian Millham
o you change the color and the style of the line. It appears that you have to use a Win32::GUI::Brush object, but I can't figure out how to tie it to the Graphic object. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.

RE: [perl-win32-gui-users] Win32::GUI and a "rolling line graph"

2006-01-17 Thread Brian Millham
Great! This was exactly what I needed! I now have a very simple rolling line graph working based on this code. I'll send an example to the list in a bit (there are a few glitches that I need to work out) Brian Millham This message traveled at least 44,000 miles to reach you! Creator o

[perl-win32-gui-users] Win32::GUI and a "rolling line graph"

2006-01-17 Thread Brian Millham
n to the graph with Win32::GUI, and use a notify icon, and create windows transparency, then I'm going to convert the VB5 code to perl. 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] -Orig

RE: [perl-win32-gui-users] PerlApp issue

2005-12-29 Thread Brian Millham
version running. For the Win32::GUI guirus (spelling intended:-)), is Win32::GUI thread safe? 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 PRO

RE: [perl-win32-gui-users] PerlApp issue

2005-12-29 Thread Brian Millham
If you can give me a code sample, I can try it on my system (W2K) and compile it with Perl2Exe. 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: Igor

RE: [perl-win32-gui-users] PerlApp issue

2005-12-28 Thread Brian Millham
I'm surprised that this works at all, even as a script. I'd expect the animation to hang, because the script is stopped waiting for your gpresult program to run. You may want to consider running gpresult in a separate thread Brian Millham This message traveled at least 44,00

RE: [perl-win32-gui-users] changing notify icon

2005-08-12 Thread Brian Millham
} else { $ni->Change(-icon => $icon_no, -id => 100); $mw->CloseWindow() unless $mw->IsIconic(); $mw->Hide(); $mw->Disable(); } $trigger++; } Brian Millham This message traveled at least 44,000 miles t

RE: [perl-win32-gui-users] Help with a couple of problems

2005-08-10 Thread Brian Millham
(.) or string at C:/Perl/lib/AutoLoader.pm line 41. I hope this helps! 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

RE: [perl-win32-gui-users] no alarm() in Win32, any work-arounds?

2005-05-31 Thread Brian Millham
;new; $uagent->timeout(2); my $response = $uagent->get ('http://192.168.0.1/default.html'); if (!$response->is_success) { print "uagent error: " . $response->status_line . "\n"; return; } I hope this helps! Brian Millham This message traveled at

[perl-win32-gui-users] Animations

2004-12-14 Thread Brian Millham
mation). I've also tried $mainwin->AddAnimation('test.avi') with the same results. If center is = 0, then the animation plays. If center is 1, nothing shows on the window. Brian Millham This message traveled at least 44,000 miles to reach you! [EMAIL PROTECTED] --- avast! An

RE: [perl-win32-gui-users] The splashscreen example

2004-12-13 Thread Brian Millham
I got it working thanks to help from Jez. I had accidentally commented out the Win32::GUI::DoEvents() line. Doh... Thanks for all the help! Brian Millham This message traveled at least 44,000 miles to reach you! [EMAIL PROTECTED] -Original Message- From: Bret Swedeen [mailto:[EMAIL

RE: [perl-win32-gui-users] The splashscreen example

2004-12-12 Thread Brian Millham
I've tried several different bitmaps, and none of them work. I just created a simple 100x100 256 color bitmap, and it won't display. I am attempting to display it in a label. I've also tried displaying it in a button, no luck. Brian Millham This message traveled at least 44,000

[perl-win32-gui-users] The splashscreen example

2004-12-11 Thread Brian Millham
Oh, and I have run perl -w, but there are no warnings. Brian Millham This message traveled at least 44,000 miles to reach you! [EMAIL PROTECTED] --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0450-1, 12/09/2004 Tested on: 12/11/2004 8:58:38 PM avast! is copyright (

RE: [perl-win32-gui-users] Awaiting modal window closure

2004-12-09 Thread Brian Millham
x27;t tested it otherwise.) Brian Millham This message traveled at least 44,000 miles to reach you! [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laurent ROCHER Sent: Friday, December 03, 2004 11:54 PM To: perl-win32-gui-users@lists.so

RE: [perl-win32-gui-users] Forcing focus on a field

2004-11-28 Thread Brian Millham
I just found that if you try to use SetFocus in the Activate event, it doesn't appear to work. Using SetFocus just before using DoModal for the window does work. Any ideas why it doesn't work in the Activate event? Brian Millham This message traveled at least 44,000 miles to reach y

[perl-win32-gui-users] Forcing focus on a field

2004-11-27 Thread Brian Millham
Win32::GUI sorta worked, and I couldn't even get The Loft to run. In the last 2 nights since getting the latest versions, I've got great start on my application (which also uses Win32::ODBC). Thanks much to those who've worked so hard to improve these packages! Brian Millham This

RE: FW: [perl-win32-gui-users] Website - Code snippets gallery

2004-11-25 Thread Brian Millham
I'd be a willing test subject as I'm trying to learn Win32::GUI in my spare time. I can already suggest that a chapter on "The GUI Loft" for interface design would be nice. Brian Millham Tommy, Helen and PakaZhaan This message traveled at least 44,000 miles to reach y

RE: [perl-win32-gui-users] Combobox problem taken care of, but no w...

2004-09-24 Thread Brian Millham
Thanks Peter, I thought that I had tried that, but maybe it was before I set the -dialogui option. Brian Millham [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Eisengrein Sent: Friday, September 24, 2004 7:57 AM To: '

RE: [perl-win32-gui-users] Combobox problem taken care of, but now...

2004-09-23 Thread Brian Millham
Thanks Steve, that did the trick! I did notice that you can't seem to tab into a combobox, but that doesn't matter for my current needs. Brian Millham [EMAIL PROTECTED] -Original Message- From: Lloyd, Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 7:38 PM

RE: [perl-win32-gui-users] Combobox problem taken care of, but now...

2004-09-23 Thread Brian Millham
ng able to tab between fields makes it kind of useless... Another one I just noticed, is there a way to set the focus to a field? Thanks again for the help. I'm slowly figuring this thing out :-) Brian Millham [EMAIL PROTECTED] -Original Message- From: Glenn W Munroe [mailto:[

[perl-win32-gui-users] Combobox problem taken care of, but now...

2004-09-21 Thread Brian Millham
. How do you enable using tab to move between input fields! It's got to be something simple that I've overlooking!! Brian Millham [EMAIL PROTECTED] --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0439-0, 09/20/2004 Tested on: 9/21/2004 7:10:09 PM avast! is copy

[perl-win32-gui-users] Combobox and KeyPress

2004-09-19 Thread Brian Millham
t few letters and have the matching item selected. I'd also like to be able to enter a non-matching entry that would then be added to the database. Is this possible with a Combobox? Brian Millham [EMAIL PROTECTED] --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0438-3, 09/17/2