Update of /cvsroot/pythoncard/PythonCard/docs/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17318
Modified Files:
walkthrough1.html
Log Message:
capitalization correction and minor wording tweak
Index: walkthrough1.html
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/html/walkthrough1.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** walkthrough1.html 27 Dec 2005 18:50:53 -0000 1.21
--- walkthrough1.html 28 Dec 2005 04:05:22 -0000 1.22
***************
*** 148,154 ****
this window are built into PythonCard. Causing them to appear, and determining
what the user selected or did with them, is, as you'll learn in a later
! walk-through, pretty straight-forward. Click on the "Alert" line.
A small dialog appears. Click the "OK" button. Notice that in the
! Sample Dialogs window, you can see the name of the dialog (AlertDialog), and
whether the user accepted or canceled the dialog. You can also see what
information the program returned to PythonCard as a result of the user's
--- 148,154 ----
this window are built into PythonCard. Causing them to appear, and determining
what the user selected or did with them, is, as you'll learn in a later
! walk-through, pretty straight-forward. Click on the "alert" line.
A small dialog appears. Click the "OK" button. Notice that in the
! Sample Dialogs window, you can see the name of the dialog (alertDialog), and
whether the user accepted or canceled the dialog. You can also see what
information the program returned to PythonCard as a result of the user's
***************
*** 249,253 ****
development environment to provide helpful supporting windows that tell us
what's going on in our application. We'll also see how to start and build our
! own application, using the PythonCard built-in graphic editor, the Resource
Editor.</p>
<p>We'll be producing more of these walk-through documents on other aspects
--- 249,253 ----
development environment to provide helpful supporting windows that tell us
what's going on in our application. We'll also see how to start and build our
! own application, using the PythonCard's built-in layout editor, the Resource
Editor.</p>
<p>We'll be producing more of these walk-through documents on other aspects
|