TORDEX Community

It is currently Mon Sep 06, 2010 6:20 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: How to modify a media controllre skin?
PostPosted: Thu Apr 02, 2009 12:10 pm 
Offline
Newbie

Joined: Thu Apr 02, 2009 12:07 pm
Posts: 3
Hey. I want to modify a media skin I downloaded so that it only has the pause and next buttons and I want to make the volume bar shorter also. I modified the images in photoshop, but I don't understand how to set the config (.ini) to display what I want. What do I have to edit? This is the ini file:

Code:
[layout0]
Name=Controls & Volume
ShowVolume = TRUE
ShowTime = TRUE
ShowSong = False
;Background description
BackgroundBitmap = bg_vol.bmp
BackgroundTransparentColor = FF00FF
;Controls description
ControlsBitmap = ctls.bmp
ControlsTransparentColor = FF00FF
ControlsRect = 7 0 80 14
;Volume description
VolumeSliderBitmap = ball.bmp
VolumeSliderTransparentColor = FF00FF
VolumeRect = 15 15 65 20


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 02, 2009 4:08 pm 
Offline
Developer
Developer
User avatar

Joined: Fri Jan 04, 2002 4:57 pm
Posts: 4331
Location: Russia
This is the old skins format. It have some restrictions. One of the restrictions - all controls must exists. I recommend to use the new skin format. The description is here. If you assistance let me know. Or post the images and the picture of the result you want to get here. I can make the skin for you.

_________________
The TORDEX Team
http://www.tordex.com


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 02, 2009 5:23 pm 
Offline
Newbie

Joined: Thu Apr 02, 2009 12:07 pm
Posts: 3
Hmm, I tried learning that new format but it exceeded my knowledge. I'll post the images, if you have time and can do it, great; if you don't, it's ok, no problem:

ctls:
Image

bgvol:
Image

bg:
Image

This is how it looks now:
Image

This is how I want it to look (I edited the previous image in photoshop):
Image

I just want to use as less space as possible because I've already taken a lot of space in my taskbar. In the image I removed some controls and also those "+" and "-" symbols in the volume bar


Thanks in advance


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 02, 2009 5:58 pm 
Offline
Developer
Developer
User avatar

Joined: Fri Jan 04, 2002 4:57 pm
Posts: 4331
Location: Russia
The skin attached


Attachments:
Dexter.zip [1.8 KiB]
Downloaded 124 times

_________________
The TORDEX Team
http://www.tordex.com
Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 02, 2009 6:27 pm 
Offline
Newbie

Joined: Thu Apr 02, 2009 12:07 pm
Posts: 3
Dude, that was really fast! Thank you very much


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 20, 2010 12:57 am 
Offline
Newbie

Joined: Wed Jan 20, 2010 12:36 am
Posts: 5
Yuri Kobets wrote:
This is the old skins format. It have some restrictions. One of the restrictions - all controls must exists. I recommend to use the new skin format. The description is here. If you assistance let me know. Or post the images and the picture of the result you want to get here. I can make the skin for you.


Is there a similar description for system monitor?

http://www.truelaunchbar.com/skinslib/spec/sm.php shows a 404 error.

I was looking to modify the "Terminal" skin so that it just shows four vertical CPU meters transparently (or with a background matching Aero Glass). Can't be too difficult, I thought. :-) Everything I need is already there, just need to remove the memory bars, and maybe change the colours.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 20, 2010 3:24 am 
Offline
Developer
Developer
User avatar

Joined: Fri Jan 04, 2002 4:57 pm
Posts: 4331
Location: Russia
Here is description for System Monitor.

_________________
The TORDEX Team
http://www.tordex.com


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 20, 2010 6:38 am 
Offline
Newbie

Joined: Wed Jan 20, 2010 12:36 am
Posts: 5
Thanks!

How can I refresh a skin after modifying its .ini file? A simple "refresh" achieves nothing.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 20, 2010 12:14 pm 
Offline
Developer
Developer
User avatar

Joined: Fri Jan 04, 2002 4:57 pm
Posts: 4331
Location: Russia
Refreshing the toolbar must to help, also you can open the Properties and press OK.

_________________
The TORDEX Team
http://www.tordex.com


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 20, 2010 10:26 pm 
Offline
Newbie

Joined: Wed Jan 20, 2010 12:36 am
Posts: 5
Ah, now I got it why it did not change anything, I edited the wrong .ini.

Note: I would be better if the skin installer did not automatically choose "C:\Program Files\TrueLaunchbar\skins" as the location if I have installed the main programme somewhere else.

Hmm.... not even editing the ini file there managed to achieve something. Is there anywhere I can look to see where the plugin + its skin is located?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 21, 2010 3:24 am 
Offline
Developer
Developer
User avatar

Joined: Fri Jan 04, 2002 4:57 pm
Posts: 4331
Location: Russia
Quote:
Note: I would be better if the skin installer did not automatically choose "C:\Program Files\TrueLaunchbar\skins" as the location if I have installed the main programme somewhere else.
TLB takes the path to the skins from the registry: HKEY_LOCAL_MACHINE\SOFTWARE\True Software\TrueLaunchBar\SkinsPath

The installation must write the valid path.

Quote:
Hmm.... not even editing the ini file there managed to achieve something. Is there anywhere I can look to see where the plugin + its skin is located?
The plugins path can be found in the registry too: HKEY_LOCAL_MACHINE\SOFTWARE\True Software\TrueLaunchBar\Uninstall

The subkeys in form "{1F302D64-7CF8-483e-9938-85FB2DF60AA8}" have the values InstallPath.

Generally in the plugin install path you can find the folder "skin" where are the plugin skins.

_________________
The TORDEX Team
http://www.tordex.com


Top
 Profile  
 
 Post subject: Re:
PostPosted: Tue Feb 16, 2010 10:23 pm 
Offline
Newbie

Joined: Wed Jan 20, 2010 12:36 am
Posts: 5
Yuri Kobets wrote:
The installation must write the valid path.

The plugins path can be found in the registry too: HKEY_LOCAL_MACHINE\SOFTWARE\True Software\TrueLaunchBar\Uninstall

The subkeys in form "{1F302D64-7CF8-483e-9938-85FB2DF60AA8}" have the values InstallPath.

Generally in the plugin install path you can find the folder "skin" where are the plugin skins.


Hello again!

I have re-installed my system yesterday and thus TLB. Installed it from scratch into a directory other than "C:\Program Files\" and when I used the updater to install two plugins (netmon and sysmon), they were installed into "C:\Program Files" anyway, even though the registry had the correct skin path. However, there was no installation path for the main programme listed there, maybe that's why the updater installed into the wrong folder?

Additionally, now when I try to install a plugin skin with the skin installer (terminal for netmon and sysmon), the installer complains that there are no skins in the archive. Do you have any idea why?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group