Perfect. Thanks Scott. Bill Vlahos _________________ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure.
On Mar 2, 2010, at 4:53 PM, Scott Rossi wrote: > Recently, Bill Vlahos wrote: > >> I can "send a mouseUp to button "A" in 1 milliseconds" but "send click at loc >> of button "A" in 1 millisecond" generates an error in the IDE. >> >> How can I send a click in time? > > Here's one way: > > on mouseUp > send "clickButton" to me in 1 millisecs > end mouseUp > > on clickButton > click at loc of btn "A" > end clickButton > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX Design > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
