Page 1 of 1

Dictionary context menu: hide a context menu item only in "Data sources" and not "Var

Posted: Wed Sep 05, 2007 6:40 am
by Fabio Pagano
I need to hide the item "Properties" in "Dictionary / Data sources" context menu, but unfortunately it disappears from "Dictionary / Variables" context menu too (in "Variables" context menu i want to make it appear).

To be clearer, if i right click on on a database field i don't want to see the "Properties" item:

Image

If i right click on a variable field i want to see the "Properties" item:

Image

(I am talking about the "Properties" item as an example, but i need to do this on other items).

Alternatively, to me would be ok to completely disable the "Data sources" context menu and leave the "Variables" context menu.

Thanks.

Dictionary context menu: hide a context menu item only in "Data sources" and not "Var

Posted: Wed Sep 05, 2007 6:49 am
by Fabio Pagano
Sorry, i said:

"Alternatively, to me would be ok to completely disable the "Data sources" context menu and leave the "Variables" context menu"

but is not possible because i need "View data" context menu in "Data sources".

Dictionary context menu: hide a context menu item only in "Data sources" and not "Var

Posted: Thu Sep 06, 2007 2:32 am
by Edward
Sorry we do not see any simple solution of this task.

We need time to provide a solution.

We will inform you in this topic when only one "Property" context menu item may be hidden.

Thank you.

Dictionary context menu: hide a context menu item only in "Data sources" and not "Var

Posted: Thu Oct 04, 2007 1:07 am
by Vital
We have added following properties to StiDictionarypanelService:

Code: Select all

ShowPropertiesForVariable
ShowPropertiesForDataSource
ShowPropertiesForDataRelation
ShowPropertiesForDataColumn 
ShowPropertiesForDataParameter
Thank you.