
Hidden window or accept loop without a window
Hi Dan,
On Tue, 20 May 2003 17:01:58 -0600, "Dan Gorrell"
Quote:
>implement this without a window? If not, how could I make it so the window
>is never actually displayed?
I've done this in a class method where I needed a timer, something
like this:
W Window, At(0,0,0,0),Timer(1)
End
Code
Open(W)
W{Prop:Hide} = True
Accept
If Event() = EVENT:Timer
! Do your stuff
End
End
Close(W)
Best regards,
Arnr Baldvinsson
Icetips Software
San Antonio, Texas, USA
www.icetips.com
Subscribe to information from Icetips.com:
http://www.icetips.com/getnotificationinfo.htm