[futurebasic] Chg Btn w/ Opt Key solution

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 1998 : Group Archive : Group : All Groups

From: "Yates, Phil" <YATESP@...>
Date: Tue, 24 Mar 98 08:43:00 PST
Roger Clary wrote :

> ON TIMER (1) FN doTimer  '<-- set to 1 sec because of other ON TIMER 
> actions in my app. Delay is not bothersome.

I don't want to be picky, especially if you're happy with it, but if you 
simply put > FN doTimer < in the event loop instead of having it driven every 
second from the TIMER event, you'd get a better response.

PMY