RE: MDL ComboBox in Remote App
Hi Robert, I don't know answer, but can you please specify MicroStation version / build you use and also if your MDL is old pseudocode ma or native code application? I am afraid it's not supported...
View ArticleRE: MDL ComboBox in Remote App
Hi Jan, We use Microstation V8i (SELECT series 3) Version 08.11.09.459. The problem occurs also in series-4. I'm not sure whether we use old pseudocode or native code (I'm not an expert in this)....
View ArticleRE: MDL ComboBox in Remote App
[quote user="Robert Jozef Kock"]It's very similar to C and the compiler converts the ".mc" files in ".mo" while the linker creates the ".ma" files[/quote]The apps. are built as MDL macros that are run...
View ArticleRE: MDL ComboBox in Remote App
Hi Robert,[quote user="Robert Jozef Kock"]Anyway, it's very similar to C and the compiler converts the ".mc" files in ".mo" while the linker creates the ".ma" files.[/quote]So they are pseudocode...
View ArticleRE: MDL ComboBox in Remote App
The problem does not occur if we use the old fashioned Remote Desktop Connection. It only happens within the Remote-Desktop-Web-Access (both Internet Explorer and Chrome). By the way, the server is NOT...
View ArticleRE: MDL ComboBox in Remote App
[quote user="Robert Jozef Kock"]We're looking for a work-around which does exist for C# (the one I mentioned before).[/quote]I am afraid such workaround does not exist, but I assume only somebody from...
View ArticleMDL ComboBox in Remote App
Within our production environment we use Bentley Microstation with lots of custom applications written in MDL (.ma)The end-users open a Remote Desktop on a terminal server and run Microstation within...
View ArticleRE: typeMask CellElement C++
I have found that the issue is not with the scanner. I am able to select any element. Instead, I think that the level name is not set on a cell element.Anyways, I am not sure how I am able to...
View ArticleRE: typeMask CellElement C++
Hi,[quote user="HDR_Coder"] think that the level name is not set on a cell element.[/quote]Yes, it's correct. Cell is created by cell header that defines the cell parameters and by the cell content....
View ArticleRE: typeMask CellElement C++
[quote user="HDR_Coder"]I am not sure how I am able to identify the level name of the cell element...[/quote]As Jan wrote a cell element (cell header element, to be precise) doesn't have a level.[quote...
View ArticleRE: typeMask CellElement C++
I was able to get this working using mdlElmdscr_operation. The code iterates through the cell element's children. If any of the children's level's contain the substring, then it highlights the entire...
View ArticleRE: typeMask CellElement C++
Short comment: I see you use file position. It's not good.Copy-paste from BDNZine (2006):filePos is obsolete The entire filePos-based API is obsolete -- there is no good reason to use it for new code....
View ArticletypeMask CellElement C++
My scan works well, but not all all elements (C++). In particular I am having trouble getting a hold of cell elements. Does this have something to do with my scan being for linear elements, i.e. I...
View Article[V8i C++] Locating elements using MStnElementSetTool
I'm attempting to "simplify" the element selection process for my tool. In my model I will have cells whose origin lie atop linear elements. I want to be able to determine the "intersection" of the...
View ArticleRE: Is there a way to sequentially number a selection set?
Karsten has made something similar which may work for you or be adapted.....watch video and down load no real instructions but you could email / pm Karsten for instructions or additional help....
View ArticleIs there a way to sequentially number a selection set?
Hello all - I was wondering if there is a macro / vba out there that could do the following task:On our Pile Location Plans, we number each pile from 1 to how ever many there are (sometimes up to 300...
View ArticleRE: [V8i C++] Locating elements using MStnElementSetTool
The problem with this approach is that locate will only find overlapping elements within locate tolerance of the cursor location. Locate first identities the candidate elements, then we evaluate the...
View ArticleRE: (v8i VBA) Returning the XY range of a shape element to a form
Ok! So the simple answer was that there was no simple answer. I finally ended up realizing that I could write data directly into the text fields on the form from the class modules. Then I could grab...
View Article(v8i VBA) Returning the XY range of a shape element to a form
I am writing a VBA code for microstation that will allow the user to select an element, the macro will determine if it's a shape or complex shape, and return the max/min XY values for the entire...
View Article