PDA

View Full Version : Skinning tips...


z
02-27-2007, 06:32 PM
The following is the part of controlbox.ini in new default skin.
Holding mouse on the skin will input the strokes of a skin command automatically.
The unit of clickinterval and clickdelay is microsecond.

[Screen_Move1]
type=button
parent=video_sub3
Transparent=1000
image=cb/MoveUp.png
width=27
height=11
left=265
top=27
Command=AdvScreenMoveUp
hint=move screen up
DownOffsetX=0
DownOffsetY=0
ClickDelay=300
ClickInterval=70

[Screen_Move3]
type=button
parent=video_sub3
Transparent=1000
image=cb/MoveDown.png
width=27
height=11
left=265
top=55
Command=AdvScreenMoveDown
hint=move screen down
DownOffsetX=0
DownOffsetY=0
ClickDelay=300
ClickInterval=70

z
02-28-2007, 11:31 PM
The following is the part of the controbox.ini in default skin.
Vert=1 will make a vertical trackbar

[video1_b1]
type=trackbar
parent=video_sub1
Transparent=1000
left=35
top=26
width=99
height=11
Vert=0
Slider1=cb/slider.png
Slider2=cb/slider.png
Thumb=cb/EQSlider.png
ShowSelRuler=1
command=TrackBarHWBri
hint=H/W Brightness

z
04-15-2007, 03:25 PM
Shadow attribute of Label type

[TitleLabel]
type=Label
parent=TopPanel
Alignment=center
layout=center
left=68
top=3
width=-68
height=16
FontColor=$bbbbbb
FontName=Tahoma
FontSize=9
VisibleOutline=0
Command=LabelTitle
LimitParentWidth=320
Scroll=1
VisibleShadow=1 // Display shadow of the text of Label type.
ShadowColor=$000000 // Color of the shadow
ScrollSpeed=50

z
05-04-2007, 04:50 PM
How to add the default playlist skin easily?

Just copy the attached files into your skin (after extracting it).

The default playlist skin designed by opus looks like this.

Refer to the skin here: [Only registered and activated users can see links]


[Only registered and activated users can see links]

z
05-06-2007, 07:34 PM
How to display the file icon of extension on skin?

type=NumLabel
parent=BottomPanel
left=43
top=8
Command=LabelFileType
;Large=1 (optional for 32x32)

Refer to the skin here: [Only registered and activated users can see links]

z
11-16-2007, 11:09 AM
Double click on titlebar: Maximize the main window.

Add the following strings after the section of [TitleLabel] in skin.ini and the attached png file to skin. The value of Height should be adjusted.

[KMP]
type=Button
align=Top
parent=TopPanel
width=51
height=21
Image=null2.png
DownOffsetX=0
DownOffsetY=0
UseInactiveMode=1