Dynamic View Creation
Dynamic View Creation
- Subject: Dynamic View Creation
- From: David Shaffer <email@hidden>
- Date: Sat, 15 Dec 2001 11:24:35 -0700
I have a View that wa created by grouping some elements into a Box.
Now, from a programming standpoint, I want to be able to add/remove
views based on the View that I created. How do I dynamically place a
new View in a window? How do I dynamically add the necessary outlets
and action callbacks?
Also, is there an example of how to use the "arrow" drop down view that
I see in PB? It looks like a tree with one element that when clicked
will show or hide a View of functionality.