Search found 2 matches

by yannis72400
Fri Sep 06, 2013 9:11 pm
Forum: Off-Topic
Topic: How do I see all the "callable" attributes of an object
Replies: 4
Views: 5757

Re: How do I see all the "callable" attributes of an object

Thanks folks! your help moved me forward a bit...will probably come back with more questions...!

Edit1:
BTW the 4W_Props made me feel right "at home"... :D
by yannis72400
Fri Sep 06, 2013 8:28 pm
Forum: Off-Topic
Topic: How do I see all the "callable" attributes of an object
Replies: 4
Views: 5757

How do I see all the "callable" attributes of an object

Hi folks, on my second day with Livecode and an avid Visual Studio programmer (VB/C++). In Visual Studio, every object had attributes e.g. a label had label.text for the text... How do I see the callable attributes of an object in LiveCode? I tried to get a simple checkbox and print an "answer" as t...