Multi profiles for the toolbar

Features wanted...
Post Reply
karimmaster101
Posts: 158
Joined: 20 May 2011 14:34

Multi profiles for the toolbar

Post 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.

highend
Posts: 14955
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Multi profiles for the toolbar

Post by highend »

You can already load different toolbars including size by using

Code: Select all

toolbar()
?
One of my scripts helped you out? Please donate via Paypal

karimmaster101
Posts: 158
Joined: 20 May 2011 14:34

Re: Multi profiles for the toolbar

Post 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?

highend
Posts: 14955
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Multi profiles for the toolbar

Post 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
One of my scripts helped you out? Please donate via Paypal

karimmaster101
Posts: 158
Joined: 20 May 2011 14:34

Re: Multi profiles for the toolbar

Post by karimmaster101 »

I will try that. Thanks

Filehero
Posts: 2732
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: Multi profiles for the toolbar

Post 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.

Post Reply