Update of /cvsroot/win32forth/win32forth/doc/ForthForm
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11801/doc/ForthForm
Modified Files:
FF-Creating a Form.htm FF-History.htm
Log Message:
ForthForm updates. EAB
Index: FF-Creating a Form.htm
===================================================================
RCS file: /cvsroot/win32forth/win32forth/doc/ForthForm/FF-Creating a Form.htm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FF-Creating a Form.htm 27 Dec 2006 18:34:29 -0000 1.4
--- FF-Creating a Form.htm 31 Dec 2006 11:56:07 -0000 1.5
***************
*** 35,41 ****
to select the desired controls, indicated by a dashed-line box ( controls are considered selected if their top left corner falls
inside the box ). Right click anywhere on the form and select "Group Action" from the menu. Select desired operation from the "Group Action" dialog. Below is an
! example form with four label controls selected.
! <p align="center"><img src="FF-GroupExample.gif" width="501" height="332" alt="" border="0">
<p> The Group Action dialog is shown below. The designated function for each button should be self-explanatory. However,
--- 35,46 ----
to select the desired controls, indicated by a dashed-line box ( controls are considered selected if their top left corner falls
inside the box ). Right click anywhere on the form and select "Group Action" from the menu. Select desired operation from the "Group Action" dialog. Below is an
! example form with four label controls selected.<br>
! <p align="center"><img src="FF-GroupExample.gif" width="501" height="332" alt="" border="0"><br clear="LEFT"></p>
!
! The dimensions of the selection box can be fine tuned by using the arrow keys (up, down, left, right).
! These keys increase the area of the selection box only. This can be useful in the instance where
! selected controls are moved outside the selection box. By adjusting the box these controls can
! once again be adjusted.<br><br>
<p> The Group Action dialog is shown below. The designated function for each button should be self-explanatory. However,
Index: FF-History.htm
===================================================================
RCS file: /cvsroot/win32forth/win32forth/doc/ForthForm/FF-History.htm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** FF-History.htm 27 Dec 2006 18:34:30 -0000 1.6
--- FF-History.htm 31 Dec 2006 11:56:07 -0000 1.7
***************
*** 27,30 ****
--- 27,34 ----
<P ALIGN=LEFT>
+ <b>Saturday, December 30 2006</b> - Implemented a little mechanism to use the arrow keys when
+ adjusting controls. For those times when you've selected controls and then moved them out of
+ the box. Just use the arrow keys to resize the box instead of redrawing it.<br><br>
+
<b>Sunday, December 24 2006</b> - In the past week or so got around to enhancing the toolbar design tool.
After a whole year even! Ah well, better late than never!<br><br>
***************
*** 273,277 ****
<b>December 05, 2003 10:50:12 PM</b> - Added ChangeControl
! to menu. Allows the changing of control type e.g radiobox to
checkbox. To change a control first select the control, check the
type to change to in the toolbar and then select 'Change' from the
--- 277,281 ----
<b>December 05, 2003 10:50:12 PM</b> - Added ChangeControl
! to menu. Allows the changing<BR>of control type e.g radiobox to
checkbox. To change a control first select the control, check the
type to change to in the toolbar and then select 'Change' from the
|