BASED library #268
Replies: 2 comments 4 replies
-
Wow, Thank You. |
Beta Was this translation helpful? Give feedback.
-
Apparently I can't actually recreate the crash when I use Remote Dev with VS Code inside WSL2... The internal term in Code should be the same regardless, but Powershell and (Windows) Terminal both updated and was how I was running ttkDesigner before. It might actually be pipx causing a problem since that's how I installed it, but I will mess with it more and make sure to grab any debug logs... But while I have your eyes momentarily, I have a couple random questions: What (if any) alignment properties are supported by TTkLabel? I see it uses LEFT_ALIGN by definition:
So would TTkK.RIGHT_ALIGN or CENTER work? Any Justify support on Label text or should I just make a static Text or Line widget (if possible)? And this is really dumb, but what is the equivalent of For context, I'm trying to justify or center align the text in addition to aligning the full Label widget to the right, but I think I will need to play with the grid and maybe do it that way:
|
Beta Was this translation helpful? Give feedback.
-
Gonna be a spam bot here just to let you know this whole library and tooling is absolute money. I've been (re)learning tkinter/customtkinter for some dumpster fire personal projects lately and came across this and saw the syntax and conventions and couldn't believe it. Epic TUI stylized after the WaReZ ASCII/ANSI art scene from back in my day? Yep. Dummy like me who can understand Ttk code syntax can Plug and Play with this? Yep. I'll be sure to spam a link to whatever I end up making with it. Great work.
Beta Was this translation helpful? Give feedback.
All reactions