About stack "table of properties of objects"
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Livecode Opensource Backer
- Posts: 33
- Joined: Tue Apr 17, 2012 9:50 am
About stack "table of properties of objects"
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
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"
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
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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Livecode Opensource Backer
- Posts: 33
- Joined: Tue Apr 17, 2012 9:50 am
Re: About stack "table of properties of objects"
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
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"
Hi Eric,
Was my answer helpful?
Kind regards,
Mark
Was my answer helpful?
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: About stack "table of properties of objects"
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
-
- Livecode Opensource Backer
- Posts: 33
- Joined: Tue Apr 17, 2012 9:50 am
Re: About stack "table of properties of objects"
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
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"
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"
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.
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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: About stack "table of properties of objects"
As I previously mentioned, but as he replied he does not use the built-in dictionary..
Re: About stack "table of properties of objects"
Oops. Right, you beat me to it in a couple of ways.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com