Block PtWndow

Hi,

How can I Block the content of a PtWindow, like PtButtons,PtLists. I want to do something like when you build a project in the IDE it pop-up a window for the building progress and blocks the all Perspective.

Thanks

There are a few approaches. Easiest I think would be to realize a widget in front of your window that absorbs and ignores all input.

That’s what I make.

Thanks