Re: [perl-win32-gui-users] Opening a *New* Browser Window?

2001-05-31 Thread Erick Bourgeois
| So, I first open a new browser and then click the link - voila. Side topic: hold shift and press the left mouse button on any link and it will open a new browser with that address. regards, erick - Original Message - From: Piske, Harald <[EMAIL PROTECTED]> To: Sent: Thursday, May 31,

RE: [perl-win32-gui-users] Opening a *New* Browser Window?

2001-05-31 Thread Piske, Harald
Well, then you just take the best of both ... first, you open a new browser window and then you do what you did before. I pretty sure that the ShellExecute will target this new browser. At least, when I click a link in a mail in this rotten !#^%$Outlook, it does the very same &^%!# thing of navigat

RE: [perl-win32-gui-users] Opening a *New* Browser Window?

2001-05-31 Thread Morbus Iff
>use Win32::TieRegistry; >$http = $Registry->{"Classes\\http\\shell\\open\\command"}->{'\\'}; >`$http $url`; Ok. Well, it certainly opened up new windows on Mozilla, unfortunately, it didn't pass the URL to Mozilla correctly - I got search results from NetScape for the term "". Sigh. Morbus

RE: [perl-win32-gui-users] Opening a *New* Browser Window?

2001-05-31 Thread Morbus Iff
>use Win32::TieRegistry; Well, now this is odd. I don't seem to have that on my machine, and a PPM says it's not found. Huh. Sigh. Gotta find it now... Morbus Iff .sig on other machine. http://www.disobey.com/ http://www.gamegrene.com/

RE: [perl-win32-gui-users] Opening a *New* Browser Window?

2001-05-31 Thread Piske, Harald
Try this: use Win32::TieRegistry; $http = $Registry->{"Classes\\http\\shell\\open\\command"}->{'\\'}; `$http $url`; I did not try with other browsers, though, just Micro$tuff. Have fun, Harald -Original Message- From: Morbus Iff [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 31. Mai 2001 1

RE: [perl-win32-gui-users] Window Size Controls & Miscellany ?'s

2001-05-31 Thread Forhan, Michael
Per your question, I pulled up Microsoft's website on maximizebox settings (I just searched for it from their main page), and linking from there I found information for a 'helpbutton'. After putting -helpbutton => 1 in my window, sure enough, I got one of those '?' boxes. Its amazing what new fun

RE: [perl-win32-gui-users] Window Size Controls & Miscellany ?'s

2001-05-31 Thread Frazier, Joe Jr
Yea, I just found about the -maximizebox thing. -minimizebox does the opposite. Set both to 0 if you want neither to show. I wonder if -questionbox works the same way for a Win32::GUI::DialogWindow and removes the goofy question mark box? > -Original Message- > From: Morbus Iff [mailto:

[perl-win32-gui-users] Opening a *New* Browser Window?

2001-05-31 Thread Morbus Iff
Good day. Currently, in my code [the opensource AmphetaDesk at http://www.disobey.com/amphetadesk/], I open a browser window like so: use Win32::API; my $ShellExecute = new Win32::API("shell32", "ShellExecuteA", ['N','P', 'P', 'P', 'P', 'I'], 'N'); $ShellExecute->C

RE: [perl-win32-gui-users] Window Size Controls & Miscellany ?'s

2001-05-31 Thread Morbus Iff
>At 03:06 PM 5/31/01, Frazier, Joe Jr wrote: >At 03:10 PM 5/31/01, Forhan, Michael wrote: Hey, thanks to both of you on the min/max|width/height... worked wonderfully! Morbus Iff .sig on other machine. http://www.disobey.com/ http://www.gamegrene.com/

RE: [perl-win32-gui-users] Window Size Controls & Miscellany ?'s

2001-05-31 Thread Forhan, Michael
While I haven't been able to get rid of the cursor change (into the resize arrow), I've prevented people from resizing the box manually by placing the -maxwidth and -maxheight settings in. Thanks for your tip for -maximize! It works great, here is my window: $Name = new Win32::GUI::Window( -name

RE: [perl-win32-gui-users] Window Size Controls & Miscellany ?'s

2001-05-31 Thread Frazier, Joe Jr
> -Original Message- > From: Morbus Iff [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 31, 2001 14:40 > To: perl-win32-gui-users@lists.sourceforge.net; > 'perl-win32-gui-users@lists.sourceforge.net' > Subject: Re: [perl-win32-gui-users] Window Size Controls & Miscellany > ?'s > > > >Is

Re: [perl-win32-gui-users] Window Size Controls & Miscellany ?'s

2001-05-31 Thread Morbus Iff
>Is there a way to disable the Maximize button on a window? I've been using >-maxwidth and -maxheight in the window creation in order to prevent users >from resizing my windows (I don't really want to deal with resizing & >repositioning quite yet...) but since the maximize button is active, the >w

[perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-05-31 Thread Peter Eisengrein
Is there a known memory problem with the GUI module and/or the Timer object? I have a script that runs through a _Timer sub once per second and increments a var (like $count++) and writes it to a Label. Just sitting there quietly doing nothing more than that adds 4k to the process' memory every sec

[perl-win32-gui-users] Window Size Controls & Miscellany ?'s

2001-05-31 Thread Forhan, Michael
Is there a way to disable the Maximize button on a window? I've been using -maxwidth and -maxheight in the window creation in order to prevent users from resizing my windows (I don't really want to deal with resizing & repositioning quite yet...) but since the maximize button is active, the window