On 2017-09-05 15:58, Richmond Mathewson via use-livecode wrote:
onmouseEnter

putthe customProperties of meintofld "propps"

endmouseEnter

The 'customProperties' property returns an array... So try:

  put the keys of (the customProperties of me) into fld "propps"

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

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

Reply via email to