From: Kevin A. <ka...@us...> - 2005-12-19 23:35:46
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23290 Modified Files: walkthrough2.html Log Message: Add Button -> Button and added comment about additional explanation needed on new dialogs after adding a component Index: walkthrough2.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/walkthrough2.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** walkthrough2.html 21 Aug 2005 22:57:34 -0000 1.12 --- walkthrough2.html 19 Dec 2005 23:35:38 -0000 1.13 *************** *** 120,124 **** <li>Select Save from the File menu to save the counter.rsrc.py resource file.</li> ! <li>From the "Components" menu, select "Add Button"</li> <li>In the Property Editor window, select the "name" property in the right-hand list of properties for the Button1 Button object. Change the --- 120,125 ---- <li>Select Save from the File menu to save the counter.rsrc.py resource file.</li> ! <li>From the "Components" menu, select "Button"</li> ! <!-- we need to enhance this with a description of Alex's dialogs --> <li>In the Property Editor window, select the "name" property in the right-hand list of properties for the Button1 Button object. Change the |