Hi all,
I have file geo_example.xml and I want to understand how to work with tools. I opend this schema but I think it is not working correct. There are no extra toolboxes in bentley map which are defined in geospatial administrator user workspace.
Could someone give me a hand with this issue?
Not sure what you maen. There are extra tool boxes defined in the xml schema file under User Workspaces->Workspace(designer)->User Interface->Tools tree item. ( same for the Workspace(dialogs) user workspace also). Is this what youare referring to ?
Yes, exactly. In xml there are 5 toolBoxs:
But when I start bentley map and want to see these toolboxs I cannot find them.
There aren't them here -->
First of all what version of Map are you using ? Second, they should show up in the tools menu at the bottom as " My Geo Tools" Just below the "Tool Boxes" entry in the pull down menu.
HTH
I have version 08.11.09.91. I have "My Geo Tools" but when I click it nothing happend:
Please contact Technical Support and refer to this Forum Thread to file a service ticket. I do get the same error with the same version of Bentley Map, so this does not sound like a issue at your end only. I want to file a Service Ticket so it can get fixed at the product end for the next release.
Thanks
In the geo_example_dialogs sample workspace, the "My_custom_geo_tools" Tool Group has been defined with a ".tax" File Extension criteria as seen in the following:
Because of this those tools would only appear if you open a design file that ends with a .tax file extension. If a design file with .tax is opened then you should see the following (with warnings for missing resource references due to deprecated legacy commands)...
...but hopefully you get the idea.
Regards,
Jeff Bielefeld [Bentley]
In addition this...
...from earlier in the thread is due to the menu definition...
...which issues "nocmd" thus causing the "Unknown key-in or command" message.
Please keep in mind that all user interface items defined in the Bentley Geospatial Administrator will not appear in MicroStation "Tool Boxes" dialog since they are dynamically generated at runtime based upon workspace criteria.
Thank you Jeff - that helped me. I have one more question - is there possible to use, instead of MDL application, VBA ?