Anyone know of a utility that will display/print all the custom properties for all or objects in a group/card/stack?
Thanks,
Pete
Documenting Custom Properties
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
how about this (untested):
there all in an easy to parse array, i'm sure you can go on from here.
Code: Select all
on mouseUp
repeat for the number of cards in the mousestack
add one to cardNumber
repeat for the number of controls of card cardNumber
add one to controlNumber
put the customproperties of control controlNumber into theArray[the short name of the mousestack][the short name of card cardNumber of the mousestack && the ID of card cardNumber of the mousestack][the name of control controlNumber && the ID of control controlNumber]
end repeat
end repeat
end mouseUp
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode