From: Kevin A. <ka...@us...> - 2004-09-18 16:59:24
|
Update of /cvsroot/pythoncard/PythonCard/docs/html/dialogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32412 Modified Files: filedialog.html Log Message: fixed reference to results Index: filedialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/filedialog.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** filedialog.html 17 Aug 2004 19:09:43 -0000 1.5 --- filedialog.html 18 Sep 2004 16:59:15 -0000 1.6 *************** *** 117,122 **** confirmed with a prompt dialog.</p> <h2>Interacting With the Dialog</h2> ! The fileDialog component returns two values, stored as elements ! of the Python dictionary called "results" returned by all PythonCard dialogs. These results are as shown in the following table.<br> <br> --- 117,122 ---- confirmed with a prompt dialog.</p> <h2>Interacting With the Dialog</h2> ! The fileDialog component returns its values, stored as attributes ! of an instance of the DialogResults class called "results" returned by all PythonCard dialogs. These results are as shown in the following table.<br> <br> |