[q-lang-cvs] qcalc/doc guiexamples.png, NONE, 1.1 qcalc.xml, 1.15, 1.16
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-11-17 12:53:08
|
Update of /cvsroot/q-lang/qcalc/doc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14611 Modified Files: qcalc.xml Added Files: guiexamples.png Log Message: update documentation --- NEW FILE: guiexamples.png --- (This appears to be a binary file; contents omitted.) Index: qcalc.xml =================================================================== RCS file: /cvsroot/q-lang/qcalc/doc/qcalc.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** qcalc.xml 17 Nov 2007 12:23:45 -0000 1.15 --- qcalc.xml 17 Nov 2007 12:53:05 -0000 1.16 *************** *** 409,412 **** --- 409,419 ---- <para> + The following screenshot shows some of the GUI elements in action: + <screenshot> + <graphic fileref="guiexamples.png" align="center"/> + </screenshot> + </para> + + <para> NOTE: These functions will <emphasis>not</emphasis> work if they are run asynchronously (i.e., in a secondary Q thread of the user script). They <emphasis>must</emphasis> be executed, either directly or indirectly, from a formula in a spreadsheet cell. </para> |