re: CONNECT SDK & Windows 10
Has any body, had any success in comping any of the CONNECT SDK examples (BasicDialogBox) inside a Windows 10 environment?Or is it just me. Within Windows 7, works just fine.
View ArticleRE: [CONNECT C++] empty TextBlock
[quote user="Jon Summers"]Perhaps your TextBlock is empty?[/quote]It's probably easier to ask again and again instead of coding a bit more and to e.g. add ASSERT or to use existing TextBlock API...
View Article[CONNECT C++] empty TextBlock
Hi, I tried to create a text element. I got a return value which says"it did not have the force text node flag".Which command can be used to set "text node flag"?ThanksTextBlockToElementResult...
View ArticleC# example delivered with the latest MSTN Connect SDK
I built 2 c# samples delivered with the latest MSTN Connect SDK: WPFSample & Bentley.DgnIModelNETExample, I got the dlls also the addin loader ma files (under...
View ArticleRE: C# example delivered with the latest MSTN Connect SDK
What happens when you key-in mdl load WPFSample.dll? What messages do you see?[quote user="m gao"]I got the addin loader ma files (under...
View ArticleRE: C# example delivered with the latest MSTN Connect SDK
Hi m gao,[quote user="m gao"] built 2 c# samples delivered with the latest MSTN Connect SDK[/quote]How did you build the samples? It seems there are three options available:using bmakefrom Visual...
View ArticleRE: C# example delivered with the latest MSTN Connect SDK
when I run 'mdl load wpfsample', I got the error 'MDL load : could not load app wpfsample' one thing special in my environment is that I only have VS2013 express, as a result, I have to modify the...
View ArticleRE: C# example delivered with the latest MSTN Connect SDK
[quote user="m gao"]I only have VS2013 express[/quote]Why you don't use Visual Studio 2013 Community Edition? It does not relate too much to the discussed problem, but Community Edition provides nearly...
View ArticleRE: C# example delivered with the latest MSTN Connect SDK
[quote user="m gao"]wdexpress does NOT support 'rebuild' option[/quote]Viz Studio has an internal make file. The build process checks dependencies to find what must be rebuilt. If a dependency is...
View ArticleRE: Drop Element
Further to others' suggestions, you can also preset the "Drop Element" tool using key-in: "set item toolsettings <option> = <1|0>"The only thing with using the "set item toolsettings" key...
View ArticleRE: Automation Error with TAG.Value when reading from Excel
Hi Paul,You may also want to dim your TagElements as Variant in VBA. That approach seems to work well for me and others.One example:
View Article[CONNECT C++] Element Handlers
Hi all,First of all, let me apologize in advance if this comes across as a little incoherent. I'll do my best to state what I am trying to achieve.I am trying to develop an application that can place a...
View Article[C# Connect] Creating Meshes
In the past I have posted about trying to utilize PolyfaceHeader::CreateXYTriangulation in C#, however it is only available in native code.Today, I was looking through the assemblies packaged with...
View ArticleRE: [V8i MicroStationAPI] ElementFacetSet
A couple comments that may be of some help.WRT #1. The MDL example "imodelvisitor" has a method that may be of help called: Reporter::ReportFacetSet. A few key lines...
View ArticleRE: Drop Element
[quote user="Lorys"]For interests sake , what is the limit on characters in a key combination?[/quote]The answer is 42 :)
View ArticleRE: Drop Element
Seriously though, 255 is the limit that you can type into the key-in browser (at least that's what I see on SS3), I would imagine the same limit would apply for accudraw keyin shortcut, hotkeys etc.
View ArticleRE: [V8i MicroStationAPI] ElementFacetSet
[quote user="Robert Hook"]The MDL example "imodelvisitor" has a method that may be of help called: Reporter::ReportFacetSet[/quote]Yes, I'm aware of the iModelVisitor example. The documentation omits...
View ArticleRE: Automation Error with TAG.Value when reading from Excel
Hi Paul, I've encountered this issue previously though the error code was slightly different by 1 digit but the problem was similar i.e. unable to retrieve the tag value and the Automation error within...
View ArticleRE: [V8i MicroStationAPI] ElementFacetSet
[quote user="Jon Summers"]The ElementFacetSet class provides plenty of information about the facets it holds. Unfortunately the methods that reveal the information are sparsely documented in...
View ArticleRE: [V8i MicroStationAPI] ElementFacetSet
[quote user="Brien Bastings"]ElementFacetOptions::GetMaxPerFace, which by default won't triangulate[/quote]So if my class implementsvirtual int GetMaxPerFace () { return 3; }then I'll get triangles?
View Article