[perl-win32-gui-users] Win32::GUI::Grid and child procss

2004-03-13 Thread nospam
Hi, I tried to use a Grid control in one of my scripts, that will be updated by a child process. Unfortunately, the script always exits immediatly after the child has done its work. I removed all unnecessary code, the following script exits after clicking the test button: use Win32::GUI; use Win3

[perl-win32-gui-users] Textfield ESC key hides the control Window

2004-03-13 Thread ramy
Hello, When I set multilin=>1 in textfiled control, if the user click "ESC" key the whole GUI disappers Hides and the application did ot exit if you set the multiline=>0 this problem is solved. Any suggestions Thanks Ramy