salvation wrote:i think it should be possible to make this with a small console-app that call octane in minimize(background) mode?
plugin -> (smal console-app named as octane.exe) -> octane_org.exe ??? can this work?
EDIT:
in the manual ist this text as comand-line
"-q, --quiet Start Application without splash and minimized window "
so i think this sould be in the host-plugin
No chance, it doesn´t work...
I have written the plugin for SI in C++ and therefore i have access to the windows api.
Have tested it with some of this parameters:
SW_HIDE, SW_SHOWNORMAL, SW_NORMAL, SW_SHOWMINIMIZED, SW_SHOWMAXIMIZED, SW_MAXIMIZE, SW_SHOWNOACTIVATE, SW_SHOW, SW_MINIMIZE, SW_SHOWMINNOACTIVE, SW_SHOWNA, SW_RESTORE, SW_SHOWDEFAULT, SW_FORCEMINIMIZE, SW_MAX
With notepad it works, it´s also an Octane issue. I has discussed with abtrax for some time about it.
It´s also in work i think...
face