Feature Request. Larger double arrow.
Started by approved


Rate this topic
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


6 posts in this topic
approved
Junior Member
**


0
9 posts 3 threads Joined: Feb 2011
02-02-2011, 05:11 PM -
#1
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.
Yuri Kobets
Posting Freak
*****


10
6,208 posts 429 threads Joined: Jan 2002
02-03-2011, 04:23 AM -
#2
The double arrow can be changed with the skins.
The TORDEX Team
http://www.tordex.com
approved
Junior Member
**


0
9 posts 3 threads Joined: Feb 2011
02-03-2011, 06:22 PM -
#3
can you please explain further? can i make the change myself with the skin i am using?
Yuri Kobets
Posting Freak
*****


10
6,208 posts 429 threads Joined: Jan 2002
02-04-2011, 03:25 AM -
#4
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.
The TORDEX Team
http://www.tordex.com
approved
Junior Member
**


0
9 posts 3 threads Joined: Feb 2011
02-04-2011, 02:43 PM -
#5
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?
Yuri Kobets
Posting Freak
*****


10
6,208 posts 429 threads Joined: Jan 2002
02-05-2011, 05:15 AM -
#6
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.
The TORDEX Team
http://www.tordex.com


Forum Jump:


Users browsing this thread: 1 Guest(s)