Re: [perl-win32-gui-users] Change values out of a thread

2007-01-03 Thread Darian
-win32-gui-users] Change values out of a thread Hi, Maybe a stupid question, but how do I change a value of a textbox out of a thread? Textbox is created in the main program. On a button click, a thread is launched and detached, but that thread can't change the value

Re: [perl-win32-gui-users] Change values out of a thread

2007-01-03 Thread Steve Loughran
@lists.sourceforge.net Betreff: [perl-win32-gui-users] Change values out of a thread Hi, Maybe a stupid question, but how do I change a value of a textbox out of a thread? Textbox is created in the main program. On a button click, a thread is launched and detached, but that thread can't change

Re: [perl-win32-gui-users] Change values out of a thread

2006-12-28 Thread Kind, Uwe (AGIS)
Auftrag von MALEADt Gesendet: Mittwoch, 27. Dezember 2006 21:01 An: perl-win32-gui-users@lists.sourceforge.net Betreff: [perl-win32-gui-users] Change values out of a thread Hi, Maybe a stupid question, but how do I change a value of a textbox out of a thread? Textbox is created in the main

[perl-win32-gui-users] Change values out of a thread

2006-12-27 Thread MALEADt
Hi, Maybe a stupid question, but how do I change a value of a textbox out of a thread? Textbox is created in the main program. On a button click, a thread is launched and detached, but that thread can't change the value of that textbox.. always getting: thread failed to start: can't call