Topic: some _root properties are blank
I wrote a little app that dumped out all the properties of _root, and I found that that following properties are always blank in the current beta:
_root["_chumby_profile_name"] -- suppsoed to return the current channel name?
_root["_chumby_chumby_id"] -- supposed to tbe the chumby guid?
They are defined; just blank.
The source code for my app is here -- basically, I just iterate over the properties of _root and print them out.
The results of the work can be found here (as a summary) but I recommend running the code.
wayn3w