trouble making XUI dialog modal, what am I missing?
Hi,
I am having trouble making a XUI dialog modal.
<window modal="true" ...
Isn't enough. In fact, when I set that, the dialog doesn't display at all. Do I need to do something specific on subsequent window_create() or window_show()?
I've scoured the code that ships with Editor and found that PTC uses _xmldlg::displayDialog(). I've required _xmldlg and mimicked the calls, but I'm still not getting it to work.
Anyone seen/solved this before?

