|
From: Phil E. <l2...@us...> - 2006-11-03 14:41:17
|
Update of /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22653 Modified Files: pic11.jpg pic23.jpg pic26.jpg pic2.jpg pic3.jpg pic4.jpg pic5.jpg pic6.jpg pic7.jpg pic8.jpg pic9.jpg standaloneBuilder.html Log Message: Updated documentation and screenshots for standaloneBuilder version 0.3 Index: pic3.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic3.jpg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsEGnpxN and /tmp/cvshlLwUI differ Index: pic7.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic7.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvviCkO and /tmp/cvsVYG3LJ differ Index: pic5.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic5.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvstOr9SQ and /tmp/cvsI7cMoM differ Index: pic23.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic23.jpg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsHgORfT and /tmp/cvsD8WXPO differ Index: pic6.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic6.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvscxnXo1 and /tmp/cvs1wOW7W differ Index: pic9.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic9.jpg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsRE3298 and /tmp/cvsqe2K64 differ Index: pic4.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic4.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs68hEB7 and /tmp/cvsoOoVK3 differ Index: standaloneBuilder.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/standaloneBuilder.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** standaloneBuilder.html 12 May 2005 19:36:04 -0000 1.4 --- standaloneBuilder.html 3 Nov 2006 14:14:01 -0000 1.5 *************** *** 27,34 **** <h2>Pre-Requisites</h2> <p>As well as Python, wxPython and PythonCard, you will need to have installed and configured ! McMillan Installer and Inno Setup on your computer. These packages can be downloaded from the following locations as of the time of writing: ! <ul> ! <li>McMillan Installer: <a href="http://paulbaranowski.org/modules.php?name=Downloads&d_op=getit&lid=8">http://paulbaranowski.org/modules.php?name=Downloads&d_op=getit&lid=8</a></li> <li>Inno Setup: <a href="http://www.jrsoftware.org/isdl.php">http://www.jrsoftware.org/isdl.php</a></li> </ul> --- 27,35 ---- <h2>Pre-Requisites</h2> <p>As well as Python, wxPython and PythonCard, you will need to have installed and configured ! pyInstaller and/or py2exe together with Inno Setup on your computer. These packages can be downloaded from the following locations as of the time of writing: ! <ul> ! <li>pyInstaller: <a href="http://pyinstaller.python-hosting.com/">http://pyinstaller.python-hosting.com/</a></li> ! <li>py2exe: <a href="http://www.py2exe.org/">http://www.py2exe.org/</a></li> <li>Inno Setup: <a href="http://www.jrsoftware.org/isdl.php">http://www.jrsoftware.org/isdl.php</a></li> </ul> *************** *** 86,89 **** --- 87,92 ---- <div align="center"><img src="pic10.jpg" /></div><br /> <div align="center"><img src="pic11.jpg" /></div> + + <p>The program will automatically add in any matching PythonCard resource files, too.</p> <p>A note is probably in order at this point about the <i>Script files</i> box. Generally, *************** *** 101,111 **** simply selecting it in the list and clicking the <i>Edit...</i> button.</p> ! <p>Now, under the <i>Resource files</i> section of the main window, click the Add button. ! Select the <i>counter.rsrc.py</i> file and click on Open. This adds the resource file ! into the project:</p> ! ! <div align="center"><img src="pic12.jpg" /></div> ! ! <p>Having added the resource file, you can now open it in the resource editor simply by clicking on the Edit button on the main window. Files which are added in other sections of the main window can be edited in the same way. Script files will be opened using the --- 104,108 ---- simply selecting it in the list and clicking the <i>Edit...</i> button.</p> ! <p>Any resource files which are added to the project can be opened in the resource editor simply by clicking on the Edit button on the main window. Files which are added in other sections of the main window can be edited in the same way. Script files will be opened using the *************** *** 130,139 **** <ul> ! <li>Projects folder in preferences is <i>P:\</i></li> <li>The project was created in a folder called <i>sab-demo</i></li> <li>The build directory is called simply <i>build</i></li> </ul> ! <p>The full path to the build directory is therefore <i>P:\sab-demo\build</i>. Having all of the folder references relative to each other allows <i>standaloneBuilder</i> to maintain projects on both Windows and Linux platforms, with Python itself taking --- 127,136 ---- <ul> ! <li>Projects folder in preferences is <i>C:\Documents and Settings\pedwards\My Documents\Projects</i></li> <li>The project was created in a folder called <i>sab-demo</i></li> <li>The build directory is called simply <i>build</i></li> </ul> ! <p>The full path to the build directory is therefore <i>C:\Documents and Settings\pedwards\My Documents\Projects\sab-demo\build</i>. Having all of the folder references relative to each other allows <i>standaloneBuilder</i> to maintain projects on both Windows and Linux platforms, with Python itself taking Index: pic11.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic11.jpg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsK4tmHe and /tmp/cvsL9bc3a differ Index: pic2.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic2.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsMj37Lh and /tmp/cvsYlA1ce differ Index: pic26.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic26.jpg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvswXfFkr and /tmp/cvsx8lc1n differ Index: pic8.jpg =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/pic8.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs8wkn4y and /tmp/cvs3IrJXv differ |