OnIdle and UI thread
Hi,
I have an app that the Mainframe and the View are not in the same thread.
Then I find a problem, when the mouse is inside the View, the MainFrame's
OnUpdateUI handler is not call. Then I find it's because the main thread's
OnIdle is not called.
Why this happens and how to solved it?
Any comments are appreciated
Best
Jeff
.
Relevant Pages
- How does DirectX return interaces that can be used.
... I want to write an App that will return interfaces VIA some type of create ... Jeff. ... Prev by Date: ... (microsoft.public.vc.atl) - Finding the open windows
... I have a main form with a timer that I use to detect users who leave the app ... Jeff ... Prev by Date: ... (microsoft.public.fox.programmer.exchange) - Hiding the top level form
... If you have an app with a top level form where the other forms are "In top ... Jeff ... Prev by Date: ... (microsoft.public.fox.programmer.exchange) - Re: How to send images to other Windows
... app with two mainframe classes is a really-off-the-wall approach. ... message routing can work in such an environment, since MFC presumes a single mainframe. ... The fact that you are a beginner in MFC suggests that you have not yet figured out how to ... >has its own seperate document class. ... (microsoft.public.vc.mfc) - Re: Contol Location on Webform
... Well, Jeff, don't start celebrating too soon. ... ASP.Net web application, which is a client-server app that is distributed ... The problem is browsers. ... Not using CSS means that you're most likely to use HTML ... (microsoft.public.dotnet.framework.aspnet) |
|