showing toolbar icons in two rows

Discuss and share scripts and script files...
Post Reply
kotlmg
Posts: 321
Joined: 30 Jun 2010 17:14

showing toolbar icons in two rows

Post by kotlmg »

i have got the script to show toolbar icons bigger or smaller using the following code.

Code: Select all

"Toggle toolbar icon size" 
    //get("ToolBarIconSize");

"Set toolbar icons to small size"
    toolbar( toolbar() , 0);

"Set toolbar icons to big size"
    toolbar( toolbar() , 1);
the no of icons on my toolbar are more in number. i want to show them in two rows in bigger or small size.
is it possible?
the latest version of xyplorer has added some more toolbar icons. with this my toolbar is more populated.

what is the difference between hotlist and recent locations?

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: showing toolbar icons in two rows

Post by Stefan »

Hi kotlmg, can you help us keeping the forum clean please?

Please
* use separate threads for each question
* use meaningful subjects
* and post them in the right sub section:


Board index » Discussion » Script Exchange > Show toolbar icons bigger or smaller
kotlmg wrote:i have got the script to show toolbar icons bigger or smaller using the following code.

Code: Select all

"Toggle toolbar icon size"

Board index » Discussion » Tips & Tricks, Questions & Answers > How to showing toolbar icons in two rows?
kotlmg wrote:the no of icons on my toolbar are more in number. i want to show them in two rows in bigger or small size.
is it possible?
the latest version of xyplorer has added some more toolbar icons. with this my toolbar is more populated.
But you can also search first to find e.g.:
http://www.xyplorer.com/xyfc/viewtopic. ... icons+rows



Board index » Discussion » Tips & Tricks, Questions & Answers > What is the difference between hotlist and recent locations?
kotlmg wrote:what is the difference between hotlist and recent locations?
I will answer in the new thread. But as an hint: search the history.txt from bottom to top.



Thank you :wink:

kotlmg
Posts: 321
Joined: 30 Jun 2010 17:14

Re: showing toolbar icons in two rows

Post by kotlmg »

stefan sir,
before posting the question i have searched in the forum. but i could n't get any help. moreover the thread you have shown also i tried earlier. but it is giving error. that is why i have posted as new topic for the script. am i missing something? or is it not a code?
To see the attached files, you need to log into the forum.

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: showing toolbar icons in two rows

Post by Stefan »

No, that's not real code, but just an implementation suggestion,
as that other thread was opened to ask the same question as you did
and there you can add your sympathy for that feature too, to keep all at one single place.

CookieMonster

Re: showing toolbar icons in two rows

Post by CookieMonster »

Could you show a screenshot of the two rows ?

Post Reply