Re: Finding 3rd-party child window/button state (enabled/disabled)



The intersection idea makes more sense to me. You could get the client
window rectangles and see if any are overlapping. If you never want it to
be overlapped you could make it a topmost window.

Tom

"ultranet" <ultranet@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9DF0D9AB-BA8E-4FE0-B780-903FEF092E16@xxxxxxxxxxxxxxxx
> Gave up on iomanip. Long live printf!
>
> My current roadblock is: how can i determine whether the window is fully
> visible, or partially overlayed by other windows. I'm planning on using
> GetNextWindow to figure it, but it wouldn't be enough on its own. Looks
> like
> then i need to intersect the 2 rects, and see if they overlap.


.



Relevant Pages

  • Re: Overlapping sub bands in WOLA channelizer
    ... I would like to create a WOLA channelizer with overlapping passbands, ... I can imagine having two channelizers operating on overlapping input ... design of the window that you use. ... filterbank, like you might use for a spectrum analyzer application, ...
    (comp.dsp)
  • Re: drawing gui
    ... But, then I figured, if I let the graphics driver do ... overlapping calculations and such, then maybe, depending on ... whole window, ... I'm not familiar with your "driver layer", so I'm not sure about optimization ...
    (comp.unix.programmer)
  • Re: cpsd question
    ... The documentation seems to indicate it is always going to be equal to 8 overlapping segments, regardless of the noverlap argument. ... % Pxy = CPSD, when WINDOW is a vector, divides X into ... % overlapping sections of length equal to the length of WINDOW, ...
    (comp.soft-sys.matlab)
  • Re: Finding 3rd-party child window/button state (enabled/disabled)
    ... "Tom Serface" wrote: ... > The intersection idea makes more sense to me. ... > window rectangles and see if any are overlapping. ...
    (microsoft.public.vc.mfc)
  • Re: Conditional controls sets - how?
    ... I have a NSTableView on the left part of the window while ... is this a Cocoa proper/common way to achieve such functionality? ... You can do this in IB, then you don't have the pain of overlapping ... the main nib window.) ...
    (comp.sys.mac.programmer.help)