GUI Loaded Callback?

by Staples » Fri Aug 21, 2015 10:09 pm

Hey there,

I'm writing a plugin that requires knowing when the application has completed loading.

The goal is to add a menu item to the context menu of the MultipleLevelPlanPanel. I've been successful doing so except for when I try to do it on plugin-creation, since the GUI hasn't been loaded yet.

Is there a application-loaded plugin callback or something similar that I can use to trigger my menu change?

Thanks for any and all help.