• ISO configuration widget

    From Helmut Giese@21:1/5 to All on Mon Jul 21 20:43:25 2025
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Robert Heller@21:1/5 to [email protected] on Mon Jul 21 20:30:44 2025
    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 <[email protected]> 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
    [email protected] -- Webhosting Services

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rene@21:1/5 to All on Tue Jul 22 10:01:45 2025
    Helmut Giese <[email protected]> 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Helmut Giese@21:1/5 to All on Wed Jul 23 19:51:41 2025
    Hello Ren�, Robert,
    thanks to both of you. The links were very instructive.
    Helmut

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)