[perl-win32-gui-users] Textfield

2002-05-14 Thread larry moore
Is there a way to make the return key register for a Textfield. I am using a sub Textfield_1_Change and would like to use the -text for this object to be used in a search string when the user has hit the return key. As a first step, I have been echoing each key press to the dos window, but the re

RE: [perl-win32-gui-users] Textfield

2002-05-14 Thread larry moore
Upon a little closer look at the documentation for -multiline, it says the the return is \r\n, will this make a difference to my chomp? Should I be removing \r\n and searching for both chars? Thanks, Larry -Original Message- From: Sean Healy [mailto:[EMAIL PROTECTED] Sent: Tuesday, May

[perl-win32-gui-users] WS_HSCROLL

2002-05-14 Thread larry moore
I am trying to add both vertical and horizontal scroll bars. For some reason my WS_HSCROLL command in the -style doesn't work. -style => WS_VSCROLL | WS_VISIBLE | 3 | WS_CHILD works as expected, but -style => WS_VSCROLL | WS_HSCROLL | WS_VISIBLE | 3 | WS_CHILD does not produce a horizontal sc