Page 1 of 1

No Start Page option ?

Posted: Fri May 13, 2022 2:38 pm
by toddsou
Hi,

I'd like the SPS client to launch such that the typical Start Page/browser MDI window is never opened.

Is that an option? registry setting? user.config setting? select.exe.config option? cmdline flag ?

I understand I can always launch it again from the application button's menu, if needed.
But I'd like to avoid it entirely during startup.

I see from the SDK I can replace it with my own Tool Window via registering something with the factory as a lower priority, but I'm hoping there is an easier way via simple configuration.... ?

Thank you.

-Todd

Re: No Start Page option ?

Posted: Mon May 16, 2022 11:55 am
by BobRichards
Sorry but I did not find a way to do that.
  • I looked in the code for any command line options but there are none.
  • I tried a custom webpage with javascript "close()" variations but they always closed the entire app.
  • I looked in the code for any magic names to use for the custom webpage that would have the desired effect but there were none.