Re: [Oorexx-devel] Hangs with ooDialog and thread attached to Window Procedure thread

2010-02-05 Thread Rick McGuire
I think the only changes I'd make is to not make the variables in SysSemaphore public and define methods for the different operations that might change/test the state. Rick On Fri, Feb 5, 2010 at 1:14 PM, Mark Miesfeld wrote: > On Fri, Feb 5, 2010 at 2:00 AM, Rick McGuire wrote: > >> This actua

Re: [Oorexx-devel] Hangs with ooDialog and thread attached to Window Procedure thread

2010-02-05 Thread Mark Miesfeld
On Fri, Feb 5, 2010 at 2:00 AM, Rick McGuire wrote: > This actually looks better, but I suspect that the hang is now > occurring because the reentrant windows proc is creating a condition > where this thread is never getting a chance to be woken up.  I didn't > really expect this chance to make t

Re: [Oorexx-devel] Hangs with ooDialog and thread attached to Window Procedure thread

2010-02-05 Thread Rick McGuire
This actually looks better, but I suspect that the hang is now occurring because the reentrant windows proc is creating a condition where this thread is never getting a chance to be woken up. I didn't really expect this chance to make the oodialog problem go way, but rather to keep the internal in