Hi how do you resize the tray icon?
Trayicon1.Icon.SetSize(TrayIcon1.Canvas.Width,TrayIcon1.Canvas.Height);
Results in run error: invalid graphic operation.
Also, how does one define which button click for popupmenu eg Linux by default is mouseL windows is mouseR. Software is for multiplatform.
I would leave trayicon popupmenu event blank and use trayicon.onclick event and define from there, but any better suggestion appreciated.
Thanks vm
Alistair.