mouseVisible

Found a bug? Post information about it here so we can fix it!

Moderator: Moderators

Post Reply
User avatar
y offs et
Posts: 418
Joined: Wed Apr 22, 2009 4:26 pm
Location: BC, Canada

mouseVisible

Post 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.
"great expectations"
User avatar
VilleK
Site Admin
Posts: 2275
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Post 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.
Post Reply