RE: Run Code each time when Save Command is triggered
MicroStation V8 default behavior is to save changes to the file w/o need to use File > Save. Knowing each element is saved dynamically your VBA code can use the IChangeTrackEvents interface (see...
View ArticleRE: Run Code each time when Save Command is triggered
Hi Robert,thanks for your idea!Your suggestion makes clear that my description was not very good ...We are using Speedikon Architecture together with Microstation (for some users we use PowerDraft...
View ArticleRE: Run Code each time when Save Command is triggered
[quote user="quasi_modo"]We are using Speedikon Architecture together with MicroStation (for some users we use PowerDraft instead of MicroStation - but I think that this should not make a difference...
View ArticleRE: Run Code each time when Save Command is triggered
At this time I am not familiar with Speedikon (product and code) to be able to provide an indication of what is available. At a higher and more common level I can make 2 suggestions.1. Try recording a...
View ArticleRE: re: CONNECT SDK & Windows 10
[quote user="Alan Orchard"]Has anybody had any success in comping any of the CONNECT SDK examples inside a Windows 10 environment?[/quote]What is not working on Windows 10? When you attempt to build...
View ArticleRE: Automation Error with TAG.Value when reading from Excel
you should update to a newer microstation. I can remember r times where I had an open TR for "Object.gettag()" years ago. IMHO it was fixed some day.
View ArticleAutomation Error with TAG.Value when reading from Excel
I am writing an application to read MS tags from excel, something I have done many many times over the years but I get the following error message when obtaining the value of the tag - Run-time error...
View ArticleRE: [CONNECT C++] empty TextBlock
[quote user="Zhen Li"]I tried to create a text element. I got a return value which says"it did not have the force text node flag".[/quote]If you look in header file...
View ArticleRE: [CONNECT C++] empty TextBlock
Hi,it´s difficult to answer without knowing how textBlock is defined in your example.Here is a small example to create an empty textnode. The underlying textBlock here contains just a Linebreak:...
View ArticleRE: [CONNECT C++] empty TextBlock
[quote user="Artur Goldsweer"]if (TEXTBLOCK_TO_ELEMENT_RESULT_Success != TextHandlerBase::CreateElement(...))[/quote]Typo?
View ArticleRE: re: CONNECT SDK & Windows 10
Hi Alan, MicroStation CONNECT Edition is certified for Windows 10, so there is no reason to expect SDK will not work in Windows 10. As Jon wrote, without knowing what problem do you have (error message...
View ArticleRE: Drop Element
Hi Larry, I assume there is no such option, but to be sure you have to specify what language/API do you use and in what MicroStation version. With regards, Jan
View ArticleRE: Drop Element
You can set the option using VBA SetCExpressionValue("dropOptions.strings",-1,"DROP") or using the BASIC editor' Set a variable associated with a dialog box MbeSetAppVariable "DROP",...
View ArticleRE: Drop Element
[quote user="Maury"]SetCExpressionValue("dropOptions.strings",-1,"DROP")I am sure there is something available in MDL...[/quote]VBA SetCExpressionValue is a wrapper around MDL's mdlCExpression_api....
View ArticleDrop Element
When selecting the 'Drop Element' command in a MicroStation session, the tool settings box offers a selection of element types for the command to operate on. By default, complex and shared cells are...
View ArticleRE: [CONNECT C++] mdlTag_freeValue not in library files
[quote user="Frode Tørresdal"]I would rather not have any memory leakage[/quote]Me neither! I notice that there is a tag value class DgnTagValue, declared in header DgnPlatform.r.h. That class is...
View ArticleRE: [CONNECT C++] mdlTag_freeValue not in library files
For migration purposes this case is (hinted and) handled in: ..\MigrationTools\0811to1000Published.remap:340:\bAttrValue\b!DgnTagValueThe MDL C API has been internally converted to use the new DgnTag...
View Article[CONNECT C++] mdlTag_freeValue not in library files
HiI have som old code that I try to compile on MicroStation CONNECT Edition. This code uses the mdlTag_freeValue function. But I cannot find this function in the library files. Is this missing from the...
View ArticleRE: re: CONNECT SDK & Windows 10
Jon and Jan; On my new Xeon workstation, I put Windows 10 Pro [10.0.14393], MicroStation CONNECT 10.02.00.39, MicroStation SDK CONNECT 10.02.00.39 and Visual Studio 2013 ultimate on a different drive...
View Article