Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 |
<widget source="ShowAudioOnYellow" render="Pixmap" pixmap="stone3_modern/buttons/button_yellow.png" position="218,140" zPosition="1" size="12,13" alphatest="on"> <convert type="ConditionalShowHide">Invert</convert> </widget> <widget source="ShowAudioOnYellow" render="FixedLabel" text="Timeshift" position="236,138" zPosition="2" size="76,16" font="Regular;13" valign="center" halign="center" backgroundColor="background" > <convert type="ConditionalShowHide">Invert</convert> </widget> |
|
|
Source code |
1 2 3 4 5 6 |
<widget source="TimeShiftOnYellow" render="Pixmap" pixmap="stone3_modern/buttons/button_yellow.png" position="218,140" zPosition="1" size="12,13" alphatest="on"> <convert type="ConditionalShowHide">Invert</convert> </widget> <widget source="TimeShiftOnYellow" render="FixedLabel" text="Timeshift" position="236,138" zPosition="2" size="76,16" font="Regular;13" valign="center" halign="center" backgroundColor="background" > <convert type="ConditionalShowHide">Invert</convert> </widget> |
Crasht mir natürlich die Box weil der Befehl source="TimeShiftOnYellow" falsch ist.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
<!-- Red button (is recording possible?) --> <ePixmap pixmap="skin_default/buttons/button_red_off.png" position="212,130" size="15,16" alphatest="on" /> <widget source="RecordingPossible" render="Pixmap" pixmap="skin_default/buttons/button_red.png" position="212,130" zPosition="1" size="15,16" alphatest="on"> <convert type="ConditionalShowHide" /> </widget> <!--eLabel text="Record" position="232,130" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" /--> <widget source="ShowRecordOnRed" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1"> <convert type="ConditionalShowHide" /> </widget> <widget source="RecordingPossible" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1"> <convert type="ConditionalShowHide" /> </widget> |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
<!-- Yellow button (is timeshift possible?) --> <ePixmap pixmap="skin_default/buttons/button_yellow_off.png" position="440,130" size="15,16" alphatest="on" /> <widget source="TimeshiftPossible" render="Pixmap" pixmap="skin_default/buttons/button_yellow.png" position="440,130" zPosition="1" size="15,16" alphatest="on"> <convert type="ConditionalShowHide" /> </widget> <widget source="ShowTimeshiftOnYellow" render="FixedLabel" text="Timeshift" position="460,130" zPosition="1" size="85,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" shadowOffset="-1,-1" transparent="1"> <convert type="ConditionalShowHide" /> </widget> <widget source="TimeshiftPossible" render="FixedLabel" text="Timeshift" position="460,130" zPosition="1" size="85,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1"> <convert type="ConditionalShowHide" /> </widget> |


This post has been edited 1 times, last edit by "floh" (Dec 19th 2010, 5:33pm)