Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: Ho can i addin for microstaiotn v81

$
0
0

Hi Vishal,

[quote user="VISHAL SAXENA"]I am using microstation v8i[/quote]

To be developer requires to be precise! You wrote "microstaiotn v81", which is not MicroStation V8i (in build number language it's 08.11.xx.xx). Don't provide exact detail information increase a threat of mistakes and lost time and it leads to confusion.

[quote user="VISHAL SAXENA"]how can i assign keyin[/quote]

I recommend to use managed code decompiler (e.g. free Telerik JustDecompile) and to evaluate what is real output of your project.

Have no time for playing with the code, but what I relized quickly is that you have

[AddIn(MdlTaskID = "AssemblyMgr", KeyinTree = "AssemblyDataManager.Commands.xml")]

but your file is named

AssemblyDataManager.Commands.XML

Again ... be precise!

But it will not work anyway (on hte other hand at least error message should be displayed), because you define key-in handlers as

<KeyinHandlers>
    <KeyinHandler Keyin="ITEM ATTACH" Function="AssemblyDataManager.KeyinCommands.ItemAttachCommand" />
    <KeyinHandler Keyin="ITEM EDIT" Function="AssemblyDataManager.KeyinCommands.ItemEditCommand" />
    <KeyinHandler Keyin="ASSEMBLY ATTACH" Function="AssemblyDataManager.KeyinCommands.AssemblyAttachCommand" />
    <KeyinHandler Keyin="ASSEMBLY EDIT" Function="AssemblyDataManager.KeyinCommands.AssemblyEditCommand" />
    <KeyinHandler Keyin="ASSEMBLY REMOVE" Function="AssemblyDataManager.KeyinCommands.AssemblyRemoveCommand" />
</KeyinHandlers>

but I see no KeyinCommands in the solution.

With regards,

  Jan


Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>