[perl-win32-gui-users] RE: [perl-win32-gui-users]Why Do I have to use the Mouse???

2001-03-13 Thread Eoin_Butler
Can Anybody help here. At the moment I have to click on the textbox to highlight it before I can enter anything and then I have to use the mouse to click validate it All I want is, When the progran start's the first textbox is already highlighted and to submit it all I have to do is press

Re: [perl-win32-gui-users] RE: [perl-win32-gui-users]Why Do I have to use the Mouse???

2001-03-13 Thread Jeremy Blonde
$W-Display-SetFocus(), I believe is what you are looking for. I also use $W-Display-SelectAll() so that the text is highlighted and when you start typing it wipes out all of the previous text. jb --- [EMAIL PROTECTED] wrote: Can Anybody help here. At the moment I have to click on the textbox

Re: [perl-win32-gui-users] RE: [perl-win32-gui-users]Why Do I have to use the Mouse???

2001-03-13 Thread Jonathan Southwick
Message - From: [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Sent: Tuesday, March 13, 2001 12:40 PM Subject: [perl-win32-gui-users] RE: [perl-win32-gui-users]Why Do I have to use the Mouse??? Can Anybody help here. At the moment I have to click on the textbox to highlight