[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] Active view problem
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 18:19:33 +0100
- Subject: Re: [XaraXtreme-dev] Active view problem
Phil Martin wrote:
The previous thought was that the DocView::Selected was not being set
properly but I've just found that that's not the problem. The problem is
that DialogManager::GetWindowUnderPointer is returning a pointer to the
same view window before and after clicking on the view tab. (That means
wxChildWindowFromPoint is returning the wrong window pointer.)
Ah. I can imagine why this might be. Let me think about how to solve
that. It's the problem Gerry identified (I think) about the window
child list order not being the z-order.
Alex