customPropertyless
Richmond Mathewson
richmondmathewson at gmail.com
Tue Sep 5 09:58:38 EDT 2017
I have a button called "XXX" and it has 3 customProperties; "AA", "BB" &
"CC"
and this works very well indeed:
onmouseEnter
put"AA=" & (theAA ofme) & cr & "BB=" & (theBB ofme) & cr & "CC=" &
(theCC ofme) intofld "propps"
endmouseEnter
But this does NOT:
onmouseEnter
putthe customProperties of meintofld "propps"
endmouseEnter
this is a Pain-In-the-Bum for objects that have an unknown number of
customProps . . .
Richmond.
More information about the use-livecode
mailing list