[perl-win32-gui] Print

2000-12-26 Thread Peter Eisengrein
I saw a previous posting about using system("rundll32.exe $dll,PrintHTML $tmpfile"); to print a file and it works well for my app. However, I'd like to be able to "print selection" That radio button is currently disabled. Anyone know what variable to set to tell the system that you have selected

RE: [perl-win32-gui] mian dialog and pop up dialog

2000-12-22 Thread Peter Eisengrein
-Original Message-From: Christopher Sagayam [mailto:[EMAIL PROTECTED]]Sent: Sunday, December 17, 2000 1:30 PMTo: [EMAIL PROTECTED]Subject: [perl-win32-gui] mian dialog and pop up dialog I create a main dialog window using new Win32::GUI::DialogBox( say main

[perl-win32-gui] Focus problem?

2000-12-18 Thread Peter Eisengrein
Hi gang. New to the list I'm having problems with the objects in a dialog box (AddButton and AddLabel to be exact) where they lose focus. The app reads data from a file and writes some or all of it to a RichEdit field within a main window. If a certain menu item is selected, it should pull