I want to implement a popup window that displays some sliders.
If I use PtMenu as a parent, the appearance of the sliders change and they
are blocked.
If I use PtWindow as a parent, I don’t know how to achieve that the popup
window disappears whenever the user clicks some place outside the window.
What’s the best way to implement this?
Markus
Hi Markus,
One possible solution could be to set up a region to cover the entire
screen and have it sensitive to button clicks only.
If the region received button click event then have the window hide
whenever this occurs.
Hope this helps
Regards
Brenda
Markus Loffler <loffler@ces.clemson.edu> wrote:
I want to implement a popup window that displays some sliders.
If I use PtMenu as a parent, the appearance of the sliders change and they
are blocked.
If I use PtWindow as a parent, I don’t know how to achieve that the popup
window disappears whenever the user clicks some place outside the window.
What’s the best way to implement this?
Markus