tkinter widget collection project

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rick.lawson@rbc.com

    tkinter widget collection project

    I, like a lot of developers, have collected a homegrown set of widgets for
    Tkinter.

    Any thoughts on a central repository for Tkinter widgets or widget
    extensions? Stuff that's not in Tkinter or standard extensions like Pmw.

    It would be nice if you could go to sourceforge and download a package
    instead of hunting the Vaults, the Activestate cookbook, googling, etc.

    If there's enough interest I'd be willing to set the project up on
    sourceforge and provide some (limited) manpower towards packaging submitted
    widgets.

    Thanks,
    Rick Lawson

    ------------------------------------------------------------This e-mail may be
    privileged and/or confidential, and the sender does not waive any related
    rights and obligations. Any distribution, use or copying of this e-mail or the
    information it contains by other than an intended recipient is unauthorized.
    If you received this e-mail in error, please advise me (by return e-mail or
    otherwise) immediately.


    =============== =============== =============== ===============
  • Cameron Laird

    #2
    Re: tkinter widget collection project

    In article <mailman.850.10 82566436.20120. python-list@python.org >,
    <rick.lawson@rb c.com> wrote:[color=blue]
    >-=-=-=-=-=-
    >
    >I, like a lot of developers, have collected a homegrown set of widgets for
    >Tkinter.
    >
    >Any thoughts on a central repository for Tkinter widgets or widget
    >extensions? Stuff that's not in Tkinter or standard extensions like Pmw.
    >
    >It would be nice if you could go to sourceforge and download a package
    >instead of hunting the Vaults, the Activestate cookbook, googling, etc.
    >
    >If there's enough interest I'd be willing to set the project up on
    >sourceforge and provide some (limited) manpower towards packaging submitted
    >widgets.[/color]

    Comment

    • klappnase

      #3
      Re: tkinter widget collection project

      rick.lawson@rbc .com wrote in message news:<mailman.8 50.1082566436.2 0120.python-list@python.org >...[color=blue]
      > I, like a lot of developers, have collected a homegrown set of widgets for
      > Tkinter.
      >
      > Any thoughts on a central repository for Tkinter widgets or widget
      > extensions? Stuff that's not in Tkinter or standard extensions like Pmw.
      >
      > It would be nice if you could go to sourceforge and download a package
      > instead of hunting the Vaults, the Activestate cookbook, googling, etc.
      >
      > If there's enough interest I'd be willing to set the project up on
      > sourceforge and provide some (limited) manpower towards packaging submitted
      > widgets.
      >[/color]

      Great idea!

      Maybe it might be even nicer if it was not necessary to download the
      whole package; I was thinking of a page where you could directly copy
      and paste the code of a widget into your application.
      I'm not sure about that, but maybe the Tkinter wiki Cameron Laird
      mentioned might be a good place for that, it might make it easier for
      other people to extend existing widgets (or maybe fix bugs in more
      complex ones).

      [color=blue]
      > Thanks,
      > Rick Lawson
      >[/color]

      Thanks to you!

      Michael

      Comment

      • Rick Lawson

        #4
        Re: tkinter widget collection project

        The wiki it is then, I see your point about being able to pick and
        choose. At least it will be a central place where widgets can
        accumulate.




        klappnase@web.d e (klappnase) wrote in message news:<a7a67196. 0404221035.1d9e 8165@posting.go ogle.com>...[color=blue]
        > rick.lawson@rbc .com wrote in message news:<mailman.8 50.1082566436.2 0120.python-list@python.org >...[color=green]
        > > I, like a lot of developers, have collected a homegrown set of widgets for
        > > Tkinter.
        > >
        > > Any thoughts on a central repository for Tkinter widgets or widget
        > > extensions? Stuff that's not in Tkinter or standard extensions like Pmw.
        > >
        > > It would be nice if you could go to sourceforge and download a package
        > > instead of hunting the Vaults, the Activestate cookbook, googling, etc.
        > >
        > > If there's enough interest I'd be willing to set the project up on
        > > sourceforge and provide some (limited) manpower towards packaging submitted
        > > widgets.
        > >[/color]
        >
        > Great idea!
        >
        > Maybe it might be even nicer if it was not necessary to download the
        > whole package; I was thinking of a page where you could directly copy
        > and paste the code of a widget into your application.
        > I'm not sure about that, but maybe the Tkinter wiki Cameron Laird
        > mentioned might be a good place for that, it might make it easier for
        > other people to extend existing widgets (or maybe fix bugs in more
        > complex ones).
        >
        >[color=green]
        > > Thanks,
        > > Rick Lawson
        > >[/color]
        >
        > Thanks to you!
        >
        > Michael[/color]

        Comment

        Working...