Changeset 25452
- Timestamp:
- 01/04/14 21:42:00 (9 years ago)
- Location:
- titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tsSchnitt/tsSchnitt.c
r25450 r25452 102 102 { 103 103 ischnitt = 2; 104 textbox(_("INFO"), _(" cut ended with RC 0"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);104 textbox(_("INFO"), _("Schnitt erfolgreich beended"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0); 105 105 } 106 106 else … … 108 108 remove(cutfile); 109 109 ischnitt = 3; 110 textbox(_("ERROR"), _(" cut ended with ERROR!!!!!"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);110 textbox(_("ERROR"), _("Schnitt ended mit Fehler !!!!!"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0); 111 111 } 112 112 } … … 263 263 tmp = listbox->select; 264 264 265 if (rcret == getrcconfigint("rcexit", NULL)) break; 265 if (rcret == getrcconfigint("rcexit", NULL) && tsSchnittThread == NULL) break; 266 if (rcret == getrcconfigint("rcyellow", NULL) && tsSchnittThread != NULL) break; 266 267 if (rcret == getrcconfigint("rcgreen", NULL)) 267 268 { -
titan/skins/tsSchnitt/skin.xml
r25450 r25452 1 <screen name="tsSchnitt" title="ts - Schnitt" titlealign=center fontcol=fontcol valign=bottom fontsize=30 posx=center posy=center width=50% height=70% bordercol=bordercol bordersize=2 bgcol=bgcol> 2 <node bordercol=bordercol scrollbar=auto type=listbox posx=left posy=10% name=listbox1 width=50% height=85%> 3 <node bordercol=bordercol scrollbar=auto type=listbox posx=right posy=10% name=listbox2 width=50% height=85%> 4 <node bordercol=bordercol scrollbar=auto type=listbox posy=bottom posx=center name=listbox3 width=85% height=85%> 5 6 <node name=t1 type="textbox" parent=listbox1 valign=middle posx=10% text="Ausgewaehlt:" bordercol=bordercol bordersize=2 width=50% height=25> 7 <node name=film type="textbox" parent=listbox2 valign=middle posx="center" text=" " bordercol=bordercol bordersize=2 width=90% height=25> 8 <node name=t2 type="textbox" parent=listbox1 valign=middle posx=10% text="Marker vorhanden:" bordercol=bordercol bordersize=2 width=50% height=25> 9 <node name=marker type="textbox" parent=listbox2 valign=middle posx="right" text=" " bordercol=bordercol bordersize=2 width=50% height=25> 10 <node name=t4 type="textbox" parent=listbox1 valign=middle posx=10% text="Schnittstatus:" bordercol=bordercol bordersize=2 width=50% height=25> 11 <node name=schnitt type="textbox" parent=listbox2 valign=middle posx="right" text=" " bordercol=bordercol bordersize=2 width=50% height=25> 12 <node name="schnittprog" type="progressbar" valign="middle" posy=25% parent="listbox3" progresscol="green" text="progress" fontcol="black" bgcol="white" halign="center" width="100%" height=25> 13 <node name=b1 text=WAEHLEN halign=center valign=middle bordercol=green bordersize=2 bordertype=2 posx=0 posy=0 width=100 height=30/> 14 <node name=b2 text=EXIT halign=center valign=middle bordercol=exitcol bordersize=2 bordertype=2 posx=110 posy=0 width=100 height=30/> 15 <node name=blue text=START halign=center valign=middle bordercol=blue bordersize=2 bordertype=2 posx=220 posy=0 width=150 height=30/> 16 <node name=red text=ABBRUCH halign=center valign=middle bordercol=red bordersize=2 bordertype=2 posx=450 posy=0 width=150 height=30/> 1 #tsSchnitt fullscreen, max 1220x660, Xspace=30 ! 2 <screen name="tsSchnitt" fontsize="28" fontcol="fontcol" bgcol="black" posx="left" posy="top" width="100%" height="100%" hspace="30" vspace="30"> 3 <node name="titletext" text="ts - Schnitt" fontcol="black" fontsize="36" posx="0" posy="0" width="840" height="50" valign="middle" halign="center" bordercol="titlebgcol" bordersize="1" borderradius="8" bgcol="titlebgcol" bgcol2="white" gradient="topmiddle"> 4 <node name="details" bordercol="titlebgcol" bordersize="1" borderradius="8" type="textbox" wrap="yes" fontsize="28" posx="0" posy="60" width="840" height="145" hspace="10" vspace="10" text="Film im internen Player starten, mit Taste 0 Marker während eines Films setzen. Taste 5 ist für die Markerübersicht. Anschliessend hier Film auswählen und starten."> 5 <node name="minitv" func="gettvpic" param1="494:25:210"> 6 <node bordersize="5" bordercol="black" posx="850" posy="0" width="370" height="205" bgcol="0" transparent="255"> 7 <node bordersize="5" bordercol="black" posx="850" posy="0" width="370" height="205" transparent="0"> 8 <node name="textbox1" type="textbox" scrollbar="no" posx="100" posy="300" width="250" height="150"> 9 <node name="textbox2" type="textbox" scrollbar="no" posx="420" posy="300" width="700" height="150"> 10 <node parent="textbox1" name="t1" text="Ausgewaehlt:" halign="left" valign="middle" posx="0" posy="0" width="100%" height="35"> 11 <node parent="textbox1" name="t2" text="Marker vorhanden:" halign="left" valign="middle" posx="0" posy="30" width="100%" height="35"> 12 <node parent="textbox1" name="t4" text="Schnittstatus:" halign="left" valign="middle" posx="0" posy="60" width="100%" height="35"> 13 <node parent="textbox2" name="film" text=" " halign="left" valign="middle" posx="0" posy="0" width="100%" height="35"> 14 <node parent="textbox2" name="marker" text=" " halign="left" valign="middle" posx="0" posy="30" width="100%" height="35"> 15 <node parent="textbox2" name="schnitt" text=" " halign="left" valign="middle" posx="0" posy="60" width="100%" height="35"> 16 <node name="schnittprog" type="progressbar" valign="middle" parent="listbox" progresscol="green" text="progress" fontcol="grey" bgcol="white" halign="center" posx="100" posy="420" width="85%" height=40> 17 <node name="buttonbar" posx="0" posy="610" width="1220" height="50" bordercol="black" bordersize="1" borderradius="8" bgcol="titlebgcol" bgcol2="white" gradient="topmiddle"> 18 <node name="b1" picmem="skin/key_exit_70x40.png" posx="5" posy="615" width="70" height="40"> 19 <node name="b2" text="Film auswaehlen" picmem="skin/key_green_30x30.png" textposx="40" valign="middle" fontcol="black" fontsize="25" posx="280" posy="620" width="220" height="30"> 20 <node name="blue" text="START" picmem="skin/key_blue_30x30.png" textposx="40" valign="middle" fontcol="black" fontsize="25" posx="750" posy="620" width="200" height="30"> 21 <node name="red" text="STOP" picmem="skin/key_red_30x30.png" textposx="40" valign="middle" fontcol="black" fontsize="25" posx="100" posy="620" width="200" height="30"> 22 <node name="yellow" text="im Hintergrund" picmem="skin/key_yellow_30x30.png" textposx="40" valign="middle" fontcol="black" fontsize="25" posx="520" posy="620" width="220" height="30"> 17 23 </screen>
Note: See TracChangeset
for help on using the changeset viewer.