Page 1 of 1

Hide auto refresh option in preview of designer

Posted: Thu Sep 18, 2014 4:34 pm
by paullef
Hello,

Is it possible to remove the auto refresh option in the preview screen of the designer?
Alternative can I remove the complete toolbar for refreshing data from the preview ?

thanks
Paul

Re: Hide auto refresh option in preview of designer

Posted: Fri Sep 19, 2014 6:21 am
by Alex K.
Hello,

Unfortunately, it is not possible.
You can set this option to false from code:
StiSettings.Load();
StiSettings.Set("StiDesigner", "AutoRefreshPreview", false);
StiSettings.Save();

Thank you.

Re: Hide auto refresh option in preview of designer

Posted: Mon Sep 22, 2014 7:41 am
by paullef
Setting the value does not remove the option, so this is not a solution.

thanks
Paul

Re: Hide auto refresh option in preview of designer

Posted: Mon Sep 22, 2014 10:42 am
by Alex K.
Hello,

Unfortunately, it is not possible.

Thank you.