> I've tried doing this using masterapp's mappFeedGenericTimeSlice, but it > doesn't really seem to help. Is this because our app is already so > overburdened that something like this wouldn't help because idle isn't > called often enough to make a difference?
idle/sleep is more effective. mappFeedGenericTimeSlice will feed one timeslice of x number of milliseconds to some app selected by the system, but then Director continues doing whatever it does that consumes cpu. mappFeedGenericTimeSlice is there for when you are issuing a stream of fake user input commands using MasterApp, where you have to allow the other app a chance to respond to them. ------------------- Gretchen Macdowall www.updatestage.com [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
