Post by R.WieserT,
Post by TPost by R.WieserBy the way, which Windows version are you working on/for ? I forgot.
All of them!
Hmm... There goes my "Most users will only have the Home edition"
assumption. :-)
But in that case I think its even more important to take the "least common
denominator" into account, and take all the "extra" stuff with you(r
program) yourself.
A basic timed messagebox isn't that hard to make in any of the current
programming (as opposed to scripting) languages.
And although I'm not sure if all those OS versions (still) support it, you
could also think of using an .HTA based messagebox (using IE but with more
permissions). Not pretty, but might work.
Post by TI am I.T. support to small businesses.
And as such programming too ? Not a bad job I would say. :-)
Regards,
Rudy Wieser
Hi Rudy,
One of the guy's on the Raku group wrote me an example
of GTK (Gnome Tool Kit) for a notify function with
a time out. But I have not had time to check it out
or thank him for that matter.
Now GTK has a library for Windows and both my W7 and
W-Nein, oops, W10 both respond to GTK calls and I
do not remember installing the GTK Tool Kit. I
know gsmartcontrol installs it, but I never installed it
on my virtual machines. Something to investigate.
Maybe Git installed it. Raku required Git.
Also, there is a Raku module for interfacing with Gnome's
Glade tool kit, which allows you to design dialogs.
https://glade.gnome.org/
And the nice thing is that GTK is cross platform.
-T