Page 1 of 2

Disable Open from Google Docs in menu

Posted: Mon Sep 19, 2011 3:44 pm
by Oaktree
Is there an option to disable the new Open from Google Docs option in the menu in the latest release build?

We don't allow our customers to access the mrt files in any manner so the Google Docs option would be confusing to them.

Disable Open from Google Docs in menu

Posted: Tue Sep 20, 2011 1:06 am
by Ivan
Hello,

Please try to set the following options:

Code: Select all

StiOptions.Designer.MainMenu.ShowFileReportOpenFromGoogleDocs = false;
StiOptions.Designer.MainMenu.ShowFileReportSaveAsToGoogleDocs = false;
StiOptions.Designer.Ribbon.ShowMainMenuReportOpenFromGoogleDocs = false;
StiOptions.Designer.Ribbon.ShowMainMenuReportSaveAsToGoogleDocs = false;
Thank you.

Disable Open from Google Docs in menu

Posted: Tue Sep 20, 2011 9:23 am
by Oaktree
I am sorry. I should have been more specific.

I do not see the option for the Web Designer.

I'm looking in the StiWebDesignerOptions.MainMenu options where the other values can be disabled, but I do not see one for Google Docs.

Thanks.

Disable Open from Google Docs in menu

Posted: Wed Sep 21, 2011 2:31 am
by Anton Lozovskiy
Hello,

Which version of Reports Designer do you use? WinForms, Wpf, Flex or Silverlight?

Thank you.

Disable Open from Google Docs in menu

Posted: Wed Sep 21, 2011 9:05 am
by Oaktree
We use the flash based designer (Flex I think).

Declarations below:

Disable Open from Google Docs in menu

Posted: Thu Sep 22, 2011 12:46 am
by HighAley
Hello.
Oaktree wrote:We use the flash based designer (Flex I think).

Declarations below:
Ability to disable Google Docs options in the menu of Designer.Web will ba available in our nearest prerelease 2011.3

Thank you.

Disable Open from Google Docs in menu

Posted: Mon Oct 10, 2011 2:59 pm
by Oaktree
I see the new main menu options in the latest release, but they do not affect anything. Other settings stopped working as well.

These are the main menu options we use and their status:
StiWebDesignerOptions.MainMenu.ShowSaveAs = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowNewReport = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowOpenReport = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowPreview = False <-- Works
StiWebDesignerOptions.MainMenu.ShowExitButton = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowClose = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowOpenReportFromGoogleDocs = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowSaveAsToGoogleDocs = False <-- Does nothing




Disable Open from Google Docs in menu

Posted: Tue Oct 11, 2011 2:36 am
by HighAley
Hello.
Oaktree wrote:I see the new main menu options in the latest release, but they do not affect anything. Other settings stopped working as well.

These are the main menu options we use and their status:
StiWebDesignerOptions.MainMenu.ShowSaveAs = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowNewReport = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowOpenReport = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowPreview = False <-- Works
StiWebDesignerOptions.MainMenu.ShowExitButton = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowClose = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowOpenReportFromGoogleDocs = False <-- Does nothing
StiWebDesignerOptions.MainMenu.ShowSaveAsToGoogleDocs = False <-- Does nothing
Do you use our latest assemblies in your project?
This options works. Please, see attached image.

Thank you.

Disable Open from Google Docs in menu

Posted: Tue Oct 11, 2011 8:19 am
by Oaktree
This was with the SW_2011.10.06_Trial DLLs. Version 2011.3.1102.0.

We reference the following DLLs:

Stimulsoft.Base
Stimulsoft.Report
Stimulsoft.Report.Web
Stimulsoft.Report.WebDesign

Is there a new dependency that we are missing or something that must be stored inside the mrt file for the options to work (all the reports were created 5 months ago)?

Alternately, do the settings have to be processed in a certain order now? We set all the settings during the Page.PreInit event before we load the reports.

I had issues earlier in the day with the project referencing the latest release build even though I used the Installer to uninstall the DLLs from NGEN / Assembly. I ended up having to uninstall the release build through control panel for Visual Studio 2010 to use the latest prerelease DLLs over the release DLLs that I no longer referenced. Could that be related? We use the .NET 4.0 Framework if that makes any difference.

Clearing my browser cache in case it was an issue related to flash did not affect anything.

Disable Open from Google Docs in menu

Posted: Wed Oct 12, 2011 7:03 am
by HighAley
Hello.

We've reproduced your issue. The fix will be in our next prerelease build tomorrow.

Thank you.