[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Place a view in a separate window



Hi list,

I have a TabbedView containing an array of CompositeViews. I want to be able to take one of the views out of the TabbedView and display in a separate window. On close I want the view contained in the separate window to be returned to the TabbedView.

I get the view from TabbedView with

tabbedView.views[tabbedView.activeTab]

Now how do I get that view into av new Window, and keeping all children views with its contents, so that it is displayed exactly like it was in the TabbedView?

I've tried Window.add but that did no work at all. Is this something that is possible to do in SuperCollider?

-eirik