Notifications
Clear all

[Closed] Job Assignment window events

Hello,

I used the #preRender callBack event to make some custom checks before rendering but the callBack event is not fired if Net render is checked. Is there a way for me to intercept the opening of the Network Job assignment window and do something before to assign any job?

Thanks

1 Reply

Nearest thing I could find is #mainWindowEnabled which will return false if the job sub mission window is opened. However, I don’t think there is a way to stop the dialog from opening without using the UIAccessor and DialogMonitor to cancel it out if a specific thing isn’t ready. I also don’t know what other changes may make #mainWindowEnabled return false.

-Eric