From: Phil E. <l2...@us...> - 2007-10-31 17:24:38
|
Update of /cvsroot/pythoncard/PythonCard/docs/html/dialogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20488 Modified Files: colordialog.html directorydialog.html filedialog.html finddialog.html fontdialog.html messagedialog.html multiplechoicedialog.html singlechoicedialog.html textentrydialog.html Log Message: Change wording to reflect use of wx.libs.DialogResults object as a return value Index: textentrydialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/textentrydialog.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** textentrydialog.html 17 Aug 2004 19:09:43 -0000 1.3 --- textentrydialog.html 31 Oct 2007 17:24:41 -0000 1.4 *************** *** 6,10 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>Text Entry Dialog</title> </head> --- 6,10 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>Text Entry Dialog</title> </head> *************** *** 90,96 **** <h2>Interacting With the Dialog</h2> ! The textEntryDialog component returns three 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> --- 90,95 ---- <h2>Interacting With the Dialog</h2> ! The textEntryDialog component returns a wxPython DialogResults object ! which contains 3 attributes, as shown in the following table<br> <br> Index: colordialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/colordialog.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** colordialog.html 17 Aug 2004 19:09:43 -0000 1.2 --- colordialog.html 31 Oct 2007 17:24:41 -0000 1.3 *************** *** 6,10 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>Color Dialog</title> --- 6,10 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>Color Dialog</title> *************** *** 30,36 **** <h2>Interacting With the Dialog</h2> ! The colorDialog 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> --- 30,35 ---- <h2>Interacting With the Dialog</h2> ! The colorDialog component returns a wxPython DialogResults object ! which contains 2 attributes, as shown in the following table<br> <br> Index: multiplechoicedialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/multiplechoicedialog.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** multiplechoicedialog.html 17 Aug 2004 19:09:43 -0000 1.3 --- multiplechoicedialog.html 31 Oct 2007 17:24:41 -0000 1.4 *************** *** 6,10 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>Multiple Choice Dialog</title> </head> --- 6,10 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>Multiple Choice Dialog</title> </head> *************** *** 70,76 **** <h2>Interacting With the Dialog</h2> ! The multipleChoiceDialog 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> --- 70,75 ---- <h2>Interacting With the Dialog</h2> ! The multipleChoiceDialog component returns a wxPython DialogResults object ! which contains 2 attributes, as shown in the following table<br> <br> Index: filedialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/filedialog.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** filedialog.html 18 Sep 2004 16:59:15 -0000 1.6 --- filedialog.html 31 Oct 2007 17:24:41 -0000 1.7 *************** *** 6,13 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>File Dialog</title> ! <meta name="generator" content="Namo WebEditor v5.0(Trial)"> </head> <body> --- 6,13 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>File Dialog</title> ! <meta name="generator" content="Bluefish 1.0.5"> </head> <body> *************** *** 117,123 **** 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> --- 117,122 ---- confirmed with a prompt dialog.</p> <h2>Interacting With the Dialog</h2> ! The fileDialog component returns a wxPython DialogResults object ! which contains 2 attributes, as shown in the following table<br> <br> Index: fontdialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/fontdialog.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fontdialog.html 17 Aug 2004 19:09:43 -0000 1.2 --- fontdialog.html 31 Oct 2007 17:24:41 -0000 1.3 *************** *** 6,10 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>Font Dialog</title> </head> --- 6,10 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>Font Dialog</title> </head> *************** *** 56,62 **** <h2>Interacting With the Dialog</h2> ! The fontDialog component returns three 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> --- 56,61 ---- <h2>Interacting With the Dialog</h2> ! The fontDialog component returns a wxPython DialogResults object ! which contains 3 attributes, as shown in the following table<br> <br> Index: singlechoicedialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/singlechoicedialog.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** singlechoicedialog.html 17 Aug 2004 19:09:43 -0000 1.3 --- singlechoicedialog.html 31 Oct 2007 17:24:41 -0000 1.4 *************** *** 6,10 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>Single Choice Dialog</title> --- 6,10 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>Single Choice Dialog</title> *************** *** 71,77 **** <h2>Interacting With the Dialog</h2> ! The singleChoiceDialog 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> --- 71,77 ---- <h2>Interacting With the Dialog</h2> ! The singleChoiceDialog component returns a wxPython DialogResults object ! which contains 2 attributes, as shown in the following table<br> ! <br> Index: messagedialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/messagedialog.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** messagedialog.html 17 Aug 2004 19:09:43 -0000 1.2 --- messagedialog.html 31 Oct 2007 17:24:41 -0000 1.3 *************** *** 6,10 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>Message Dialog</title> --- 6,10 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>Message Dialog</title> *************** *** 186,193 **** <h2>Interacting With the Dialog</h2> ! The messageDialog 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> <table cellpadding="2" cellspacing="2" border="1" width="80%"> --- 186,191 ---- <h2>Interacting With the Dialog</h2> ! The messageDialog component returns a wxPython DialogResults object ! which contains 2 attributes, as shown in the following table<br> <br> <table cellpadding="2" cellspacing="2" border="1" width="80%"> Index: finddialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/finddialog.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** finddialog.html 17 Aug 2004 19:09:43 -0000 1.3 --- finddialog.html 31 Oct 2007 17:24:41 -0000 1.4 *************** *** 6,13 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>Find Dialog</title> ! <meta name="generator" content="Namo WebEditor v5.0(Trial)"> </head> <body> --- 6,13 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>Find Dialog</title> ! <meta name="generator" content="Bluefish 1.0.5"> </head> <body> *************** *** 80,86 **** </table> <h2>Interacting With the Dialog</h2> ! The findDialog component returns four 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> --- 80,85 ---- </table> <h2>Interacting With the Dialog</h2> ! The findDialog component returns a wxPython DialogResults object ! which contains 4 attributes, as shown in the following table<br> <br> Index: directorydialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/directorydialog.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** directorydialog.html 17 Aug 2004 19:09:43 -0000 1.3 --- directorydialog.html 31 Oct 2007 17:24:41 -0000 1.4 *************** *** 6,13 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>Directory Dialog</title> ! <meta name="generator" content="Namo WebEditor v5.0(Trial)"> </head> <body> --- 6,13 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>Directory Dialog</title> ! <meta name="generator" content="Bluefish 1.0.5"> </head> <body> *************** *** 83,89 **** </p> <h2>Interacting With the Dialog</h2> ! The directoryDialog 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> --- 83,88 ---- </p> <h2>Interacting With the Dialog</h2> ! The alertDialog component returns a wxPython DialogResults object ! which contains 2 attributes, as shown in the following table<br> <br> |