_keepInBack attribute
Quote from Forum Archives on December 5, 1997, 12:17 pmPosted by: poliruir <poliruir@...>
Why don't windows with a _keepInBack attribute become deselected when I
switch programs? Do I have to do this manually, and in that case, how do I
do it?----- Sample Code -----
'Try switching to Finder while using this program to see what I'm talking about
'Press q to quit.WINDOW 1,"_keepInBack Window",, _doc + _keepInBack'look at this window
WINDOW 2,"Normal Window",, _doc 'compare with this oneDO: HANDLEEVENTS: UNTIL UCASE$(INKEY$) = "Q" 'Q to quitl
----- End of Code -----Any help is appreciated,
Pontus Ilbring
----------------------------------------------------
e-mail: "Pontus" <poliruir@oden.se>
Visit my EV page at <www.oden.se/~poliruir/ev>
----------------------------------------------------(This message was constructed without the use of any Microsoft products)
Posted by: poliruir <poliruir@...>
switch programs? Do I have to do this manually, and in that case, how do I
do it?
----- Sample Code -----
'Try switching to Finder while using this program to see what I'm talking about
'Press q to quit.
WINDOW 1,"_keepInBack Window",, _doc + _keepInBack'look at this window
WINDOW 2,"Normal Window",, _doc 'compare with this one
DO: HANDLEEVENTS: UNTIL UCASE$(INKEY$) = "Q" 'Q to quitl
----- End of Code -----
Any help is appreciated,
Pontus Ilbring
----------------------------------------------------
e-mail: "Pontus" <poliruir@oden.se>
Visit my EV page at <http://www.oden.se/~poliruir/ev>
----------------------------------------------------
(This message was constructed without the use of any Microsoft products)