locked
problem with widows placement RRS feed

  • Question

  • Just this :

    i want to display a popup window outside the rectangle of its parent / higher level window

    is it possible NOW??

    and if it is how ??

    i was unable to find any clue in the reference and i am sure it was there

    [it is something like a context help window ... it must be outside the windows it refers ] ]


    claudio cannella

    Monday, March 11, 2013 3:37 PM

Answers

  • Yes it is.  Do not set the WS_CHILD style bit on the popup window, or it will be restricted to the client of its parent.
    • Marked as answer by opaklaus Monday, March 11, 2013 5:58 PM
    Monday, March 11, 2013 4:13 PM

All replies

  • Yes it is.  Do not set the WS_CHILD style bit on the popup window, or it will be restricted to the client of its parent.
    • Marked as answer by opaklaus Monday, March 11, 2013 5:58 PM
    Monday, March 11, 2013 4:13 PM
  • Don't make it a child of the parent window (either make it a toplevel or use the POPUP styling),

    Monday, March 11, 2013 4:15 PM