Hi! I have my app set to "system tray" mode but it seems you cant minimize and restore it via the built in window actions. even if I get the winhandle again (there is non in system tray?) after minimizing it it does not get restored.
I tried window.hide and window.show but I get this error in debug mode:
TRACE: LastError = 2005 ("Error, could not show window.")
its the same issue, right? It has no winhandle as system tray icon?
but its still shown so I dont know why it says "could not show". Restoring does not work at all.

