View Single Post
Old 03-17-2016, 08:35 AM   #205
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,760
Karma: 206758686
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
@rubeus: Tkinter gui stuff can be incredibly tedious and unintuitive for anything other than the simplest of dialogs/tasks. What I've picked up about it has mostly been through Google searches, hours of tedious trial and error, and much, much "code borrowing."

When it comes to placing widgets (geometry management), there are two methods used "grid" and "pack." Both have their pluses/minuses, but both can be used pretty easily (for simple interfaces). The only time you really need to worry about using Frames is when your interface layouts get increasingly complex.

Some sites I've used repeatedly are:
http://effbot.org/tkinterbook/
http://zetcode.com/gui/tkinter/
And of course, Stackoverflow.com.

If you want to create git repositories for your plugins' code, I'd be happy to provide some input/direction/pointers when you get stuck on something.

Last edited by DiapDealer; 03-17-2016 at 08:37 AM.
DiapDealer is offline   Reply With Quote