From: Jos v.d.V. <jo...@us...> - 2015-12-04 19:23:52
|
Update of /cvsroot/win32forth/win32forth/demos/OpenGLdemos In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13271 Modified Files: HelpForm.f Log Message: Jos: On_Init: Super made it hang. Index: HelpForm.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/demos/OpenGLdemos/HelpForm.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HelpForm.f 4 Dec 2015 17:50:31 -0000 1.1 --- HelpForm.f 4 Dec 2015 19:23:50 -0000 1.2 *************** *** 108,112 **** :M On_Init: ( -- ) ! On_Init: Super ['] FormAction SetCommand: self --- 108,112 ---- :M On_Init: ( -- ) ! \ On_Init: Super ['] FormAction SetCommand: self *************** *** 159,163 **** ; ! \ Use: :long$ InitialText$ --- 159,163 ---- ; ! \s Use: :long$ InitialText$ *************** *** 169,173 **** InitialText$ zHelpText ! \ start: HelpForm abort \ Activate this line for a demo. \s --- 169,173 ---- InitialText$ zHelpText ! start: HelpForm abort \ Activate this line for a demo. \s |