RE: ILocateCommandEvents abruptly exiting subroutine
[quote user="Darin Rodberg"]I'm working on an implementation of ILocateCommandEvents[/quote]In which version of MicroStation?
View ArticleRE: ILocateCommandEvents abruptly exiting subroutine
I don't see anything wrong with your code. It looks similar to the examples in VBA help. I have rewritten it to clarify the workings and reduce the number of casts...Private Sub...
View ArticleRE: ILocateCommandEvents abruptly exiting subroutine
I tried replacing my existing code with yours (after going over it to make sure it was perfectly modular, which it was). It's exhibiting the exact same behavior, abruptly exiting the sub with no error...
View ArticleRE: ILocateCommandEvents abruptly exiting subroutine
[quote user="Darin Rodberg"]oNode.textLine(1) = txt [/quote]Clearly we should consider that line suspect, but of what I don't know. Try adding some trace statements to show us what's going...
View ArticleRE: ILocateCommandEvents abruptly exiting subroutine
I actually tried exactly that already. The textnode has 1 TextLine, and .TextLine(1) is exactly the text that appears on screen ("55"). The variable txt has exactly the right text, as well (as I'm...
View ArticleRE: ILocateCommandEvents abruptly exiting subroutine
[quote user="Darin Rodberg"]The textnode has 1 TextLine[/quote]I tried your code on a standalone text node, and it works OK. I think the problem may be that the node is inside a cell. You may need to...
View ArticleILocateCommandEvents abruptly exiting subroutine
Hi all. I'm working on an implementation of ILocateCommandEvents and I've encountered a problem where every time I try to modify a textnode contained within a cell, it abruptly exits the subroutine....
View ArticleRE: Getting incorrect color for an extended element(type: 106).
One more observation which might help you is that I installed latest version of microstation(08.11.09.829) and latest Prostructures plugin(08.11.14.195), now through mdl I am getting correct color and...
View ArticleRE: Getting incorrect color for an extended element(type: 106).
Hi Sundar,[quote user="Sundar"]But when I open the dgn file in Microstation I am not able to see the graphic.[/quote]It has to be reported to ProStructures support and developers. As Brien described,...
View ArticleRE: ILocateCommandEvents abruptly exiting subroutine
[quote user="Darin Rodberg"]and I don't know how to edit my post to fix it.[/quote]Under More there is Edit option. In Edit mode you can display HTML format of edited post and to move text from...
View ArticleRE: ILocateCommandEvents abruptly exiting subroutine
Hi Darin, can you poste a sample DGN with at least one instance of edited cell? Regards, Jan
View ArticleRE: Getting incorrect color for an extended element(type: 106).
Hi Jan, Thanks for your quick reply. I reported this to ProStructures group. Regards, Sundar
View ArticleRE: [MVBA SS5] How to revise justification for text node?
Hi Changsong,based on this discussion (despite of it's about CONNECT Edition and slightly different issue) I think now the easiest way to modify text node justification is to use property handler,...
View ArticleRE: [MVBA SS5] How to revise justification for text node?
Yes, property handler is OK. Thanks a lot!"which is equal to change the justification in Element Information dialog", does it mean for all information in the information dialog, we can use property...
View ArticleRE: [MVBA SS5] How to revise justification for text node?
[quote user="Changsong Ling"]does it mean for all information in the information dialog, we can use property handler to revise them, same as we do it manually?[/quote]Yes ... nearly ;-) In my opinion...
View ArticleRE: [MVBA SS5] How to revise justification for text node?
Yes, property handler is the last way I will try. Thanks a lot!
View Article[MVBA SS5] How to revise justification for text node?
Hello All,Justification Property Read/Write MsdTextJustification for TagElement, TextStyle.Read-only MsdTextJustification for TextNodeElement.According to the help, the...
View ArticleRE: [Connect - C++] FenceManager - set clip mode
[quote user="EvanH"] fenceManager.InitFromActiveFence(*fenceParams, false, true, FenceClipMode::Original);[/quote]The confusion may arise from the naming of that method. It doesn't initialise the...
View ArticleRE: [v8 2004 Java] JMDL decompilator
Thanks. But in this case I think I figured out how this tool works so can avoid trying to decompile it.
View Article