Page 1 of 1

Multi profiles for the toolbar

Posted: 29 Aug 2018 21:41
by karimmaster101
I had an idea regarding the toolbar.
Could the toolbar have multi profiles to choose from?
Like user 01, user 02 and every profile have its own settings like layout and buttons and size and so on.

it will be great if you could make this happen.

Re: Multi profiles for the toolbar

Posted: 29 Aug 2018 21:44
by highend
You can already load different toolbars including size by using

Code: Select all

toolbar()
?

Re: Multi profiles for the toolbar

Posted: 29 Aug 2018 21:51
by karimmaster101
highend wrote:You can already load different toolbars including size by using

Code: Select all

toolbar()
?
I should missed something here. Where can I save the current setting of the toolbar and where can I create a new one?

Re: Multi profiles for the toolbar

Posted: 29 Aug 2018 21:54
by highend
By writing a simple script that uses that command to read the current toolbar and save it to e.g. an .ini file and additionally minimal stuff to display the existing profiles inside e.g. a popupmenu() and load them with toolbar() again

Something like viewtopic.php?f=7&t=4386

Re: Multi profiles for the toolbar

Posted: 29 Aug 2018 21:56
by karimmaster101
I will try that. Thanks

Re: Multi profiles for the toolbar

Posted: 29 Aug 2018 22:05
by Filehero
Just for your information: a toolbar can also be made dynamic by means of an expanding/collapsing ctb.

Look here for more information.