ShowPointer() function hide pointer for a second?

Find quick help here to get you started with Hollywood
Post Reply
User avatar
fjudde
Posts: 20
Joined: Tue Dec 01, 2015 2:59 pm
Location: Stockholm, Sweden

ShowPointer() function hide pointer for a second?

Post by fjudde »

If I use the function ShowPointer() when the pointer is not hidden, the pointer disappears for a second. Is it supposed to do that? If so is there a way to check the status of the pointer? Or do I have to keep track of the status myself?
_____________________________________
Hollywood 6.1
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: ShowPointer() function hide pointer for a second?

Post by airsoftsoftwair »

No, this definitely looks like a bug. I'll fix this. By the way, I can reproduce this problem on Windows but not on OS3. Which system are you on?
User avatar
fjudde
Posts: 20
Joined: Tue Dec 01, 2015 2:59 pm
Location: Stockholm, Sweden

Re: ShowPointer() function hide pointer for a second?

Post by fjudde »

It's Windows.
_____________________________________
Hollywood 6.1
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: ShowPointer() function hide pointer for a second?

Post by airsoftsoftwair »

Ok, fixed now. Thanks for reporting!
User avatar
fjudde
Posts: 20
Joined: Tue Dec 01, 2015 2:59 pm
Location: Stockholm, Sweden

Re: ShowPointer() function hide pointer for a second?

Post by fjudde »

I just downloaded "HW61_Win32_Setup.exe" from the download area and installed it, then i tested my little code

Code: Select all

Wait(5000, #MILLISECONDS)
Repeat
	ShowPointer()
	NPrint("Showpointer")
	For i = 1 To 10
		Wait(1000, #MILLISECONDS)
		Print(i,".")
	Next
Forever
Maybe I am stupid (Sorry). After 5 seconds when ShowPointer() is called the pointer disappear and won’t come back until I move the mouse, then it's back again until ShowPointer() is called again? Am I missing something?
_____________________________________
Hollywood 6.1
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: ShowPointer() function hide pointer for a second?

Post by Bugala »

What Andreas meant was that he fixed that problem for the next version of Hollywood, which is not released yet, and probably wont be for some time yet as previous update was released only short while ago.
User avatar
fjudde
Posts: 20
Joined: Tue Dec 01, 2015 2:59 pm
Location: Stockholm, Sweden

Re: ShowPointer() function hide pointer for a second?

Post by fjudde »

Ok! I understand. I knew I was missing something. Thanks
_____________________________________
Hollywood 6.1
Post Reply