How to use skin
Download Skin

You can download skin from Skin Download Page

After download skin, you need to create folder in PocketLaunch installed folder.
Ex: c:\Program Files\PocketLaunch\skin\

and copy unziped skin to skin folder.

Ex: c:\Program Files\PocketLaunch\skin\flog\ (if you download flog skin)

You have to confirm there is 2 files, main-background.bmp and layout.ini in skin name folder.

How to change skin

Type [!Loadskin xxx] to change skin. xxx is skin name (folder name).

Do not forget to type [!] head of Loadskin command.

then press enter to change skin.

How to remove skin

You can type [!Loadskin none] to remove current skin.

How to adjust skin

You can write parameters in [layout.ini] file.

Edit-Width
Width of the editbox.

Edit-Pos-X
Zero position is Top-Left side of main-background.bmp, you set X position of edit box.

Edit-Pos-Y
Zero position is Top-Left side of main-background.bmp, you set Y position of edit box.

TransparentColor
You can set one color in main-background.bmp transparent
You must set this color as HTML color, between 000000 and FFFFFF

AlphaValueOFF
When PocketLaunch doesn't have focus (other window is having) you can set permeability of PocketLaunch window
Permeability must be set by number between 0 and 255. 0 is transparent.

AlphaValueON
When PocketLaunch is having focus, you can set permeability of PocketLaunch window
Permeability must be set by number between 0 and 255. 0 is transparent.

Date
While PocketLaunch is unfocus (other window is having focus) PocketLaunch is showing time/date in editbox
You can define how to display time/date by this parameter.

y: Year
m: Month
d: Day
H: Hour (24 hours)
h: Hour (12 hours and adding AM/PM)
M: Minutes
s: Second

You can combine those keys to display time/date.
Ex:
yyyy/mm/dd H:M:s -> 2006/09/26 23:05:01

dd/m/yy h M -> 26/9/06 23PM 05

If PocketLaunch couldn't find Date parameter in [layout.ini], PocketLaunch set the default [yyyy/mm/dd H:M:s].

and you can update skin by [!ReloadSetting] command.

Enjoy =)