Re: [Tkinter-discuss] busy mouse cursor for application

2019-11-28 Thread Vasilis Vlachoudis
Sent: Thursday, November 28, 2019 15:55 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] busy mouse cursor for application El 28/11/2019 a las 09:59 a. m., Vasilis Vlachoudis escribió: > Hi all, > > how can I display the cursor as the watch for the whole application. > When

Re: [Tkinter-discuss] busy mouse cursor for application

2019-11-28 Thread E
El 28/11/2019 a las 09:59 a. m., Vasilis Vlachoudis escribió: Hi all, how can I display the cursor as the watch for the whole application. When I set it on the toplevel window as self.toplevel.config(cursor="watch") it displays the cursor almost everywhere (I believe where the cursor is "")

[Tkinter-discuss] busy mouse cursor for application

2019-11-28 Thread Vasilis Vlachoudis
Hi all, how can I display the cursor as the watch for the whole application. When I set it on the toplevel window as self.toplevel.config(cursor="watch") it displays the cursor almost everywhere (I believe where the cursor is "") except for the widgets like Entry, Text that have the