Re: [V8i, MDL]Extracting text content correctly
It is somewhat complex, but worked. Thanks again !
View ArticleRe: [v8i SS2] How to Run Macro without Opening DGN.
Thanks Clever. Yes I have also read in the Help that Batch Process can using VBA macro.My question is, how can I use VBA macro as the command file to batch process all my dgn file? Currently it only...
View ArticleRe: [v8i] Applying Rotation and Stacked Fractions to Text Elements
Hihow does this class used?Dim oDimensionStyle As DimensionStyleoDimensionStyle.EnableStackedFractionsI want to apply this in my text element.Thanks.
View ArticleRe: [v8i SS2] How to Run Macro without Opening DGN.
Based on my understanding, the txt file in fact is to store key-in commands.RJ:how can I use VBA macro as the command file to batch process all my dgn file?Use the following format:VBA RUN [Default]Marco1
View ArticleRe: [v8i SS2] How to Run Macro without Opening DGN.
Txt file used by Batch Process contains a sequence of MicroStation key-ins that are used for every opened DGN file / model. In minimum case it can contain one command only, but if required, you can use...
View ArticleRe: [MDL] How to make good use of searching help files?
In addition to Yongan's information there are two other valuable Microsoft CHM tricks of value:Notice the Option button to the right of the Search field on the Search tab. This allows you to apply...
View ArticleRe: [v8i SS2] How to Run Macro without Opening DGN.
Also, You could open design files from within Your VBA macro.a) Open a file as active design file:Set DesignFile = Application.OpenDesignFile (DesignFileName [, ReadOnly [, V7Action]]) b) Open a file...
View ArticleRe: [V8i C# Addin] - How to get a dock panel to size?
I had faced the similar problem earlier. After adding docking functionality the actual size of the form changed to some random height and width. I have used Win32 API to restore the correct size of the...
View ArticleRe: [v8i SS2] How to Run Macro without Opening DGN.
Thanks for all your help. I got it now.
View ArticleRe: Turn Levels On / Off in Nested References
isn’t that answer, the exact codes I posted previously?It still asks select VIEW?????
View ArticleRe: Turn Levels On / Off in Nested References
Keep in mind that you can't turn off the active level.
View ArticleRe: Turn Levels On / Off in Nested References
Im very much aware of that. In fact there are no levels in the model. just nested references.
View Article[V8i MDL] How to design the GUI toolbox & dockable toolbar?
In the vba I don't have such problem. But now in MDL I don't know it's called WinForm or Dialogs..... Any good examples / tutorials for the GUI design such as textboxs, buttoms, dropdown lists etc?
View ArticleRe: [V8i MDL] How to design the GUI toolbox & dockable toolbar?
Hi,how to create own toolox depends what is your target MicroStation version.MicroStation V8 2004 Edition and older versions: All dialog objects including toolboxes are created as DialogItemRsc...
View ArticleRe: [V8i MDL] How to design the GUI toolbox & dockable toolbar?
User Interface Options are Language-DependentLanguageUser InterfaceCommentVBAUserFormsCan use third-party OCX DLLsMDLDialog resource in .r fileYour app. looks like MicroStationMDLMicrosoft Foundation...
View ArticleRe: Turn Levels On / Off in Nested References
Can you package up an example set of files so we can take a look?
View ArticleRe: Turn Levels On / Off in Nested References
Please see attached sample.If you go to the paper space of the intersection. this is where I need to turn levels on and off.Cheers
View ArticleRe: [v8i] Applying Rotation and Stacked Fractions to Text Elements
Hi RJ,I would like to say TextElement and DimensionElement are two different type elements. Your "EnableStackedFractions" property is applied to DimensionElement and I found there are really a lot of...
View ArticleRe: [v8i] Applying Rotation and Stacked Fractions to Text Elements
Mr. FuThe green one is a text node element and the orange one is a text element.Please disregard post # 4, that's mistake.I have scan all the text element and swap the places of metric and imperial...
View Article