Manobal Singh Bagady

Results 4 comments of Manobal Singh Bagady

Used the CTkScrollbar in my recent Project. It is a nice feature. I am still looking forward to CTkTooltip. My Project: https://github.com/MSB-s-Projects/Astrologer-s-Stars-GUI Screenshot: ![211187458-22cabd85-586b-4b8a-ae36-8d4cd571d98f](https://user-images.githubusercontent.com/96862518/211192777-aeb266d5-7091-41bc-8fc0-6bb590d5bd81.png) I want to use tooltips in...

> Regarding tooltip: In the meantime i use Hoovertip() from idlelib.tooltip module, and it looks ok > > ``` > import tkinter > import customtkinter > from idlelib.tooltip import Hovertip...

@Wolf-SO I have only tried the tooltip from tkinter tix library, which has the same issues as you mentioned. I use windows 11 only, so I don't know about the...

That's the issue, @bountycortez. That's why I was requesting CTkTooltip because tix is deprecated and doesn't work anymore.