943,906 Members | Top Members by Rank

Ad:
  • Python Discussion Thread
  • Unsolved
  • Views: 949
  • Python RSS
May 15th, 2009
0

Can I make an Invisible Cursor? (Tkinter)

Expand Post »
I have a nice little Tkinter program but need to make the mouse cursor invisible for parts of it. I have seen ways to make the cursor change to other images, but I need it to actually be invisible. Any help?

P.S. If you think it's impossible that would be helpful to know too.
Similar Threads
aot
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
aot is offline Offline
83 posts
since Feb 2007
May 15th, 2009
0

Re: Can I make an Invisible Cursor? (Tkinter)

wxPython has a wx.CURSOR_BLANK, but I don't think Tkinter has anything like it. The cursor='draft_small' is about the smallest cursor I have used with Tkinter.
Last edited by vegaseat; May 15th, 2009 at 10:02 pm.
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004
May 16th, 2009
0

Re: Can I make an Invisible Cursor? (Tkinter)

Hmm, unfortunately when I tried wxPython I just couldn't get a handle on it. I'd love to work through another tutorial and figure it out, but yeah, unfortunately this whole program is already written with Tkinter (and it's not small).
aot
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
aot is offline Offline
83 posts
since Feb 2007
Jul 31st, 2009
0

Re: Can I make an Invisible Cursor? (Tkinter)

use cursor="none" it deletes the cursor.
I have use it in a frame, when calling the constructor...
IT RULES...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Fistroman is offline Offline
1 posts
since Jul 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Python Forum Timeline: Python Input
Next Thread in Python Forum Timeline: Built-in Functions Not Available





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC