From: Ezra B. <ezr...@us...> - 2009-04-10 16:13:59
|
Update of /cvsroot/win32forth/win32forth/Help/html/IDE In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14408/Help/html/IDE Modified Files: Code Window.htm Control Property Window.gif Creating a Form.htm Log Message: IDE Enhancements. Bug Fixes. Doc Updates. Index: Control Property Window.gif =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Control Property Window.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsanx1v7 and /tmp/cvsZPdDv4 differ Index: Code Window.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Code Window.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Code Window.htm 1 Oct 2008 03:15:20 -0000 1.3 --- Code Window.htm 10 Apr 2009 16:13:47 -0000 1.4 *************** *** 12,17 **** ! <p>The Forms Code Window allow adding code at design time to a form. It can be opened from the right-click ! menu of a control or a form. Consider the below example.</p> <br> --- 12,18 ---- ! <p>The Forms Code Window allow quick navigating of code at design time to a form. It can be opened ! from the right-click menu of a control or a formor selected from the Form Designer tab. ! Consider the below example.</p> <br> *************** *** 20,27 **** <center><img hspace=70 src="Forms Code Window.gif" alt="" border="0"></center><br><br> ! <p>The top left pane of the Forms Code Window lists any open forms. The top right ! pane lists the controls of the selected form as well as three other items ! - Global Code, Private Code and On_InitFunction. Clicking any of these or a control ! will display any code entered for that item and allow editing said code.</p> <ul> --- 21,32 ---- <center><img hspace=70 src="Forms Code Window.gif" alt="" border="0"></center><br><br> ! <p>The top pane of the Code Window lists any open forms. Click on a ! form name to see its associated controls. <br><br> ! ! The bottom pane lists the controls of the selected form as well ! as three other items- Global Code, Local Code and On_InitFunction. Clicking any of these or a control ! will display any code entered for that item in an IDE window and allow editing said code. All the functionality ! of the IDE editor is available for editing form code. ! </p> <ul> *************** *** 31,39 **** controls.</p></li> ! <li><p>Private Code - Code that will be local to the form object. Again any code here will be inserted after controls are defined.</p></li> <li><p>On_InitFunction - this is a colon definition into which any initialization code ! can be added. It is added after private code has been added. It is inserted as the last function in the On_Init: method of the form.</p></li> --- 36,44 ---- controls.</p></li> ! <li><p>Local Code - Code that will be local to the form object. Again any code here will be inserted after controls are defined.</p></li> <li><p>On_InitFunction - this is a colon definition into which any initialization code ! can be added. It is added after local code has been added. It is inserted as the last function in the On_Init: method of the form.</p></li> *************** *** 43,47 **** entered for a control. Note that while code can be entered for all controls, not all controls code is added to the form. Currently only code for Pushbuttons, Radiobuttons, ! Checkboxes, Listboxes, ComboListboxes and Horizontal and Vertical Scroll bars added to a form. Any code added will then become part of a default Wm_Command-Func.</p></li> </ul> --- 48,52 ---- entered for a control. Note that while code can be entered for all controls, not all controls code is added to the form. Currently only code for Pushbuttons, Radiobuttons, ! Checkboxes, Listboxes, ComboListboxes and Horizontal and Vertical Scroll bars are added to a form. Any code added will then become part of a default Wm_Command-Func.</p></li> </ul> *************** *** 51,56 **** <p>When a form is saved as a .ff file any code entered will be saved in a separate ! file under the same name but with "_code" added to the name e.g Dirbox.ff, Dirbox.ff_ ! code. If opening a .ff file a code file is searched for in the same directory as the form file. If found, it is loaded, otherwise the form is loaded as if no code ever existed.</p> --- 56,61 ---- <p>When a form is saved as a .ff file any code entered will be saved in a separate ! file under the same name but with "_code" added to the name e.g Dirbox.ff, Dirbox.ff_code. ! On opening a .ff file a code file is searched for in the same directory as the form file. If found, it is loaded, otherwise the form is loaded as if no code ever existed.</p> *************** *** 60,68 **** <ul> ! <li><b>Refresh</b> - updates the window with any added controls or forms. Normally ! this should not be necessary.</li> - <li><b>Save Code</b> - saves any entered code. Any code added is saved automaticaly, - but it is a good idea to save after editing.</li> <li><b>Test</b> - opens the Win32Forth console to test the form. A temporary file, not the --- 65,70 ---- <ul> ! <li><p><b>Preview</b> - opens a window to show continously updated form code.</p></li> <li><b>Test</b> - opens the Win32Forth console to test the form. A temporary file, not the *************** *** 73,79 **** tested from a fresh Win32Forth instance.</li> ! <li><b>Close</b> - close the Forms Code Window. THis window will also be closed when ! the last form is closed.</li> ! </ul> <hr> --- 75,79 ---- tested from a fresh Win32Forth instance.</li> ! </ul> <hr> Index: Creating a Form.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Creating a Form.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Creating a Form.htm 27 Aug 2008 11:30:13 -0000 1.2 --- Creating a Form.htm 10 Apr 2009 16:13:47 -0000 1.3 *************** *** 77,81 **** to save any modifications. To close the property window click 'Close'.</p> ! <p>The XPos, YPos, Width and Height parameters are in pixel units - no units, twips or dips! The Xpos and Ypos are relative to the top left corner of the form. Click the arrow to change the value of a property or alternatively enter a number directly --- 77,81 ---- to save any modifications. To close the property window click 'Close'.</p> ! <p>The XPos, YPos, Width and Height parameters are in pixels - no units, twips or dips! The Xpos and Ypos are relative to the top left corner of the form. Click the arrow to change the value of a property or alternatively enter a number directly *************** *** 100,104 **** <li><p>Previous and Next - Cycle through controls of a form.</p></li> ! </ul> <b>Font Selection</b> - To change the default font for a control right click on the --- 100,108 ---- <li><p>Previous and Next - Cycle through controls of a form.</p></li> ! ! <li><p>SetID - A combolistbox to allow setting an ID from the Windows API to the ! control. A default Forth ID is usually set.</p></li> ! ! </ul> <b>Font Selection</b> - To change the default font for a control right click on the |