Tordex Community
Feature Request. Larger double arrow. - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html)
+--- Forum: Features Discussion (http://forum.tordex.com/forum-9.html)
+--- Thread: Feature Request. Larger double arrow. (/thread-3872.html)



Feature Request. Larger double arrow. - approved - 02-02-2011

how about making an option to increase the size of the double arrow to show the items which expand vertically when you hit the double arrow? or maybe have an option to change the double arrow to something else? the double arrow is pretty small, and if you are in hurry to get to something, you have to play around with the mouse to get it right on the arrows.


Re: Feature Request. Larger double arrow. - Yuri Kobets - 02-03-2011

The double arrow can be changed with the skins.


Re: Feature Request. Larger double arrow. - approved - 02-03-2011

can you please explain further? can i make the change myself with the skin i am using?


Re: Feature Request. Larger double arrow. - Yuri Kobets - 02-04-2011

Hmmm... I've found the problem with this button in the current TLB version. The width of the rest button is hardcoded into 15px. In the next TLB version, the width will be depending of the content margins defined in the skin file.

So how to shange the arrow:
1) Find the skin you want to change. The skins can be found in the folder C:\Program Files\truelaunchbar\skins. Every skin is inside own folder. Make a copy of the skin to modify.
2) Copy the arrow image into the skin folder. You can find many nice arrows here: http://www.iconfinder.com
2) open tlbskin.ini file using notepad or any other text editor (I like Notepad++ Wink ).
3) in the section [general] you can change the SkinName to find the skin in the TLB settings
4) find the section [Chevron] and value Image1. This strings looks like:
Code:
Image1 = arrow.png, 1, Transparent(0xFF00FF), center(-4), center(-4)
where:
* arrow.png - is the arrow file
* center(-4), center(-4) - position of the arrow horizontal and vertical. The positions are relative and you can use left(x), center(x), right(x) for horizontal position and top(x), center(x), bottom(x) for vertical position. X is the pixels count to shift the image. Generally if you are using center, you must shift the image into half of the arrow width (height)
5) Now change the ContentMargins width:
Code:
ContentMargins = 8, 8, 0, 0
The values: leftMargin, rightMargin, topMargin, bottomMargin
In the next TLB version the width of the rest button will be leftMargin + rightMargin. In the version 5.2 the width is always 15pix, so the arrow width must be less then 15

If you are using the vertical toolbar, then change the values in the [ChevronVert] section.


Re: Feature Request. Larger double arrow. - approved - 02-04-2011

ok, i'll check it out. in the meantime, i have downloaded and installed a couple of skins. however, i tried another, and when i click "install skins" nothing happens. i rebooted the computer, but still nothing. was working fine, now not working. do i uninstall tlb and reinstall?


Re: Feature Request. Larger double arrow. - Yuri Kobets - 02-05-2011

Check if the TLB installation folder contain the file skinInstaller.exe (By default the folder is c:\program files\truelaunchbar). You can run this file directly to install skins. If the file not exists then install TLB again, you don't need to uninstall it.