wxMutex, wxCondition issues
Robert Roebling
robert at roebling.de
Tue Oct 2 13:28:46 PDT 2007
> When I run my application, the point where it freezes looks like this:
>
> Post message to gui thread
> >>>>>>>>
> Entering idle handler...
> m_idleTag was: 0
> m_idleTag is now: 1196
> Leaving idle handler...
> <<<<<<<<<
> >>>>>>>>
> Entering idle handler...
> g_isIdle is FALSE! leaving idle handler
What is the m_idleTag here? It should not be 0.
If m_idleTag is 0, why is g_isIdle false?
If m_idleTag isn't zero, is wxapp_idle_callback()
ever called?
If yes, why is your event not sent from
wxTheApp->ProcessIdle().
Robert
More information about the wx-users
mailing list