Quote:
Originally Posted by Analogus
I want to TOGGLE 'false' and 'true'. The IF..ELSE statement doesn't work. I use following question:
Code:
if (kbook.model.container.sandbox.STATUS_GROUP.sandbox.STATUS_GROUP_SUB.sandbox.STATUS_GROUP.sandbox.BATTERY_LEVEL.show = true)
Also tried: ... === true, ...=true, ...==='true', ...show(true), ... show() = true, ...
What's my error? 
|
It's a function, not property. Check visible property.
Quote:
Originally Posted by MiK77
I'm afraid something is wrong with lang.ods at Google Docs. When I copy to me local checkout, I get errors during compilation.
|
Most likely unescaped quote chars.