Browse By Tags

  • Labels, Units and resolution

    I am not a programmer, but I need correct information to entice my programmers to fix this. We have some in-house developed routines. For example, a little routine that places title size text with a separate line under it, same length as the text string…
  • How check which command (some id or something) is currently active in Microstation

    or maybe is possible to disable some microstation commands at runtime (ie trim or extend) I have to limit user to use only commands implemented im my app (to place and/or modify elements). Perfect way is to disable even keyins (PLACE LINE etc..…
  • Issue in mdlTextNode_createEx in V8i

    Hi All, I tried to this mdl function mdlTextNode_createEx() to create multi line text node, but it crashes. As per this post Jeff Marker replied like, mdlTextNode_createEx: There is an issue in this function that prevents it from working with…
  • MDL Function to retrieve design file unit resolution

    Hi All, I'm trying to find the mdl function to retrieve the design file's unit resolution. If anybody can point me in the right direction it'd be greatly appreciated. I'm also trying to retrieve the following settings from TerraScan; Master Unit…
  • Closing the design after creating CAL file

    hi, I've a MDL application, which generates a .CAL file out of the fenced area of .DGN file. So, only the CAL file is generated, i want to close the current deisgn file and redirect to Microstation Manager. I tried to achieve the same, by sending…
  • MicroStation V8i Minimize Event Handler

    I have an MDL Application that looks for the minimize event in MicroStation and minimizes one of my own application windows if the event is caught. I'm using mdlWindow_setFunction (WINDOW_MODIFYEVENTS, myOwn_WindowEvent) , but I no longer recieve an…
  • Cannot Abort Dgn Lib iteration (mdlDgnLib_iterate)

    I cannot get the call back function for mdlDgnLib_iterate() or mdlDgnLib_iterateSpecificDgnlibs() to stop the iteration process. I have tried returning a value other than SUCCESS and it still continues to iterate through the Dgn Libraries found in MS_DGNLIBLIST…
  • Is it possible to use dialog item like V8i task navigation menu for user command ?

    Hi all. Now, I customize user command dialog. Could someone please teach me that Is it possible to use MDL DialogBox item like V8i task navigation menu witch can show and close container items? (like following picture) Or, if it's impossible…
  • Problem with DItem_TextRsc from DialogItemListRsc

  • Reading cell library

    Hi I have a problem reading a cell library that contains cells built up by cells. And the problem only is for cells, no other element types. When I read the library my callback function from the scan critera gets these elements: From cell 1: shape…