You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a combobox that calls a function when selected, I attached the scrollable list and the combobox doesnt detect a selection, I removed the command from the ctk combobox and put it in the scrollable list and it did register a selection but stopped inserting the selection into the ctk combobox
I had a combobox that calls a function when selected, I attached the scrollable list and the combobox doesnt detect a selection, I removed the command from the ctk combobox and put it in the scrollable list and it did register a selection but stopped inserting the selection into the ctk combobox
code before implentation:
works fine
after the dropdown implentation:
note: I used the cget() because the get() didnt work
The text was updated successfully, but these errors were encountered: