[q-lang-cvs] qcalc/examples mplayer.qcalc,1.2,1.3
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-12-02 10:34:01
|
Update of /cvsroot/q-lang/qcalc/examples In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25914 Modified Files: mplayer.qcalc Log Message: cosmetic changes Index: mplayer.qcalc =================================================================== RCS file: /cvsroot/q-lang/qcalc/examples/mplayer.qcalc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mplayer.qcalc 2 Dec 2007 02:15:57 -0000 1.2 --- mplayer.qcalc 2 Dec 2007 10:33:55 -0000 1.3 *************** *** 1,6 **** ! // qcalc 1.0, created Sun Dec 2 03:20:50 2007 -*-Q-*- -*- coding: UTF-8 -*- // [((0,0),("= label \"<h2>MPlayer \\\"in a bottle\\\"</h2><p>This program demonstrates the new taskwindow element which enables you to render graphics, animations, etc. directly into a table cell. To see this in action, please enter a video filename into cell A2 below or use the \\\"Browse\\\" button to select a video file. Then push the \\\"Play\\\" button to start playback. <b>NOTE:</b> You need the mplayer program to make this work.</p>\"",1,2)),((1,1),"= file_browser"),((2,0),("= taskwindow ()",1,2)),((3,0),("= taskbutton \"Play\" (player_task A2 A3)",1,2))] ! // [(0,135),(2,283)] ! // [(0,319),(1,98)] // Start of script. Please do not remove this line. --- 1,6 ---- ! // qcalc 1.0, created Sun Dec 2 11:22:04 2007 -*-Q-*- -*- coding: UTF-8 -*- // [((0,0),("= label \"<h2>MPlayer \\\"in a bottle\\\"</h2><p>This program demonstrates the new taskwindow element which enables you to render graphics, animations, etc. directly into a table cell. To see this in action, please enter a video filename into cell A2 below or use the \\\"Browse\\\" button to select a video file. Then push the \\\"Play\\\" button to start playback. <b>NOTE:</b> You need the mplayer program to make this work.</p>\"",1,2)),((1,1),"= file_browser"),((2,0),("= taskwindow ()",1,2)),((3,0),("= taskbutton \"Play\" (player_task A2 A3)",1,2))] ! // [(0,135),(2,287)] ! // [(0,278),(1,98)] // Start of script. Please do not remove this line. |