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 to whether the checkbox was true or false.
I tried the code below
Code: Select all
on mouseUp
if selected then answer "Checked" else answer "Boo"
end mouseUp
I went through the tutorials, but I couldn't find a spot where I could access all the attributes of an object. Maybe I got all this wrong and have to forget all my VS programming habits. I looked in the dictionary, but didn't get much help. Went through the manual, no success either.
Any pointers would be welcomed. I have the same problem with all the controls...table, scrollbars etc. I am missing something, so any help is welcomed!
Thanks