Jose Maria Villalba
Jose Maria Villalba
@neerdoc Great post. I'm reading it slowly. Really interesting. @ckolumbus I'm going to check your multiple parents solution. I think that this post is the future of doorstop. @jacebrowning have...
We are using doorstop in this context. It's usefull to maintain traceability. But it's necessary to know the limitations of the tool. One of the limitations that I miss the...
Hi @jacebrowning and @neerdoc ! Sorry for the delay. I will paste the code in the milestone v2.4 (v3.1)
in application.py At line 626 at function def display_extended(self, *_): I've change this line ` self.text_extendedvalue.replace('1.0', tk.END, self.item.get(name, "")) ` to this ` value = self.item.get(name, "") ` ` self.text_extendedvalue.replace('1.0',...