[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Place a view in a separate window
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: [sc-users] Place a view in a separate window
- From: Eirik Arthur Blekesaune <blekesaune@xxxxxxxxx>
- Date: Wed, 6 May 2009 20:31:15 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=NfbtleecBRIzDbpXjRKLfLyB4dsNExUnSDKZUlDf51A=; b=fK5FfmZrbaXTDgL6+y6A1O594AGlpA+RorJKpFDZcGY/U9rtuIiJjdAzoJR1Ki4tp0 a1J58hKzvHoKNsg+ZVncuSBEzGl6lyuaMMlxXd1w2+4HqLoLLMBzhvW7JsOCh6EtcX6E Jba2fVPsgT9+Kyaf1++1qusf8xyqvBHvmipO8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FXLwJADcawby+euqFq9c4w+qFUzepjR5YtHdJWgEIqTKcb4iTqvDZ+HYOS1AOqT0hQ Nt0/hKdTbqbjpL0w0AHFVU41dDqwhLBTiWRLJECNMlKlaQTAgRIk8VzlJahspCz0weoq D18Ufc6UNhQ/ZmmszXwfuNAAgqkHtHvxeU0tM=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
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