RE: [perl-win32-gui-users] Interacting with DOS Shell

2001-01-25 Thread Sean Healy
I looked into both these solutions. I couldn't get Expect to work (I'll guess I'll have to wait for a Win32 version), and the problem with this other one is that DOS won't relinquish control back to the script until it has finished running - and since it's waiting for input, it never finishes.

RE: [perl-win32-gui-users] Interacting with DOS Shell

2001-01-25 Thread Peter Eisengrein
a more windows-ish way might be to open a new window that instructs the user to input "something" with a textbox for their input and an OK button to accept, read in their input, and close the input window. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, J

[perl-win32-gui-users] Richedit Copy

2001-01-25 Thread Jonathan Southwick
I have some text in a Richedit object. I'd like to be able to copy any text that I select but it doesn't work. Is there sojmething special I have to do? Jonathan Southwick Technical & Network Services Allegheny College, Meadsville, PA [EMAIL PROTECTED]

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

2001-01-25 Thread Sean Healy
has anyone been successfull in getting tooltips to work? I've played with them, but I always get the message that I'm trying to do something to an undefined value. I tracked the problem down in GUI.pm, and I found these two lines: my $parent = $_[0]; my $new = Win32::GUI->_new(Win32::GUI::c

[perl-win32-gui-users] Tooltips

2001-01-25 Thread Jonathan Southwick
has anyone been successfull in getting tooltips to work? Jonathan Southwick Technical & Network Services Allegheny College, Meadsville, PA [EMAIL PROTECTED]