• Re: mdlElement_display

    sathish
    sathish
    Hi, I know that mdlElement_display are deprecated in Microstation XM Edition. you suggest to use mdlTransient_xxx function to highlighting the element Code snippet : ============== int draw_line( DPoint3d pnt[]) { TransDescrP…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Notification of dynamic elements being added/erased, mdlView_setSubstituteElemFunc

    Susan H
    Susan H
    Hello, I'm porting an application which has a native window which tracks a MicroStation view. When dynamics (for example a smart line segment) is added to the MicroStation view, my aplication needs to be notified of those changes, and mirror them…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Disabling Windows [x] close button

    brookejp
    brookejp
    Is it possible to actutally remove the windows [x] (close) button in XM so a users has to close down microstation using a custom button? Thanks John
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • no performance improvement seen after costly hardware update

    Erwin
    Erwin
    In my company GIS applications are very important. To improve performance some 6000 Euro have been spent on a new PC (2x4 core XEONS with 12 MB L2 Cache, Raid Controller, fast memory, etc.). Theoretically the new PC should be at least twice as powerful…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Extracting <SHIFT>ed carriage returns from text nodes

    Piers Porter
    Piers Porter
    Hi folks, I have an old problem with text nodes that's been around since I ported to v8. In MicroStation v8.0-v8.9 (have not tested with V8i yet) there seems to be a distinct difference between text nodes created by hitting <RETURN> between lines…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • MDL compiler include file logic

    MarkSmit
    MarkSmit
    Dear all, I have a problem understanding the logic of the way include files are loaded by the MDL compiler. According to the documentation, the -i switch should be interpreted as follows: -i<dir> Add the specified directory to the list of directories…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: mdlElement_display

    sathish
    sathish
    Hi all, From still i will not get the solution for displaying element. I have attached zip file on this mail. This mdl project line displaying in V7 version but not in V8 XM Edition. Please modify this attached code give to me. Without using …
    • DrawLine.zip
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: mdlElement_display

    sathish
    sathish
    Dear Jon, I am really sorry say still line element not displaying after adding mdlTransient_addElement function. Updated code attached on this mail. Thanks & Regards, V.Sathish
    • DrawLine.zip
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: Programming dimension driven cell with mdl

    Wim - 4Dselect
    Wim - 4Dselect
    Mark, Do you have a definition file for the consLGroup_... functions? I can't seem to find them anywhere. I only have a definition for my (not working) consLGroup_readCellfuntion. Regards. Wim Aerts 4D select
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: Programming dimension driven cell with mdl

    Wim - 4Dselect
    Wim - 4Dselect
    Hi Sam, I get a complaint on two functions, one of them is mdlCell_getFilePosInLibrary and the other is consLGroup_readCell. Both of the functions work with filepositions in cell libraries. Regards. Wim Aerts 4D select
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Dialog box - limiting resizing to one direction (x or y)

    Jarek Kicinski
    Jarek Kicinski
    I'm resizing dialog box (by setting attributes to DIALOGATTR_DEFAULT | DIALOGATTR_GROWABLE | DIALOGATTR_MOTIONTOITEMS) and then some code in the hook function. Is there an easy way to limit dialog box resizing to width (or height) ? In some circumstances…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: mdlElement_display

    sathish
    sathish
    Dear jon, mdlElement_add function without using i want to display the line element. Because Our functionality we construct a temporary line finally we call mdlLinestring_create function. So please tell me without using mdlelment_add function…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: Disabling Windows [x] close button

    brookejp
    brookejp
    Thanks for the reply. All i want it to do is close down the task navigation bar. I understand there is a variable called MS_Exit where you can specify a user command file... to be run on exit,could this be done here.... I have tried to look up info on…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • mdlElement_display

    sathish
    sathish
    Hi, I have problem when using mdlElement_display(). I have attached code snippet on this mail. I am trying to display line element in the dgn but not displaying. The following code works in Microstation V7 very well but not working in Microstation…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: BMAKE Error

    Jan Šlegr
    Jan Šlegr
    Hi Riley, this error message comes from AssertToolSet.mki and it means BUILD_USING_VS2005 is defined but not VS2005Dir in your make process. If you want to build plain MDL application without VisualStudio compiler, you should switch off…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: Disabling Windows [x] close button

    Tony Losego
    Tony Losego
    There does not appear to be events directly tied to opening and closing of Microstation, but there are design file events for load and unload. Below is an example straight out of the help file for VBA for Microstation. (Use the little "?" button in the…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: mdlElement_display

    sathish
    sathish
    Dear Jon, Still line element not highlighting. I am not declared msTransientElmP as global variable you suggested code has implemented. Actual problem is when i picking a first point and second point, it not drawn any line between the points.…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • View related content throughout MicroStation Programming
  • More
  • Cancel