Page 1 of 1

mouseVisible

Posted: Sun Apr 18, 2010 4:48 pm
by y offs et
In my current project, I start with mouse not visible (unchecked in app.), but I wish to have the cursor become visible within upon command. So I used a ZExpression - app.mousevisible = 1; .
Sure enough, it became visible, but not within the window; only outside the window. If I start with mouseVisible checked, it operates as expected.

Posted: Mon Apr 19, 2010 8:17 am
by VilleK
This property is only used on application initialization. I should make it read-only from expressions, or fix so that it will have an effect when it is set in runtime.