[perl-win32-gui-users] Windows displayed/not-displayed depending on how Perl is invoked?

2004-03-04 Thread david fox
Hi everybody. I'm afraid I am not only woefully unfamiliar with Win32::GUI, but also with Microsoft Windows in general. This has not stopped me from trying to use Win32::GUI to add a simple progress indication to a time and compute intensive perl script I wrote that's been embedded within an appli

[perl-win32-gui-users] Windows displayed/not-displayed depending on how Perl is invoked?

2004-03-04 Thread david fox
Hi everybody. I'm afraid I am not only woefully unfamiliar with Win32::GUI, but also with Microsoft Windows in general. This has not stopped me from trying to use Win32::GUI to add a simple progress indication to a time and compute intensive perl script I wrote that's been embedded within an ap

[perl-win32-gui-users] New release : Win32::GUI::AxWindow

2004-03-04 Thread Laurent ROCHER
Hello perl-win32-gui-users, I made new release of my Win32::GUI::AxWindow package. See major change : Win32::GUI::AxWindow V0.07 - Correct GetOLE() method when using PAR and PerlApp. See more at : http://perso..club-internet.fr/rocherl/Win32GUI.html (documentation, source code +

[perl-win32-gui-users] Window Buttons

2004-03-04 Thread MJG
How does one kill the Minimize, Expand, and Terminate buttons in a window? Thanks

[perl-win32-gui-users] Textfield Enter Key doesn't work if dialogui is set.

2004-03-04 Thread Lloyd, Steve
I cannot seem to get ENTER keys to work in Textfield boxes when I have dialogui set. I want to be able to have tabbing enabled on all but my multiline textfields. I set the following in my main window to enable tabstops on the rest of the texfields and buttons: $Window->{-dialogui}=1; When this