Thanks, Eric... I used the Google search and found lots of advanced stuff but not the simple list. I'm documenting an app prototype and am using a repeat loop to process all the controls on a card. I simply wanted to list, under script control, all the custom properties of a control in a comma delimited list to add to the documentation of the control.
Thanks for your link to your web site... I've been fumbling around when I needed help looking at various web sites and most times not finding exactly what I was looking for. I'll start using Resources Picker today... Jim on 2/7/06 12:10 PM, Eric Chatonet wrote: > Hi Jim: > > From the docs: > You use the customKeys property of an object to find out what custom > properties the object has. You can use the Custom properties pane in > the object's property inspector to see a list of its custom > properties, or use the customKeys property in a handler or the > message box. > Important! If the object has more than one custom property set, you > must set the customPropertySet to the correct set before checking the > customKeys. > The following example lists all the custom properties in a graphic: > > put the customKeys of graphic 1 into myCustomProps > answer myCustomProps > > To get a comma delimited list: > replace cr with comma in myCustomProps > > You might be interested in Resources Picker, a plugin available from > my website. > I used it to reply to you by entering "properties" as a keyword and > searching the "FAQ" section. > Four FAQ were displayed: > > 1. How do I see and change an object's properties? > 2. How do I show more than one object's properties at a time? > 3. How do I delete all an object's custom properties? > 4. How do I list an object's custom properties? > > :-) > > Le 7 févr. 06 à 16:59, Jim Carwardine a écrit : > >> This is something simple that I can't get to work and the link I >> need in the >> Rev docs (How do I list an object's custom properties?) doesn't >> work for >> some reason. >> >> So, how do I list the custom properties of an object? Or more >> specifically, >> place them as a comma-delimited string in a variable? > > Best Regards from Paris, > Eric Chatonet > ------------------------------------------------------------------------ > ---------------------- > http://www.sosmartsoftware.com/ [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 -- Helping people focus and use time effectively and satisfyingly as they go through their day. <http://www.OwnYourFuture-net.com> Own Your Future Consulting Services Limited, 1959 Lower Water Street, Suite 1700, Halifax, Nova Scotia. B3J 3N2 Phone: 902-823-2339. Fax: 902-823-2139 _______________________________________________ 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
