-
### Discussed in https://github.com/Akascape/py-window-styles/discussions/27
Originally posted by **shubhwins07** May 13, 2024
In my customtkinter programs(all of them), when I try to implemen…
-
![image](https://user-images.githubusercontent.com/67332442/205220636-8f557de0-f261-49d2-9f05-6f6f206df9e0.png)
After updating customtkinter, the text in my treeview became unreasonably small and it …
-
Here is an image of how the combo boxes are glitched:
![image](https://user-images.githubusercontent.com/110306708/213936634-47ab5011-7a70-4335-9a93-0ba2da2e6d68.png)
I have used pretty average co…
-
Please make Treeview please.
I have been using KivyMD, which has a great UI, but it seems to be less readable compared to CustomTkinker. I am trying to transition my KivyMD project to CustomTinker,…
-
CustomTkinter is a modern GUI that fits my project in my upcoming contest. But there's only one thing. I don't see any Treeview here. Anyone help? I already saw #524 but I don't know how to put the li…
-
btw, **pygubu-designer ROCKZ!** 👍
### Keep the collapsed states of the treeview hierarchy
The collapsing states are not persistent, what they should be, or at least it can be turned on/off via an …
-
Based widget extension right here :shipit: 💯
I'm terrible with python, but CTk and stuff like sv-ttk keeps me hacking away at dumb projects, but my biggest/current project requires a TreeView + s…
-
I am creating data reduction software and the general workflow is to view a list of analysis sequences, select one, and then go to view a plot of raw data. I'm getting this cryptic error when I switch…
-
if simply folder downloaded into direct of my project, i got error " no module nam src"
-
Code:
self.tree.bind("", self.Show_desc)
def Show_desc(self,event):#tree.bind("", Show_desc)
self.y = self.tree.identify_row(event.y)
self.x = self.tree.identify_column(event.…