UI plugin non-blocking window

   1166   1   1
User Avatar
Member
4 posts
Joined: Feb. 2017
Offline
Is there a way to have the window for a UI plugin not be blocking? I can see that AP_Interface has a setAppForeground() method, but I'm not sure if that's what I should use or how/where it should be called:

https://www.sidefx.com/docs/hdk/_a_p___interface_8h_source.html [www.sidefx.com]

The comment says it has to be called before main is run, but I'm not sure what that means for a plugin. Can someone explain where I'm supposed to call it or am I barking up the wrong tree?

Thanks!
Ian
User Avatar
Member
4 posts
Joined: Feb. 2017
Offline
Just answering my own question. Looks like getting rid of the EXCLUSIVE attribute in the .ui file fixed my problem.
  • Quick Links