[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] Re: Focus handling and wxAUI



Alex Bligh wrote:

When the app actually does have focus, what does GetFocus() return?
(i.e. if you print out its runtime class). I suspect it might be the
wxDocMDIChildFrame.

When the app. has focus the focus object type is CRenderWnd, which is one of the windows I tried returning forcus to. The same bit of test code also exposed the fact that on startup the focus is with a wxCamArtControl, so it wasn't a wasted experiment!

   Luke