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
> -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
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
##
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
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
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
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
7 matches
Mail list logo