Juliette Monsel

Results 21 comments of Juliette Monsel

@royklleung Thanks for the information. I am developing tkcalendar with the latest version of Tcl/Tk (8.6) and Tk 8.6 changelog anounces > a collection of modernizations in appearance and function...

@royklleung Ok, then I have no clue about what's the issue. Can you tell me what the following code prints when you click on the drop-down button? ```python import tkcalendar...

@royklleung Thanks, it means that the click on the drop-down button is well detected so the issue is that the toplevel containing the calendar does not show up. Does `test_date_entry.drop_down()`...

@royklleung Sorry I was not clear enough, the idea was to execute directly `drop_down()`, can you run the following code instead? (Though I doubt the result will be different) ```...

@royklleung Looking on the Internet, I think I found a related bug : https://core.tcl-lang.org/tk/tktview/185c8557d95794af74be. I use `overrideredirect(True)` on the calendar Topevel and it seems that there is a bug in...

@magnuskson I have moved your comment in a new issue #44 since this is clearly an unrelated issue.

Hello, If you have just run the example named 'Calendar with events', then it should work (though the default delay before the message appearance is a bit long). Since it...

Thanks for reporting, I will try to reproduce the issue.

@kqrsn Thanks for the information.

This behavior is not specific to the initialization or to the use of a textvariable. When you click on the drop-down button, the entry field of the `DateEntry` loses focus,...