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 am looking for a way to get the index from a CTkCombobox, so i can call an object from a list parallel to the combobox entries. But I see .current or so is not configured. Is there any other way/method to retrieve the index int from a CTkCombobox?
Also looking for a way to refresh the combobox as .delete or .entry.delete doesnt seem to be callable..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am looking for a way to get the index from a CTkCombobox, so i can call an object from a list parallel to the combobox entries. But I see .current or so is not configured. Is there any other way/method to retrieve the index int from a CTkCombobox?
Also looking for a way to refresh the combobox as .delete or .entry.delete doesnt seem to be callable..
Beta Was this translation helpful? Give feedback.
All reactions