Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
thanks for quick answer (as usual ), but it does not work even with reverse command lines. The cursor does not change. Do I need a repeat loop or something for this on Windwos Systems? It works perfectly on my Mac with your suggestion.
I've used the command a lot in Windows and it has always worked. The order of lockcursor and "set cursor" doesn't matter. I've tested on XP through Vista, though my stack was compiled with an earlier engine version.
It isn't a system setting, the engine handles the cursor display. Are you sure you don't have another handler somewhere that is intercepting and changing the cursor? Does it work if you create a new, blank stack with only that single command in a button script?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
about one year and several versions of LiveCode later, I came upon the same problem. But I'm as puzzled as last time. I restored the RevCursor-database last time to solve my problem but this time, it is in place but I still can not set the cursor to none with liveCode 5.5 on a Windows XP SP3 system. It works perfectly on my Mac with this button script:
I also experienced this a couple of days before and I think "set cursor to none" just don't work on Windows.
And yes, using a transparent PNG as the "none" cursor "should" work
thank you for the quick answer. Perhaps they fix it in an upcoming version. To bypass the problem I set the cursor to an image with the size of 1 x 1 pixel.