[perl-win32-gui-users] Graphical problems when using exe file created with perlapp

2005-02-16 Thread Greg Dance
I have an application that starts up with just a couple of buttons displayed in the main window. It all runs fine on my machine just running "perl ApplicationName.pl" and also running the exe file created using perlapp( with the options of -gui and -freestanding.) However on other machines, when

[perl-win32-gui-users] Re: HyperLink.pm

2005-02-16 Thread Robert May
While investigating the start vs. ShellExecute issue I stumbled on this: http://sourceforge.net/mailarchive/message.php?msg_id=245600 Looks like I was beaten to it by about 3-4 years! OK, it doesn't do the fancy dynamic underlining, but otherwise almost identical, down to the Win32::API depend

[perl-win32-gui-users] Hyperlink.pm [Was: Wrappers for listviews/comboboxes etc...]

2005-02-16 Thread Robert May
Glenn Linderman wrote: Would it not be possible to just use system qq{start whatever_command}; instead of ShellExecute? What is the advantage of ShellExecute? That seems to work fine on my Win98 system. It takes a bit longer to return control to the GUI (but only just noticable), and

[perl-win32-gui-users] Hyperlink.pm [Was: Wrappers for listviews/comboboxes etc...]

2005-02-16 Thread Robert May
[EMAIL PROTECTED] wrote: Quoting Robert May <[EMAIL PROTECTED]>: [snip] I though this might be a good moment to introduce HyperLink.pm - a sub-classing of Win32::GUI::Label that acts as a clickable hyperlink: This is a great start - a nice object. Thanks. Although I had a problem wi

Solution - RE: [perl-win32-gui-users] Radio Buttons Question - Win32::Gui

2005-02-16 Thread Daniel Mazzini
Hi Jeremy I have tried your code, it didn't work. I have seen that these are methods for "checkbutton", no "radiobutton". However your answer pointed me to the solution. I found the right method for "radio buttons" and it did work. Thank you very much guys for your help and cooperation. Ta

Re: [perl-win32-gui-users] Screen Flash and Application Going Gray

2005-02-16 Thread Johan Lindstrom
At 13:43 2005-02-16, Bret Swedeen wrote: The first problem I have is that if the collection takes too long, parts of the application screen turn gray (basic default background color) and blank out any of the older data until the data collection is complete and the screen is repainted. The ques

[perl-win32-gui-users] Screen Flash and Application Going Gray

2005-02-16 Thread Bret Swedeen
Hi everyone, I've got an app that does some data collect from a web site once a button is pushed. Once the data is returned I write into various text boxes. The first problem I have is that if the collection takes too long, parts of the application screen turn gray (basic default background

Re: [perl-win32-gui-users] Win32::GUI bugs

2005-02-16 Thread jez
Quoting Robert May <[EMAIL PROTECTED]>: > A quick question on process: > > Should potential bugs be discussed on this list > before raising bug > reports at sourceforge? I’d do both - at least on sourceforge it won’t be forgotten about. Cheers, jez.

Re: [win32gui] Re: [perl-win32-gui-users] Wrappers for listviews/comboboxes etc...

2005-02-16 Thread jez
Quoting Robert May <[EMAIL PROTECTED]>: Hi Rob, Nice work - thanks for contributing. > I have been thinking about this wrapper idea for > some time, as there are > a number of useful 'widgets' that I would keep > reusing, and think they > could be packaged up for others to use. > Initially I