Le 28 mars 07 à 21:26 Soir, Markus Winter a écrit: > Hi all, > > is there a way to determine if a specific window is currently > showing on > screen? > > visible only determines if it is visible when it is opened ...
Hello, That's not quite true. I just tested: I created a timer (mode=0, period=1000) in the MouseDown: self.hide Tim1.mode=1 in the timer's action event: if self.visible then msgbox "1" else msgbox "0" end if And I get the "0" message. The visible property indicates reliably if the window is currently shown, even if it was only hidden using self.hide. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
