the cursor becomes invisible in windows

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jtrolle
Posts: 6
Joined: Thu Sep 05, 2019 9:31 pm

the cursor becomes invisible in windows

Post by jtrolle » Thu Sep 05, 2019 10:25 pm

hello .... forgive for my english, I speak very little, I am using the translator.
I am starting to work with livecode, and I am having problems with the cursor.
I am working with a Mac (high sierra) and livecode (9 5 0) The problem is the following: in my development, on some buttons, on the on mouseEnter controller, I have, set the cursor to hand and lock cursor. When I create the standalone, on my Mac PC, it works perfectly, but I am using another Windows 10 PC, and when I enter the button, the cursor disappears completely. When you exit the button, the cursor reappears in its normal state
Could anyone help me with the issue ... ??
Thank you very much in advance

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: the cursor becomes invisible in windows

Post by FourthWorld » Fri Sep 06, 2019 2:56 am

Welcome aboard.

Please post your button code and we'll see what we can do with it.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

jtrolle
Posts: 6
Joined: Thu Sep 05, 2019 9:31 pm

Re: the cursor becomes invisible in windows

Post by jtrolle » Fri Sep 06, 2019 9:30 am

hello .... attached a photo with the button code.
Thank you
Attachments
Button code.png
Button code.png (13.55 KiB) Viewed 6154 times

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: the cursor becomes invisible in windows

Post by FourthWorld » Fri Sep 06, 2019 4:12 pm

Does it work if running the stack in the IDE on Windows?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

SparkOut
Posts: 2852
Joined: Sun Sep 23, 2007 4:58 pm

Re: the cursor becomes invisible in windows

Post by SparkOut » Fri Sep 06, 2019 5:31 pm

It works in the IDE on Windows 10 for me. I haven't gone as far as compiling a standalone to test for the OP. I'll maybe get round to it later.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7229
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: the cursor becomes invisible in windows

Post by jacque » Fri Sep 06, 2019 5:46 pm

You might need to include the cursors in the standalone settings.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

jtrolle
Posts: 6
Joined: Thu Sep 05, 2019 9:31 pm

Re: the cursor becomes invisible in windows

Post by jtrolle » Fri Sep 06, 2019 6:00 pm

Hello.... in the IDE in windows 10, it works perfectly.
The problem is when I create a standalone, from MacOs, to windows. I have cursor inclusions settings is enabled.

But I think I found the problem.
I created a standalone from windows to windows, and the problem has been fixed. It works perfectly.

Surely there is an error when creating standalone from MacOs.

Thank you very much to all.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: the cursor becomes invisible in windows

Post by FourthWorld » Fri Sep 06, 2019 7:07 pm

It's quite possible to build Windows standalones from macOS. As suggested above, double check the inclusions. Cross platform curors are normally included by default for cross platform builds, but perhaps here that one setting became unset.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply

Return to “Windows”