I can not get the View Control to work with a long Right Click.

I have tried the following article.

https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/39296/how-to-add-the-view-control-short-cut-on-long-right-click-to-your-workspace

It did not work.

I also tried the following from the ViewSet Readme.txt

Viewset.mvba is utilized in the delivered example workspaces by using the right mouse click
and selecting View Control.

The file:

...\Configuration\Organization-Civil\_Civil Default Standards - Imperial\Dgnlib\GUI\Custom_Menu.dgnlib

...is what provides access to this menu system.

Additionally, this variable needs set to activate in your workspace...

MS_VBAAUTOLOADPROJECTS > $(CIVIL_ORGANIZATION_STANDARDS)Macros/ViewSet


Notes: The viewset.mvba macro is calling the xml settings file (ViewControlConfigurations.xml)
that needs to reside in the same folder as the viewset.mvba file unless you use the
config variable shown below. The values in this xml file can be adjusted
but all of the names in this XML file are called by the mvba so the names of the
settings should not be revised. The distances are in percentages of available screen area.
The upper left corner is considered the “0,0” percent location. The bottom right corner is then
the “100,100” percent location.

If you need to put the settings file in a different location, a variable is supported
to locate this file at any desired location.

Example:

VIEWSET_SETTINGS_FILE = C:/My Settings/ViewControlConfigurations.xml

I do get all of the Macros that I can run but, not in the long right click on the screen.

   

Any suggestions?

Parents Reply Children
No Data