Tkinter GUI for multiple pages - Projects #1 - part 2

preview_player
Показать описание
Building a basic class tkinter object to create multiple layers and use them to navigate in a future applications.
The idea for this system was found in this stackoverflow post :
Keep on coding folks !
Рекомендации по теме
Комментарии
Автор

Thank you very much. I was waiting someone explain this script in details as you do and great idea to show the reference in stackoverflow. By the way the author of the script is Mr Bryan Oakley. Your explanation amazing!!

paulokanda
Автор

Oh man this was awesome, you helped me alot! That inheritance plus the controller thing was the thing that I needed! Keepup man! :)

taneliharkonen
Автор

very good!
now has any one figured how to size the frames? I tried with a canvas but did not succeed jet.

vsnduos
Автор

This is running on my pycharm but without the buttons populating on the frame. I have checked line to line code, but am unable to identify the bug.

mrinmayeekalkar
Автор

How to dynamically resize the buttons when windows is resized?

vladgabriel
Автор

I have a quick question... in your line "for p in (Welcome, ...)" despite me having the same code, I'm getting an error that "WelcomePage" is not defined... I was curious if you might have any suggestions on how to resolve this error?

jessicasonner