Build Your Own Arcade Controls Forum

Software Support => DOS/WinCab => Topic started by: FrizzleFried on May 15, 2007, 05:35:57 pm

Title: How to Make Pointer Invisible
Post by: FrizzleFried on May 15, 2007, 05:35:57 pm
How am I able to make my pointer invisible in WinCab?
Title: Re: How to Make Pointer Invisible
Post by: JustMichael on May 15, 2007, 09:23:13 pm
I opened up the "jukebox.ini" file and inside I found:

# Mouse sets the mode of the mouse.  Mouse = Disabled
# will disable the mouse, Mouse = Enabled will enable the
# mouse with a visible pointer, and
# Mouse = Touchscreen will enable the mouse with an
# invisible pointer.  (If you prefer, you can use Visible
# and Invisible in place of Enabled and Touchscreen.)
#
# Note that touchscreens are currently only supported
# under DOS and Windows XP.

Mouse = Enabled
Title: Re: How to Make Pointer Invisible
Post by: jp on May 18, 2007, 06:13:10 am
i myself had setting : "mouse = disabled"
but at start up (dedicated jukebox ,>power on starts jukebox)
 the mousepointer is still visible (center of screen)
just a movement of the mouse makes it disappear
Title: Re: How to Make Pointer Invisible
Post by: Chris on May 21, 2007, 02:42:16 pm
Try Mouse = Invisible.  Does that help?

--Chris
Title: Re: How to Make Pointer Invisible
Post by: jp on May 22, 2007, 04:42:53 pm
Try Mouse = Invisible.  Does that help?

--Chris

ok, that worked out fine for me ,mouse is gone
thanks
Title: Re: How to Make Pointer Invisible
Post by: Chris on May 22, 2007, 04:45:31 pm
ok, that worked out fine for me ,mouse is gone
thanks
Great!  I'll add the original problem to the bug list... Mouse=Disabled should have worked too.
Title: Re: How to Make Pointer Invisible
Post by: jp on May 23, 2007, 11:23:04 am
"mouse=disabled" works,but i have to move the mouse one time (a little bit) and then the pointer disappears , and stays invisible
Title: Re: How to Make Pointer Invisible
Post by: Chris on May 23, 2007, 12:47:05 pm
"mouse=disabled" works,but i have to move the mouse one time (a little bit) and then the pointer disappears , and stays invisible

You shouldn't have to move it though... it may be a slight variation among mouse drivers.  I should be able to fix it.