regarding issue #98
added new function diagnostics.notify(string title, string message, format args) so you can pop up notifications in the taskbar via python script!
added command line option /t or /tray to start minimized
example usage
freepie.exe /tray "myscript.py" /run
will autorun the script in the tray
diagnostics.notify example usage:
if starting: diagnostics.notify("Starting Script ...")
regarding issue #98 added new function diagnostics.notify(string title, string message, format args) so you can pop up notifications in the taskbar via python script!
added command line option /t or /tray to start minimized example usage
freepie.exe /tray "myscript.py" /run
will autorun the script in the tray
diagnostics.notify example usage:
if starting: diagnostics.notify("Starting Script ...")