Hi Rob,
Ha! I obviously wasn’t very clear in my post. I live at that url especially since I’m learning the system. I’m looking for a html or PDF that shows how the whole hierarchy works. Either there are quite a few gaps in the doc tree or perhaps I don’t know how your docs work.
For instance. I found this very useful function:
display.setDefault()
I used it to:
display.setDefault(“background”, .97,.96,.97)
For the life of me, I still can’t find the value I set using the documentation system, so I resort to cutting and pasting, which will work until I want to reuse the code. The above page does not link me to the object property I set and I can’t seem to drill down through the documents and find it.
I have attempted the following searches within the document system and give up after scrolling through a few pages of search results:
“object.default”
“display defaults”
“display hierarchy”
“display background”
“display default background”
I can easily find the methods for setting values, but I’m having a devil of a time finding how to get them back once I set them, without storing them again (I’m strongly averse to unnecessarily storing things twice.)
I’ve attempted to find the needle in the haystack with print statements. I am at the place where I’m considering writing a object tree viewer so I can check the states of all the objects at run time (would be a nice feature for the simulator).
Hopefully I did a better job explaining my struggle.
I should say that I’m delighted with the results I’m getting on the user interface I"m making. Not complaining about the technology. Quite pleased. Just have a prototype that needs to be working with kids in classrooms in a couple of weeks. So these things can be frustrating at times.
Thanks,
–Scot