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

2006-01-01 Thread Mr. J. McKean
For single line input action, on a multiline textfield: sub Input_Change {     $_=$Window->Input->GetLineCount();     if ($_>1) {     $_=$Window->Input->GetLine($_-2);        ##Do on enter     } } Jerome McKean Dream ƒrequency; Imagination Realised http://dreamfrequency.com

[perl-win32-gui-users] PerlApp Issue

2006-01-01 Thread Igor Anufriyenko
Johan, I have not tried Task class yet - just the Queue(s). Honestly, to look into it a bit deeper and have not time yet. Thanks. Igor.