Hello everyone,

I've got a list field with a mouseUp handler in it that takes me to different cards based on information in the line clicked. How can I simulate clicking the first line? The best (sadly) that I could come up with that works is this.

        click at the topleft of fld "My List Field"

I also tried

        select line 1 of fld "My List Field"
        send mouseUp to fld "My List Field"

but the selectedLine function in the mouseUp handler returns empty for some reason.

Is there a more obvious way than my clicking at the topleft?

Regards,

        Gregory
_______________________________________________
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