Bonsoir Gregory,

Le 18 avr. 08 à 19:41, Gregory Lypny a écrit :

Thank you for your responses Eric, Richard, and Scott.

Looks like Eric identified the culprit and hilitedLine works fine in place of selectedLine. If I could impose just a little more while I have your attention, how would I simulate a mouse click to a particular line in a list field? The command

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

works only for line 1 and no other.

Regards,


Gregory Lypny

set the hilitedLine of fld "My List Field" to x
send "mouseUp" to fld "My List Field"

Assuming you have a mouseUp handler in fld "My List Field" that relies on the current selected line.

Best regards from Paris,
Eric Chatonet.
----------------------------------------------------------------
Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [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

Reply via email to