How to create/instance a dockable pane?
privatepixels99
Posts: 36
Hi All,
Maybe this is a FAQ but 've been banging my head on this for too long using just the on-line documentation. Time to swallow my pride and just ask: how do I create/instance a new dockable pane?
Many thanks :)
Comments
Panes are singletons - there be only one. You can used DzPaneMgr to find a pane by its class name and act on it, but only one instance of each pane is supported.
Scripting cannot be used to create a whole new pane, that requires the full SDK.
Aha, well that makes things a lot clearer - many thanks :)