home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / mar94 / bt_fig10.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  7.1 KB  |  641x305  |  4-bit (5 colors)
   ocr: l SPEEDEMOEEdItBinUpstimer" method timer(var eventinfo TimerEvent) 1 If the form is in Edit mode, this graphic should have its visible - property set to False sO the button will appear to be depressed. Otherwise, the visible - property should be True. if - thisFormF.editing then if - Self.visible = True then Self.visible = False endif else if Self.visible = False then Self.visible = True endif endif endMethod Edit Line: 5 Col: 1