RE: [v8 2004] Java Error: Assistive Technology not found
Solved. Commenting all lines in "C:\Program Files\Bentley\Program\PowerDraft\jmdl\lib\accessibility.properties" did the trick.
View ArticleRE: [MVBA SS5] How to revise justification for text node?
I tried textnode.getsubelements, then revise the sub text elements, it works indeed. But there is a problem still. For example, I revised justification of each sub text element, after sub text.rewrite,...
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: [v8 2004] Java Error: Assistive Technology not found
Next problem. Are there any tools to decompile jmdl to at least some pseudocode?
View ArticleRE: [v8 2004] Java Error: Assistive Technology not found
[quote user="Oto"]Are there any tools to decompile jmdl[/quote]New question, new thread please!
View Article[v8 2004] Java Error: Assistive Technology not found
Need to run an old Java jmdl app to check if the functionality could be ported to vba. Unfortunately I get error - java.awt.AWTError: Assistive Technology not found:...
View ArticleRE: Getting incorrect color for an extended element(type: 106).
Thanks Jan and Brien. I posted the question to ProStructures group. I will update this thread once they reply. Could you please let me know how could you correct the range? Regards, Sundar
View ArticleRE: [v8 2004 Java] JMDL decompilator
JMDL was the J in MicroStation/J. It was a built-in Java engine for MicroStation with some extensions to make it work with MDL structures.JMDL was initially a V7 technology. [Edit] It was deprecated...
View Articlecreate Linear Form by c# ,AECOsim
using AECOsim Building Designer ,I want to add TF Linear Element to model reference ,is it possible programmatically ? TFFormRecipeLinearList formList = Program.tfApp.CreateTFFormRecipeLinear();...
View ArticleRE: [CONNECT C++] Reading ItemType Data from an Element
Why not simply use the version of GetValue() that takes a string? itemInstance->GetValue(ecvalue, "MyPropertyName");
View ArticleRE: [v8 2004 Java] JMDL decompilator
It has mclass extension and works in v8 2004 edition so it is not JMDL? Also it contains references to mjava which I suppose were original source file name.
View Article[CONNECT C++] Reading ItemType Data from an Element
I've got an element with an ItemType attached. I want to get the value for a specific property of that ItemType. I can get a DgnECInstancePtr for a specific ItemType that is on the element. The issue...
View ArticleRE: [v8 2004 Java] JMDL decompilator
Hi Oto,in this case, I have to disagree with Jon a bit: It's true JMDL was promoted in a time of MicroStation/J, but as visible from your previous question, it still existed in V8 2004 Edition. True is...
View Article[v8 2004 Java] JMDL decompilator
Are there any tools to decompile jmdl to at least some pseudocode?
View ArticleRE: Getting incorrect color for an extended element(type: 106).
[quote user="Sundar"]Could you please let me know how could you correct the range?[/quote]I am not sure if it works with extended type also, but there is fixrange utility available in MicroStation. It...
View ArticleRE: tfCom VS Stfcom
I don't know about any other documentation than VBA documentation (like tfcom.chm). I don't know if VBA examples are delivered with AECOsim Building Designer, so the questions should be posted here to...
View ArticleRE: Getting incorrect color for an extended element(type: 106).
[quote user="Jan Slegr"]It can be started with key-in mdl load fixrange.[/quote]This is what I used...but I don't know what will happen when the ProStructure's element handler is available because it's...
View ArticleRE: ILocateCommandEvents abruptly exiting subroutine
Please note that the final line of the code is supposed to be plain text, part of the post. I don't know why it didn't recognize that, and I don't know how to edit my post to fix it.
View ArticleRE: ILocateCommandEvents abruptly exiting subroutine
See the last line in the code block. I tried to put it outside of the code but it didn't work, I couldn't preview to check, and now I can't edit the post.
View Article