• ISO configuration widget

    From Helmut Giese@hgiese@ratiosoft.com to comp.lang.tcl on Mon Jul 21 20:43:25 2025
    From Newsgroup: comp.lang.tcl

    Hello out there,
    working on a GUI heavy app I feel the need to add some config options
    for the users to modify the appearance of various widgets.
    Since this task will have been accomplished already a thousand times I
    would be grateful for links to examples for inspiration.
    Thanks in advance
    Helmut
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Robert Heller@heller@deepsoft.com to comp.lang.tcl on Mon Jul 21 20:30:44 2025
    From Newsgroup: comp.lang.tcl

    Have a look at: https://github.com/RobertPHeller/ModelRRSystem/blob/master/trunk/Scripts/Common/ReadConfiguration.tcl
    At Mon, 21 Jul 2025 20:43:25 +0200 Helmut Giese <hgiese@ratiosoft.com> wrote:

    Hello out there,
    working on a GUI heavy app I feel the need to add some config options
    for the users to modify the appearance of various widgets.
    Since this task will have been accomplished already a thousand times I
    would be grateful for links to examples for inspiration.
    Thanks in advance
    Helmut


    --
    Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
    Deepwoods Software -- Custom Software Services
    http://www.deepsoft.com/ -- Linux Administration Services
    heller@deepsoft.com -- Webhosting Services
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rene@user4652@newsgrouper.org.invalid to comp.lang.tcl on Tue Jul 22 10:01:45 2025
    From Newsgroup: comp.lang.tcl


    Helmut Giese <hgiese@ratiosoft.com> posted:

    Hello out there,
    working on a GUI heavy app I feel the need to add some config options
    for the users to modify the appearance of various widgets.
    Since this task will have been accomplished already a thousand times I
    would be grateful for links to examples for inspiration.
    Thanks in advance
    Helmut

    Hello Helmut

    Snit, tcl only megawidgets (in tcllib): https://wiki.tcl-lang.org/page/Snit%27s+Not+Incr+Tcl?R=0&O=Snit&W=
    megawidget.tcl oo style (included in Tk/library/megawidget.tcl)

    and you can find many others, try searching "megawidget" in the wiki.

    Regards
    Rene

    PS my own is in tko.tcl under https://chiselapp.com/user/rene/repository/tko --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Helmut Giese@hgiese@ratiosoft.com to comp.lang.tcl on Wed Jul 23 19:51:41 2025
    From Newsgroup: comp.lang.tcl

    Hello René, Robert,
    thanks to both of you. The links were very instructive.
    Helmut
    --- Synchronet 3.21a-Linux NewsLink 1.2