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…
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…
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…
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…
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…
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 …
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
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
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
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…
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…
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…
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…
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…
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…
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.…