[V8i C] C API for getting values of configuration variables without using VBA?
I need to be able to get the value of configuration variables. I know there is a way with VBA. However, VBA seems like a really old technology... "As of July 1, 2007 Microsoft will no longer offer VBA...
View ArticleRE: [V8i VBA] SetActiveDepthByPoint - doesn't work
I've came back to this project, still have no solution for my issue. ACSManager is nearly what I am looking for, but this working for Active View. I can not determine view for which I want apply new...
View ArticleRE: [V8i VBA] SetActiveDepthByPoint - doesn't work
[quote user="MarcinL"]ACSManager is nearly what I am looking for, but this working for Active View[/quote]I believe that there's but one ACS active at a time. An ACS is just that — a coordinate...
View Article[V8i VBA] SetActiveDepthByPoint - doesn't work
Hello guys,I have problem with set Active Depth by Point method in VBA. Below is my SUBSub SetActiveDepth(View As Long, ElementId As DLong) Dim centroid As Point3d Dim oElement As Element Dim myClip As...
View Article[Connect C++] resource editor
Hi,What you guys use to edit a resource file? For example, edit a dialog box. Best,
View ArticleRE: [Connect C++] resource editor
For most resources you can use a plain old text editor. Look at the examples delivered with the SDK.There never has been a comprehensive dialog box editor for MDL or C++ MicroStation developers. You...
View ArticleRE: VBA data point is honoring cursor location not memory
[quote user="Troy Woodyard"]I am new to programming[/quote]Welcome to the MicroStation Programming Forum!Please follow the MicroStation Programming forum best practices.Identify Your PlatformPlease...
View Article[V8i MDL] Crash when setting Multiline Text item in hook
This isn't a question so much as a bug report for Bentley and a gotcha for MDL programmers.I wasted a day trying to figure out why MicroStation V8i SS4 would crash whenever I tried to set the text in a...
View ArticleRE: [CONNECT C++] Visual Studio 2015 professional
Hi Zhen,[quote user="Zhen Li"]I did some research from website, I did not get clear answer for it.[/quote]It's written in CONNECT Edition SDK readme and I remember it was discussed several times in...
View ArticleRE: [Connect C++] resource editor
Hi Zhen, some additions to Jon's answer: The "resource ditor" is quite wide term, because resource is anyting from localizable strings over icons to dialog boxes definition. In the past MicroStation...
View ArticleRE: [CONNECT C++] Visual Studio 2015 professional
[quote user="Zhen Li"]Visual Studio 2015 professional will work for the Connect C++ MDL, right?[/quote]Wrong. Look at this table of Viz Studio Versions for MicroStation Developers.Why is your...
View ArticleRE: [Connect C++] resource editor
Actually, .r resource file in CE supports auto layout of dialog items.Please see my below two pages for a getting start.
View ArticleRE: [Connect C#] SetCExpressionValue replacement in DgnPlatformNet API?
You can send a keyin as below to turn off this toggle button when the Pan View tool is working. set item toolsettings movecameratoggle=0
View ArticleRE: [Connect C++] resource editor
[quote user="Yongan.Fu"]Actually, .r resource file in CE supports auto layout of dialog items[/quote]Thanks for bringing that to our attention!I found one example (adrwdemo) that includes...
View ArticleRE: [Connect C#] SetCExpressionValue replacement in DgnPlatformNet API?
Thanks for the reply. Any other alternatives using C++?
View ArticleRE: [Connect C#] SetCExpressionValue replacement in DgnPlatformNet API?
If you can use C++, please try the function mdlCExpression_setValueForApp. Below is an example which turn off the select handle in PowerSelect tool's toolsetting dialogbox. CExprValue value; value.type...
View Article[Connect C#] SetCExpressionValue replacement in DgnPlatformNet API?
I am trying to disable the "Move Camera" option in the Pan View dialog. Recording a macro takes shows me that I need to modify the vtSettings.m_viewCmdsMoveCamera variable. In V8i, I would use...
View ArticleRE: [CONNECT C++] Visual Studio 2015 professional
Hi, Thank you very much for reply. Is it possible to get VS 2015 version COONECT SDK? If in the future, you decide to use anther version of VS to compile CONNECT SDK, we have to buy another version of...
View ArticleRE: [CONNECT C++] Visual Studio 2015 professional
Hi Zhen,[quote user="Zhen Li"]Is it possible to get VS 2015 version COONECT SDK? [/quote]It'ss probably a misconception how C++ application are built and how applications for MicroStation works....
View Article[CONNECT C++] Visual Studio 2015 professional
Hi,I did some research from website, I did not get clear answer for it.Visual Studio 2015 professional will work for the Connect C++ MDL, right?Best,
View Article