A wonderful series regarding tkinter GUI programming. Probably the best in KZbin. Only thing I cannot understand is why relatively low views and likes. Thank you very much for in-depth tutorials.
@ericolde55773 жыл бұрын
Hi Alan, Thanks for making these in-depth tutorials. It's been a pleasure to learn. Keep up the great work!
@QuarktaschemitSenf Жыл бұрын
Hello, although this is an older video you might be a person who knows the answer to my tkinter question: I have a function that minimizes my tk-inter window at a moment, then the user selects something, and after that the tkinter-window is maximized again. However if the user takes too much time selecting (=if the tkinter window is minimized for too long) you get a bug that shows the maximized tkinter window in all black, not displaying any widgets. I was not able to find a solution on stack overflow or gpt. Do you encountered this issue so far?
@digita1dope2 жыл бұрын
Hi Alan, can you talk about mutithreading with tkinter/python? The last time I messed with these few years ago I switched to Go and never looked back. The issue I had is my GUI was stuck while the other class did some pretty heavy job in multithread. Solution I have not been able to find back then from what I remember is how to run a GUI on a seperate thread (not main), to continue to use my GUI while my program execute in multithread. I found your channel and decided to ask a question. Who knows, maybe you can restore my faith in Python. Thanks.
@johnbateson10045 ай бұрын
Really great stuff in conjunction with the book
@rdbende3 жыл бұрын
Nice video! I love binds! Why didn’t you talk about virtual events generated by the widgets?
@alandmoorecodes35853 жыл бұрын
Just for time mostly. Good call, though.
@sou100mit2 жыл бұрын
Good Sir, still waiting for your next video
@SusanAmberBruce3 жыл бұрын
Thanks for a great video series, very much looking forward to the series that goes with your latest book Python GUI Programming with Tkinter second edition, in particular I am interested in building validating input widgets with ValidatedMixin class