• Notification command cyclic behavior

    From meshparts@alexandru.dadalau@meshparts.de to comp.lang.tcl on Fri Jan 9 17:21:36 2026
    From Newsgroup: comp.lang.tcl

    This screenshot https://www.meshparts.de/download/tcltk-notify.png shows
    two notifications that were create with same command but they are different.

    It seems that the "Info" icon (the big I) is hidden every two notifications.

    Could this be a bug of the way the new notification command in
    implemented for Windows?

    These are the basic commands:

    tk systray create -image logo_16 -text MESHPARTS
    package require sysnotify
    ::sysnotify::Send $textmessage "Info"

    P.S.: I could not attache a simple PNG file to this message using
    Thunderbird. Is this a known issue?

    Regards
    Alex
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.lang.tcl on Fri Jan 9 16:45:14 2026
    From Newsgroup: comp.lang.tcl

    On 09/01/2026 16:21, meshparts wrote:

    P.S.: I could not attache a simple PNG file to this message using Thunderbird. Is this a known issue?


    eternal-september doesn't allow any binaries at all, not even small
    widely supported ones. I do not know whether that's a good idea or not.
    It doesn't even allow vCards and they're not even binary.

    once upon a time I might have put it on an ftp server and included an
    ftp URI with a sunset date but the government here seems to have the
    ISPs DoSsing internet services left right and centre.
    --
    Tristan Wibberley

    The message body is Copyright (C) 2026 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Rich@rich@example.invalid to comp.lang.tcl on Sun Jan 11 02:10:54 2026
    From Newsgroup: comp.lang.tcl

    meshparts <alexandru.dadalau@meshparts.de> wrote:

    P.S.: I could not attache a simple PNG file to this message using Thunderbird. Is this a known issue?

    It is known, but not an "issue". USENET text newsgroups don't allow
    binary postings, which rules out all forms of attachments (i.e.,
    automated attachments, creative types /can/ work around some of the restriction but doing so is a manual process for both sender and all receivers).

    And this restriction has been the norm on USENET for just about
    forever.



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kevin Walzer@kw@codebykevin.com to comp.lang.tcl on Sat Jan 10 21:24:55 2026
    From Newsgroup: comp.lang.tcl

    On 1/9/26 11:21 AM, meshparts wrote:
    -a package require sysnotify
    -a ::sysnotify::Send $textmessage "Info"

    The above code isn't part of the tk sysnotify command, so I'm not sure
    what it's doing.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From meshparts@alexandru.dadalau@meshparts.de to comp.lang.tcl on Mon Jan 12 12:12:19 2026
    From Newsgroup: comp.lang.tcl

    Am 11.01.2026 um 03:24 schrieb Kevin Walzer:
    On 1/9/26 11:21 AM, meshparts wrote:
    -a-a package require sysnotify
    -a-a ::sysnotify::Send $textmessage "Info"

    The above code isn't part of the tk sysnotify command, so I'm not sure
    what it's doing.

    Thank you for pointing that out.
    Indeed, I forgot that this command is a wapper around the actual command:

    tk sysnotify "Info" $textmessage

    But the issue stays the same.
    When the above command is repeated the icon corresponding to the "Info"
    option is shown or not shown.

    --- Synchronet 3.21a-Linux NewsLink 1.2