Page 1 of 1

Configurate the dictionary to modify variables

Posted: Wed Aug 29, 2012 12:37 pm
by lucia_mgv
Hi,

I want to configure the web designer to disable the option of create or modify a dictionary but be able to create a new variable in the assigned dictionary.

I have configurate the following properties:

Code: Select all

StiWebDesignerOptions.Dictionary.AllowModifyDictionary = false;
StiWebDesignerOptions.Dictionary.AllowModifyVariables= true;
But I am not able to achieve the result I want. In the .NET designer I have been able to configure with the following properties:

Code: Select all

StiOptions.Designer.Panels.Dictionary.ShowDictNewMenuItem = false;
StiOptions.Designer.Panels.Dictionary.ShowDictOpenMenuItem = false;
StiOptions.Designer.Panels.Dictionary.ShowDictSaveMenuItem = false;
Is there any way to do it?

LucĂ­a morales

Re: Configurate the dictionary to modify variables

Posted: Thu Aug 30, 2012 12:53 pm
by HighAley
Hello.

Unfortunately, it's impossible now. We have added this problem in our to-do list.

Thank you.