Page 1 of 1
About stack "table of properties of objects"
Posted: Tue May 01, 2012 8:27 am
by Partenaire
Hi,
In learning stack "Revolution scripting conférence : properties" Dan Safer said "You can find a free stack of dennis Brown call "Table of properties of objects" on revonline...
I find it unsuccessfully.
Anyone know where is it possible to find this stack
Thank You
Eric
Re: About stack "table of properties of objects"
Posted: Tue May 01, 2012 9:46 am
by Mark
Hi Eric,
I don't know about that stack, but you can find a stack SmartProperties in the Plugins submenu of the Development menu.
Kind regards,
Mark
Re: About stack "table of properties of objects"
Posted: Tue May 01, 2012 8:26 pm
by Partenaire
Hi Mark,
Thank for your reply. Have you learn "revolution scripting conférence: properties"?
If not you find it click on
http://support.runrev.com/scriptingconferences/
Kind regards
Eric
Re: About stack "table of properties of objects"
Posted: Tue May 01, 2012 8:44 pm
by Mark
Hi Eric,
Was my answer helpful?
Kind regards,
Mark
Re: About stack "table of properties of objects"
Posted: Tue May 01, 2012 11:45 pm
by shaosean
It seems that the original RevOnline is no longer up and running, but you can still get a list of the properties associated with an object..
- open the Dictionary (either click the button on the toolbar, or Help > Dictionary)
- open the "Object" section in the left-hand column
- select an object and you will see a list of properties and messages available for that object

- here you can see a partial listing of the properties for the Stack object
Re: About stack "table of properties of objects"
Posted: Wed May 02, 2012 7:20 pm
by Partenaire
Hi Mark,
Yes your answear helful.
I never use this plugin, I always look for this stack...
Hope , hope!
shaosen, thank you to, i use the great BvG doc , it is my preference.
http://bjoernke.com/index.irev?target=bvgdocu
Kind regards
Re: About stack "table of properties of objects"
Posted: Wed May 02, 2012 10:42 pm
by shaosean
You can always use the
propertyNames function to get a complete list of the built-in properties, but it will not break them down by object. If you really need something to show you all the properties for all the objects let me know and I will make something for you.
Re: About stack "table of properties of objects"
Posted: Thu May 03, 2012 4:24 pm
by jacque
The dictionary will show all properties by object too. Choose any object in the left-hand list and all its properties and relevant commands are displayed.
Another way is to show everything (click the All button at the top of the left-side list) and then sort the entries by the object column.
Re: About stack "table of properties of objects"
Posted: Thu May 03, 2012 4:51 pm
by shaosean
As I previously mentioned, but as he replied he does not use the built-in dictionary..
Re: About stack "table of properties of objects"
Posted: Fri May 04, 2012 3:46 am
by jacque
Oops. Right, you beat me to it in a couple of ways.