Re: [V8i VBA & MDL] Passing Arguments to MDL Command from VBA
You are using GetCExpressionValue to read status... How about to use SetCExpressionValue to setup public values of MDL Application before executing it?Something like:CadInputQueue.SendCommand "mdl load...
View ArticleRe: [V8i VBA & MDL] Passing Arguments to MDL Command from VBA
sivag75:2. Is it possible to pass more than 1 argument to the mdl command?No. sivag75:3. Is there any other method to pass arguments to the mdl command?When you load your MDL you can pass multiple...
View ArticleSS3 Update 2 SDK
MicroStation V8i SS3 Update 2 is announced.I don't see any news about an update to the development tools. Is there to be an SS3 U2 SDK?By the way, I'm trying to complete the alphabet when using...
View ArticleRe: [VBA] GetPicture from element
Thank you Jon. But I already checked them. I get error 481 only with a picture produced by element.GetPicture method and only when adding to ImageList:Set elem =...
View ArticleRe: mdlWindow_setIconName does not work in native code
Hi Jon, I work with VC 2005and the newest SS3 8.11.9.459 we have attached a little VC2005 test project. The release configuration can be loaded successfully by MicroStation "mdl load testnative"....
View ArticleRe: Stack problems in native code with mdlPattern_hatch() function
Hi Jon,we use the Viz Studio VC2005Kind regards,Willi
View ArticleRe: SS3 Update 2 SDK
The SDK will be posted later this week. The short delay was required for us to work through some delivery details.Thanks,Chris
View ArticleRe: mdlWindow_setIconName does not work in native code
Willi S:we have attached a little VC2005 test projectI built your testNative app.. When I pressed the dialog button I saw a balloon tooltip (see screenshot). Our versions of Viz Studio are identical....
View ArticleRe: Stack problems in native code with mdlPattern_hatch() function
I can not reproduce it - all works fine here...Please post also MicroStation version, used CRT version, OS version an so.But still, you are using C functions, so there should not be any problems with...
View ArticlemdlState_startPrimitiveAndSetPopupMenu() - how to find out if it is already...
Hi all, The title says it all. I have some functionality that calls this function and then later on in the functionality there is a possibility that due to a state function, STATE_RESET, we could...
View ArticleRe: [V8i MDL] Interface Language
If Phil's response did not already help resolve the issue, and depending on how precise you need to be, A general way to determine an installed product language is to look for which language resource...
View ArticleRe: [2004 MDL] edge match
Some MDL functions that you may want to investigate to identify a projected intersection between two elements (to close "gaps") are:mdlIntersect_allBetweenExtendedElms,...
View ArticleRe: [VBA] GetPicture from element
mscomctl.ocx 6.01.9834I've tried to unregister it then register again but no change.
View ArticleRe: VBA wont load - Microsoft Office 2013 compatibility problem?
Ok I'm still having a problem. I had Microsoft Office 2010 on both machines and Microstation V8i. I changed from XP to Windows 7. My IT dept has most everything locked down so I can't install a...
View ArticleRe: [VBA] GetPicture from element
jmarsac:mscomctl.ocx 6.01.9834Try using a different version of the Microsoft Common Controls. Not always the latest is the best when dealing with VBA. VBA is really Visual Basic 5½, so an earlier...
View Article