royklleung

Results 7 comments of royklleung

I have the same issue on MacOS with Python 3.7.4. I tried the above code with 'clam' theme and I do not see the calendar widget when the drop-down button...

The TCL/TK version ($tcl_version) I'm using is 8.5 and the patch level (patchlevel) is 8.5.9. Thank you for your help. I also tried on Python 2.7 and the dropdown is...

@j4321 Thank you for the response. I realize that when I run `python3 -m tkinter`, Tkinter uses its private version of TK/TCL library which is 8.6. I believe 8.6 is...

Both print output `downarrow`. I combine the above test snippet with original example above as follows: ``` import tkinter as tk import tkinter.ttk as ttk import tkcalendar as tkc def...

I tried but the drop-down calendar does not show. Here is the snippet: ``` def test(event): print("debug1 " + test_date_entry.identify(event.x, event.y)) print("debug2 " + test_date_entry._downarrow_name) test_date_entry.drop_down() ```

I test the above script and the result is the same - that is, no dropdown calendar when pressing the drop-down button.

@j4321 Thank you for your quick response. Yes, my environment is using Tcl/Tk 8.6.8.