View Single Post
Old 03-05-2012, 07:04 AM   #3492
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Quote:
Originally Posted by Analogus View Post
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 View Post
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.
kartu is offline   Reply With Quote