Re: [V8i SS2 VBA] Caption Issue
Hi cweber,I tested with the solution in your first link, it works fine in ProjectWise environment. Please following the below steps to use this solution:1. Download the attached test.mvba file and save...
View ArticleRe: [V8i SS2 VBA] Caption Issue
Hi YongAn,That worked thankyou. I didn't include "SetDualScreenAppTitle" correctly.How does this work?I found that the DGN & Model event monitors were not as reliable as this appears to be. Print...
View ArticleRe: MFC modeless dialog show tooltips in Native Code Project
Thank you for your kindly reminding. As your suggestion, I call the dll's "PreTranslateMessage" function successfully. By just do that, doesn't show tooltips yet. I also add the MessageMap (ON_NOTIFY)...
View Article[V8i API or MDL] How do I fill the font table element?
This is just a subsidiary question for another thread.How can I fill the font table element in design file?I need to add font index for currently missing font, which could be resolved in new versions...
View Article[V8i C++] How to get Deleted Elements in V8?
I have a V7 file with Deleted Elements. But those deleted elements cannot be identified insibe ModelTable->Graphics.How to fetch those elements?
View Article[V8 V7 C++] What is Cell Extension in V7? How to get it in V8?
Hi,What is the concept of Cell Extension in V7 Files?Is it relevant for V8 too?
View ArticleRe: [V8 V7 C++] What is Cell Extension in V7? How to get it in V8?
manuagrwl:What is the concept of Cell ExtensionNo idea. Where have you come across cell extension?Why is this a programming question?manuagrwl:Is it relevant for V8?A curious question: until we know...
View ArticleRe: [V8 V7 C++] What is Cell Extension in V7? How to get it in V8?
Hi,I assume you mean cell library format (.cel file extension) under "cell extension"?The format of V7 cell library is proprietary, was never published and is not supported in V8 products (you have to...
View ArticleRe: [V8i C++] How to get Deleted Elements in V8?
manuagrwl:ModelTable->GraphicsWhat is that? manuagrwl:How to fetch deleted elements?Scan the DGN modelCheck the deleted flag using elementRef_isElementDeleted Note that V7 and V8 files are different...
View Article[V8-VBA] Cell rotation about XYZ axes
Hi,In the dgn, some cells are having rotation angle about all 3 axes X Y Z.I want to make the rotation of cells to 0 Degree about all 3 axes.I am trying with the below given code. In the first...
View ArticleRe: [V8-VBA] Cell rotation about XYZ axes
Rotation MatrixObject rotation in 3D is governed by a rotation matrix. This is a common mathematical concept widely used in 3D geometry. When dealing with rotation, prefer rotation matrices to...
View ArticleRe: [V8-VBA] Cell rotation about XYZ axes
Jon, Thanks for the solution.It works fine. Only thing is, Rotation property is Read-Only for Cell Element.So, I'm getting the angle from the inverse matrix and rotating the cell. inverseRotation =...
View ArticleRe: [V8-VBA] Cell rotation about XYZ axes
You should use Transform3dFromMatrix3d and then transform element, because Matrix3dIsXRotationYRotationZRotationScale does not guarantee correct rotation translation. In some cases rotation matrix may...
View Article[V8i MDL] HelloWorld
May be it's a foolish question as it's just a HelloWorld Program..... However, I feel hard to compile it to *.ma even I'm studying Visual C++.The below is the error code. (To solve the previous...
View ArticleRe: [V8i MDL] HelloWorld
don't blame it to the mke file, line 71 is only the next line following the one that seemed to work, but didn't. In your case, line 70 filled a rule to work on a.cpp file. While that rule was...
View ArticleRe: [V8i API or MDL] How do I fill the font table element?
Question is answered in another thread...
View ArticleRe: [V8i MDL] HelloWorld
I thought that the cstdio is from mstn SDK. It seems to me that the VS2008Dir value in environment is correct :"C:\Program Files\Microsoft Visual Studio 9.0". Also, the cstdio is located in "C:\Program...
View ArticleRe: Unable to Resolve mdlScan_saveContext from lib Microstation (built-ins)...
Daniel Christopher: 28 May 2013: Some of the tools I designed using mdl language for (microstation v8) is not even opening in microstation v8i software 12 Jul 2013: I have application (.ma) file...
View ArticleRe: [V8i MDL] HelloWorld
as said before, avoid long windows path names especially if they contain spaces, use their DOS 8+3 counterparts (i.e. c:\progra~2\MI30EB~1\vc\include instead c:\Program Files (x86)\Microsoft Visual...
View ArticleRe: [V8i MDL] HelloWorld
Set VS2008Dir = C:\PROGRA~1\MICROS~2.0\then the result would be:[== Building C:\PROGRA~1\Bentley\MICROS~2\MICROS~1\mdl\objects\HelloWorld.obj, (D:\MDL\HelloWorld\HelloWorld\HelloWorld.cpp) ==]cl...
View Article