[CONNECT C++] Possible Issue with CONNECT U5 SDK
I'm including the file:#include <DgnPlatform\DetailingSymbol\DetailingSymbolHandlers.h> and when the compiler runs, I see errors relating to "ViewElementHandlerSubTypes.h". Can anyone confirm...
View Article[CONNECT .NET] MstnPlatformNet Forms Classes
I want to find how to make my C# AddIn project's WinForm a child of MicroStation's main window. Is that possible?While browsing MstnPlatformNet help I came across the Bentley.MstnPlatformNET.WinForms...
View ArticleRE: Resize a rotated rectangle with click and drag
The general approach with element modification is to create a new element that mimics the chosen element. Then, modify the copy until user has finished modifications. Finally, add the copy to your...
View ArticleResize a rotated rectangle with click and drag
I need to develop a program in mdl that will allow a user to resize a rectangle. The user can select any corner point or side and drag to a new position. This would be similar to resizing a window or...
View ArticleRE: [CONNECT .NET] MstnPlatformNet Forms Classes
Hi Jon,[quote user="Jon Summers"]I want to find how to make my C# AddIn project's WinForm a child of MicroStation's main window.[/quote]The question is why you need to do it:If you only need to display...
View ArticleRE: [CONNECT .NET] MstnPlatformNet Forms Classes
[quote user="Jan Slegr"]If you only need to display your dialog without any specific behaviour, you usually don't have to do anything[/quote]The WinForms dialog works but is masked by MicroStation's...
View ArticleRE: [CONNECT .NET] MstnPlatformNet Forms Classes
Hi Jon,I'm not sure if this is what your looking for, but the Winforms created in the Visual Studio Tools for MicroStation CONNECT Edition is inherit from the Bentley.MstnPlatformNET.WinForms.Adapter....
View ArticleRE: [V8i - VBA ] Text without textstyle shows active text style property
Hi Remy,you may want to try the MDL function mdlTextStyle_setTextStyleInTCB to set textstyle None.Please test the following VBA code if this works for you with the V8i version you are using:Declare...
View Article[V8i - VBA ] Text without textstyle shows active text style property
Hello, When using this code : If oElem.IsTextElement Then textStyleName = oElem.AsTextElement.TextStyle.name End IfIf the text element has no text style (textstyle "none"), The textstyle.name property...
View ArticleRE: Setting SWA size with MVBA
Hi,there is no method in MVBA which allows changing the solid working area.Best regards,Artur
View ArticleRE: [CONNECT C++] Possible Issue with CONNECT U5 SDK
Here is my "include" list:#include <Mstn\MdlApi\MdlApi.h>#include <DgnGeoCoord\DgnGeoCoord.h>#include <DgnGeoCoord\GeoCoordErrors.h>#include <Mstn\MstnPlatformAPI.h>#include...
View Article[CONNECT C++] Install Viz Studio 2015 with all C++ Features
As I learned recently, installing a default Viz Studio 2015 does not install all C++ features. You have explicitly to select them. If that surprises you (it did me) then visit discussion groups that...
View ArticleRE: [V8i - VBA ] Text without textstyle shows active text style property
Hello Artur, Yes this works well. Many thanks. I am looking for the same Function for dimension style but I do not find... Remy
View ArticleRE: [connect update 5] SDK Update 5 info
Hi Nenad, I don't know about any such list. There is a list of new features available in SDK readme both for native and managed APIs, MicroStationAPI.chm contains a list of deprecated functions, but...
View ArticleRE: [connect update 5] SDK Update 5 info
Hi Jan,My system is windows 7, VS 2013, NO CLR support. I get all kinds of errors when including PointCloudApi.h#include <PointCloud\PointCloudApi.h>Error example:error C2039: 'OrientedBoxCR' :...
View ArticleRE: [connect update 5] SDK Update 5 info
I guess the only "real test" is to install Visual Studio 2015 and to try to compile your code. After quick search I can see OrientedBoxCR declaration in PointCloudClipHandler.h, but I am not sure...
View ArticleRE: [connect update 5] SDK Update 5 info
Hi JanThanks,I'll try with VS 2015. If still not working, I'll report a bug.thanksNenad
View ArticleRE: [connect update 5] SDK Update 5 info
[quote user="Nenad Poljcic"]Windows 7, VS 2013, NO CLR support[/quote]What do you mean by 'NO CLR support'?[quote user="Nenad Poljcic"]I get all kinds of errors when including...
View Article[connect update 5] SDK Update 5 info
Hi,Does anybody have list/link of fixed issues in SDK for Connect update 5 (10050040)?ThanksNenad
View ArticleRE: [CONNECT .NET] MstnPlatformNet Forms Classes
[quote user="Jan Slegr"]An overall concept is not different from V8i API, so you can also check older examples[/quote]Including the problem that you can't use Viz Studio designer to edit a Form that...
View Article