yes...

I just tested a method on my windows machine, and it works. Here is the
script:


on mouseUp

send "reclick" to me in 1 second

click at the loc of button "my menu"

end mouseUp



on reclick

click at the loc of button "my menu"

end reclick



On 1/25/06, Eric Chatonet <[EMAIL PROTECTED]> wrote:
>
> Hi Sims,
>
> > Anyone have any suggestions?
>
> Unfortunately no :-(
> When a menu is popped, Rev is hanging on until a choice is made (or a
> click elsewhere) and then sends the menuPick message if appropriate.
> Follow the messages in the message watcher: its stays hopelessly
> empty...
> May be a fake menu made with an image just for the demo... could
> solve the problem :-)
>
> Le 25 janv. 06 à 15:55, sims a écrit :
>
> >  I'm making a tutorial for an application, using the move command
> > to send a faux cursor through the different elements of the app.
> >
> >
> > When I use the following with an option button
> > click button 1 at the loc of card button "long_day"
> >
> > the button will display the menu.
> >
> > My problem is that I cannot get the script to continue on from there.
> >
> > IOW  the menu of the option btn stays open and no matter what
> > I try, I cannot get the option btn to close so my tutorial can
> > continue to other objects.
> >
> > Anyone have any suggestions?
>
> Best Regards from Paris,
> Eric Chatonet
> ------------------------------------------------------------------------
> ----------------------
> http://www.sosmartsoftware.com/    [EMAIL PROTECTED]/
>
>
> _______________________________________________
> 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

Reply via email to