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…
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…
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 am not facing any problem in mdlElement_display. But In V7 this code displays the line wheb mouse button clicking. Not shows in XM Edition. it shows hidden line. I want display the line for temporary not using mdlElement _add function.
Code Snippet…
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…
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…
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.…