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

2001-06-28 Thread Glenn Linderman
That was a good clue, Andrew, and I've done some more analysis. Indeed, if I throw in some $mw -> Show (), and some Win32::GUI::DoEvents () into my initialization routines, I get some extra interesting data. I'm not sure yet what all it means, or why it happens. Here's my added knowledge: In

RE: [perl-win32-gui-users] RE: Opera and "Open Default Browser", Hard Crash?

2001-06-28 Thread Frazier, Joe Jr
> -Original Message- > From: Morbus Iff [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 28, 2001 17:38 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > perl-win32-gui-users@lists.sourceforge.net > Subject: [perl-win32-gui-users] RE: Opera and "Open Default Browser", > Hard Crash? > > > Thi

[perl-win32-gui-users] RE: Opera and "Open Default Browser", Hard Crash?

2001-06-28 Thread Morbus Iff
This is eventually the code I went with, which has been tested with IE 5/6, Mozilla/Netscape, and Opera. ## open_url() - open a url in the system's default browser ##

Re: [perl-win32-gui-users] Opera and "Open Default Browser", Hard Crash?

2001-06-28 Thread Johan Lindstrom
Morbus wrote: system("c:\progra~1\opera\opera.exe $url"); Does this do what you want? system("start $url"); Even system("$url"); should work. This all assumes that $url contains a file with a file extension which is mapped to an application on your system. But .html files sho

[perl-win32-gui-users] Opera and "Open Default Browser", Hard Crash?

2001-06-28 Thread Morbus Iff
I'm getting hard crashes when I use a registry check against the default browser. The program will request the default browser (in this case, Opera), open the browser correctly, and display the page. Mozilla/Netscape/IE work fine, but in the case of Opera, I get a infinitely repeatable crash as

SOLVED Re: [perl-win32-gui-users] Strange flickering when updating window

2001-06-28 Thread Louis Bohm
Don't I feel stupid... I stumbled upon the solution to both questions... I needed to move my textfields outside of the while loop. Then I could use selectall and replacesel to update the fields. Now it looks good. Louis At 07:03 AM 6/28/2001 -0400, you wrote: I am running the attached code

[perl-win32-gui-users] Strange flickering when updating window

2001-06-28 Thread Louis Bohm
I am running the attached code on my win2k machine and I am seeing two strange things. 1. When the window updates the Textfields flicker and the data in them flicker. Is there anyway to get rid of that??? 2. When I update the numbers in the Textfields I have noticed that windows keeps a memor