home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / aug94 / dhfig3bb.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  32KB  |  509x300  |  8-bit (254 colors)
Labels: text | screenshot | display | software | number | multimedia software | font
OCR: BALLOON :: Form1 :: mouseExit var UIO UIObject endVar method mouseExit(var eventInfo MouseEvent) if eventInfo.isPreFilter() then ; This code executes for each object on the form. ; If the object is on a button (i.e. label or bitmap) ; do nothing -- wait until button is exited. eventInfo.getTarget(UIO) if UIO.container.class <> "button" then hideBalloon() endIf else ; This code executes only for the form. endIf endMethod Edit Line: 10 Col: 1