Very newbie question

Mark Schonewille m.schonewille at economy-x-talk.com
Wed Jun 7 16:57:40 EDT 2006


Hi Kevin,

Welcome to the Revolution. If you type

   put the propertyNames

in the message box and press enter, you get a list that is way too  
long to handle. You can also open the on-line docs (menu Help/ 
Documentation), click on the Dictionary button and type "property" in  
the search field. This will let you browse all available properties.  
Enjoy.

Here's a script to get a list of most of the available properties of  
a stack:

   put the properties of this stack into myArray
   put the keys of myArray

You can do the same for objects.

For an introduction to Transcript, click on User Guid in the same  
docs. Have a look at chapter 5 of the PDF file that you can access  
from there. You can find the same file here: <http:// 
downloads.runrev.com/userguide/userguide.pdf>.

Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Download ErrorLib at http://economy-x-talk.com/developers.html and  
get full control of error handling in Revolution.



Op 7-jun-2006, om 22:26 heeft Kevin Brooks het volgende geschreven:

> I am a very new user of revolution, though not at all new to this
> programming paradigm, as I did a lot of HyperCard programming in  
> the 90's.
>
> My very newbie question is that I can not find a true Transcript  
> reference
> guide that lists all properties for each object.  I have found  
> references to
> the  "Transcript Language Dictionary" in the documentation, but  
> have not
> found something specifically named such?  What am I missing?   
> Having example
> code is great, but I would love to go to a player object section  
> and see
> everything I can do with a player, for instance.
>
> -Kevin




More information about the use-livecode mailing list