This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Gary73
Recipients Gary73, epaine, gpolo, serhiy.storchaka, zach.ware
Date 2021-06-16.15:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623857247.05.0.957138647147.issue44429@roundup.psfhosted.org>
In-reply-to
Content
Thank you so much for the kind words and help in giving me some direction with these projects.  I am relatively new to Python, object oriented programming and open source collaboration.

I think the 3rd party module probably makes the most sense, because this is how I am currently using it.  The beginning of my code typically looks like this:

from tkinter import *
from tkinterFlow import *

But I will have to look at how to make or publish a module and so forth.  Then I would maintain the module with new releases.

I am also going to study Tk more.  I am fairly certain I can add the flow manager at that level.  Really the flow geometry manager as I have made isn't really a manager on its own.  It uses the grid managers methods.  (it could use the place instead of grid, but I chose grid).  

The main question I suppose would be does the community want a .flow method added to the Widgets in Tk or a 3rd party module?  I think I could make either one, given some time and study.

For now I will look into making the 3rd party module.  This is a skill I need to develop notwithstanding this flow manager project.

My main goal is just to make it easy for someone to implement flow behaviour.

Thanks again to everyone for your time and direction.
History
Date User Action Args
2021-06-16 15:27:27Gary73setrecipients: + Gary73, gpolo, zach.ware, serhiy.storchaka, epaine
2021-06-16 15:27:27Gary73setmessageid: <1623857247.05.0.957138647147.issue44429@roundup.psfhosted.org>
2021-06-16 15:27:27Gary73linkissue44429 messages
2021-06-16 15:27:26Gary73create