Message 1 of 2
Create views and group them together in tabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there!
I want to use a macro to open specific views. Let's
say the start view is Level 0 and I want to open Level 1 in a new tab
and add Level 2 to this newly created tab. At the end I should have two tabs: Tab 1
with Level 0 View and tab 2 with the views of Level 1 + 2.
But there is nothing like:
View.open( new_tab = false, add_to_tabgroup = tab_nbr, *args)
in the UIDocument, in the Document or in the UIApp - so how can I do this?
In the next step the size of the view-window should be changed (not of the zoom).
Thanks!