Hi all,
in my operator interface written in CVI 8.0.1 I want to login a TestStand user via TestStand API (I use TS_EngineSetCurrentUser with 0 as user param to log out the current user and then again with the new user as param).
Therefore I must disable the Frontend callback to login a user - here I use the function TSUI_ApplicationMgrSetLoginOnStart with VFALSE.
Unfortunately command line arguments aren't considered any more then. Is there any property set or disabled together with LoginOnStart???
If I enable LoginOnStart again and use an empty (!) frontend callback everything works fine, so this doesn't seem to be a functionality in the normal frontend callback. But this is quite a dirty workaround.
Anybody any suggestions? Any help appreciated...
Regards
Steffen