Mark Clarkstone
Mark Clarkstone
Just a small note, you may want to use "clam" as default style on Linux, "aqua" for Mac and "vista" for Windows, these are all built-in so shouldn't cause any...
TextArea isn't supported by Ttk. ``` mark@mark-desktop2:~/dev/git/HS602/hs602util$ python3 gui.py --ttk default Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.5/tkinter/__init__.py", line 1553, in __call__ return self.func(*args) File "/usr/lib/python3.5/tkinter/__init__.py",...
ValidationEntry using ttk errors :crying_cat_face: . ```2017-11-03 23:49:10,520 appJar:WARNING [Line 251->3619/__removeContainer]: Closing empty container: Connect to Device Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.6/tkinter/__init__.py", line 1702,...
@jarvisteach cool, I shall give it a go once I've redone this controller class & report any issues!
@jarvisteach Do you plan on making ttk widgets the default btw? Once they're all working that is.
Also, constantly moving the window during a pending action causes similar behaviour. I've attached a video showing the issue - I had to zip it as I couldn't upload webm...
Tried the new demo for side menu - got. ```2018-01-06 22:34:15,518 appJar:WARNING [Line 36->2573/setTransparency]: Transparency not supported on LINUX``` ```python Traceback (most recent call last): File "issue342.py", line 36, in...
Yep that worked, however it doesn't play nice with ttk.
I wouldn't say this is a side menu it's more a paged side menu, especially given the previous / next buttons. A side menu would be more akin to ttk's...
> This doesn't seem to be happening in the above example - it looks like it calculates it's position with no text - so slightly off centre - is the...