Re: Can't send click in time

2010-03-02 Thread Bill Vlahos
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
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Can't send click in time

2010-03-02 Thread Scott Rossi
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
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Can't send click in time

2010-03-02 Thread Bill Vlahos
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?

Bill Vlahos
_
InfoWallet (http://www.infowallet.com) is about keeping your important life 
information with you, accessible, and secure.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution