Thread.start doesn't work?
Frank Benoit
keinfarbton at googlemail.com
Thu Jul 31 03:49:10 PDT 2008
Plumm schrieb:
> Hi:
>
> I just tried a DWT problem with a heavy file processing bound to a button.That's why I chose to use Thread, or the background thread/GUI thread would be locked and no refresh.
>
> The problem is the thread seems do nothing. And even the isRunning returns false right after calling start.
>
> The environment is dwt-win 3.4.1 with tango 0.99.7 / DMD 1.033 which is right the version downloaded from the DWT download page.
>
> Thanks for any answer.
can you post your code?
Does your thread start if you execute the button handler code without GUI?
More information about the Digitalmars-d-dwt
mailing list