Hello,
I would like to know if i can write an multipage skin, each page would represent an player or music selection.
Thanks,
Vitor
I would like to know if i can write an multipage skin, each page would represent an player or music selection.
Thanks,
Vitor
Inviato Sun 09 Jul 06 @ 9:36 pm
you can do this by placing everything on pannels
Inviato Sat 15 Jul 06 @ 3:12 am
The <pannel> element
A pannel is a zone that group together several other elements, in order to hide or show all of them at once.
Pannels are very usefull if you want to put several groups of elements on the same place, and switch from one group to another with a button or a shortcut.
The syntax of the pannel element is <pannel visible="" id="" group="">.
The properties values are:
visible : "yes" to have it shown at the begining (when the skin is loaded), or "no" to have it hidded
id : every element which has a pannel="" equal to this id will belong to this pannel
group : only one pannel from a common group can be shown at a time (that means that when you show a pannel belonging to a group, all the other pannels from that group will be hidded)
The pannel definitions are:
<size width="" height=""> : Give the width and height of the pannel
<pos x="" y=""> : Give the position of the pannel on the screen
<down x="" y=""> : Give the coordinate of the graphic to use when the pannel is displayed
<up x="" y=""> : Give the coordinate of the graphic to use to erase the pannel when it is hidded
<clipmask x="" y=""> : Give the coordinate of the B&W graphic that should be used as a clip mask when drawing the pannel
A pannel is a zone that group together several other elements, in order to hide or show all of them at once.
Pannels are very usefull if you want to put several groups of elements on the same place, and switch from one group to another with a button or a shortcut.
The syntax of the pannel element is <pannel visible="" id="" group="">.
The properties values are:
visible : "yes" to have it shown at the begining (when the skin is loaded), or "no" to have it hidded
id : every element which has a pannel="" equal to this id will belong to this pannel
group : only one pannel from a common group can be shown at a time (that means that when you show a pannel belonging to a group, all the other pannels from that group will be hidded)
The pannel definitions are:
<size width="" height=""> : Give the width and height of the pannel
<pos x="" y=""> : Give the position of the pannel on the screen
<down x="" y=""> : Give the coordinate of the graphic to use when the pannel is displayed
<up x="" y=""> : Give the coordinate of the graphic to use to erase the pannel when it is hidded
<clipmask x="" y=""> : Give the coordinate of the B&W graphic that should be used as a clip mask when drawing the pannel
Inviato Sat 15 Jul 06 @ 10:12 am
I think i'll give a try at a multi page skin too
Inviato Sat 22 Jul 06 @ 10:21 pm