Page 1 of 1
Mouse Disappears over Button?
Posted: Sun Jun 18, 2006 16:07
by Gf11speed
All of the sudden in my application, the mouse disappears whenever it is over a button. Any ideas as to what is going on? I tried searching the forum, but I did not find anything on this... eventhough it seems like it might be a common problem?
Posted: Mon Jun 19, 2006 00:19
by Rackle
Your look 'n' feel or scheme probably does not define the cursor image for something like "mouse hovering on top". I'm sure someone can give the proper name, unless that's sufficient a tip for you to figure it out...
Posted: Mon Jun 19, 2006 04:45
by Gf11speed
What is the name??? I'm trying to do this but it does not do anything (it does work for editboxes, however, which is where I got it in the first place -- in the .looknfeel file):
Code: Select all
<Property name="MouseCursorImage" value="set:GameLook image:MouseTextBar" />
Posted: Mon Jun 19, 2006 17:24
by Gf11speed
Ok problem solved. I was loading a cursor image that didn't exist after I had renamed some files. Thanks
