Message 1 of 1
How to create second instance of Browser pallete from API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Anyone know how to create second instance of browser panel from API?
I think multiple instances of browser can be very useful feature when we work in «big scenes» with many bodies and another elements like sketches and construction geometry. With two separate panel we no need all this infinity scrolling to top or down (collapse/uncollapse) and etc.
I was find text commands which allows us to create new browser:
Component.CreateBrowser and Component.ToggleBrowser (to show new instance), but newly created window is absolutely empty and it broke viewport (slightly) while you change position. Default Browser has [0] index (Toolkit.browser) and itls looks like we can have many browsers (in theory).
Any info was very helpfull.