V8i SS4
Subject line says it all. I need a beginner's guide to creating custom tools and task panes.
thanks
required keyin would show something like this:
mdl load BATCHPROCESS; BATCHPROCESS OPEN yourfile.bprc
Ivo Blaauw= = = = = = = = = = = = =Look what the CAD dragged in...
Hi David,
Unknown said:my ignorance is showing
That's definitely not ignorance ... MicroStation always offers more tools, options and ways how to solve a particular need (and some from them are not easy to discover ;-)
Unknown said:I want to create a task pane that primarily runs out of the box Microstation commands.
I agree with Rod there is probably no need to write any line of the code and custom tools plus templates should solve your needs.
To extend Rod's answer:
... the combination of custom tools, element templates and MicroStation key-ins (especially mentioned "set item toolsettings") is really powerful and helpful.
With regards,
Jan
Bentley Accredited Developer: iTwin Platform - AssociateLabyrinth Technology | dev.notes() | cad.point
It doesn't sound like you have to write any code at all.
Example 1 - Sounds a lot like what an Element Template does.
Example 2 - Use Workspace > Customize to create a custom Toolbox with a command button to call your custom batch process.
Both Element Templates and custom toolboxes need to be created in a dgnlib file. For the custom toolbox the dgnlib file has to be referenced in the MS_GUIDGNLIBLIST variable.
Rod WingSenior Systems Analyst
Sorry, my ignorance is showing.
The first category (I think) - I want to create a task pane that primarily runs out of the box Microstation commands. I don't plan to write any more code than I have to muddle my way through to accomplish what I want to do.
Example - I want a tool that sets a certain dimension style and level active for the user, then dimensions a selected element according to parameters: true alignment, automatic location, linear size.
Example 2 - I want a tool that runs a saved batch process calling up the command file from a networked location.
Unknown said:Subject line says it all.
I guess it does not say all, because by "custom tools" (at least) two different topics can be discussed: