• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: python tkinter updating the combo box programmatically

Resolved: python tkinter updating the combo box programmatically

0
By Isaac Tonny on 15/03/2023 Issue
Share
Facebook Twitter LinkedIn

In this post, we will see how to resolve python tkinter updating the combo box programmatically

Question:

When I print the list that I am setting the Combobox to I am getting an updated list based on the available com ports, however the values in the drop down box are not working. I have a feeling that it is because I am using customtkinter…. I really hope not. Does anyone see what is happening here?

Best Answer:

It’s a bug in CustomTkinter library. You can use configure() instead of __setitem__ like this.
What about reporting this here? I’m not a CTk user or developer, but I analyzed the bug. The parameter lists of the configure() methods of the CTk widgets do not conform to the convention of the tkinter base class, as you can see in this and this.

If you have better answer, please add a comment about this, thank you!

Source: Stackoverflow.com

customtkinter python tkinter
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: Java Swing center JLabel in JPanel with two JLabels

27/03/2023

Resolved: How to compare two text files and and change the sign of the data in powershell?

27/03/2023

Resolved: Java Virtual Machines deleted

27/03/2023

Comments are closed.

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.