Recent content by panther7

  1. panther7

    Scripting: Functions - very simply

    Hi, please add advanced choices for scripting. Functions are very simply, because overloading, default variables don’t work and so on. E.g. test(x: string): string; overload; begin ... end; test(x: int): string; overload; begin ... end; or test(x: int = 0): int; begin ... end...
  2. panther7

    Programmatically hide/show system tray? (SOLVED)

    Hi, I would want minimize main window to tray (and back), is it possible? P.S. Please update documentation, because “SetUIProp(“spTrayIcon1”, “IconVisible”, “False”);” isn’t into IconVisible(!).
Back
Top