I'm working on a project with several custom editor windows and I have several different layouts depending on the stage I'm working on. I'd like to implement a simple button or menu item that programmatically changes to one of the others layouts and starts some operations.
My problem is that I have no idea how to load a layout programmatically and I didn't find anything close in the documentation. I'm wondering if it is even possible ...
any help? :)
↧