Message 1 of 3

Not applicable
08-17-2016
02:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there
Is there any way to place a toolBar next to another one in MEL ?
Say for example I've got these two toolbars:
string $window = `window`; formLayout; button "Toolbar 1"; toolBar -area "bottom" -content $window; string $window = `window`; formLayout; button "Toolbar 2"; toolBar -area "bottom" -content $window;
I can then drag one next to the other one. But can it be done by script?
Thank you
Solved! Go to Solution.