[v8i VBA] add link to element
Hi,I want to add a link to an element. I work with mvba in V8i. I have already the next program:Set oPH = CreatePropertyHandler(elm)If Not oPH.SelectByAccessString("Links") Then retValue = "NOT...
View Article[v8i VBA] Creating TextNode with different text styles at each line
Hi!I'm trying create a textnode with different TextStyles for each line, but I can't get it to work.For example: First line with height 50 mm and second line with height 25 mm.I've tried to set the...
View Article[v8i VBA] Set linespacing of textnodes
Is it possible to set the linespacing of textnodes?I have existing textnodes with different text-heights each line and different linespacings. Now I want to apply a specific textstyle to each line...
View ArticleHow use mdlDialog_balloonTextShow or other in VBA
Hello, I've made great progresswith your helptoday(mythirst for learning)leads me tothe next levelI wouldneed someonetoguidemeto use thecommand"mdlDialog_balloonTextShow"tointegrateinto...
View Articlemdl make file
Dear All,I am in process of converting v8 mdl coding to v8i mdl.You compiling I got the error "no rules to build in RSC file. I have attached screenshot for your referenceKindly help me to solve this...
View ArticleProblem with Loading .dll ( Developed Using C# .Net) file from server system...
Dear Sir,I am getting a problem while loading the .dll file from server system.Procedure i am using to load .dll files.1) Workspace -> Configuration -> All(Alphabetical) -> MS_ADDINPATH ->...
View Article[V8i mdl] mdlFile_move is still available?
Hello,I need to use mdlFile_move, but get:error: MDL buil t-in 'mdlFile_move' used but not declared. You probably need to include the appr opriate FDF file.In which FDF file it's stored? For...
View Article[v8i SS2, VBA] Constructing custom linestlyes in code, on the fly
I'd posted about this quite a while back, but never followed up with the results. I've uploaded a utility for generating simple repeating text linestyles.LinestyleGenerator.mvbaRather than attempting...
View ArticleSTATE_TENTATIVE_LOCATE does it still exist?
Hi all, In the app I'm upgrading to V8 I have a function that when it starts it calls mdlState_startPrimitiveAndSetPopupMenu() to start drawing a line string. It also pops up a small dialogue...
View Article[V8i VBA] Non-graphical data for element
Hi to all,I need non-graphical data to element in dgn, and I want do this without database, data will be collected in dgn. Structure of data properties is define in xsd file.I can use tags, XData and...
View Article[V8i C++] Reading/Editting a cell library model to remove instances of nested...
I have a test cell in my library that contains to other models attached to it. When that cell is place in the destination model, the attached models to the intial "cell" modal are also copied in. I...
View ArticleRead Ms Access File (Microstation V8 Using MDL Language)
Dear Sir,1) I want to read Ms Access .mdb file.2) And i must use some commands like ( Ex: Select fieldname from tablename where fieldname = "name"; )3) My final output, i must display some required...
View ArticleHelp for API to fetch DGN V8 DRV data records for an Element.
I am working on DGN V8 APIs.Here I am stuck to fetch the corresponding .drv file record data for a DGN Element.What are the APIs that can be used to get this data from .drv file?
View Article[V8i C++] MicroStationAPI and questions about defining an EditElemHandle
In my tool's header file I have defined a EditElemHandle:private:EditElemHandle m_eehMaster;In the tool's implementation of the OnPostInstall() I read a cell from a library using mdlCell_getElmDscr()...
View Article[v8i VBA]How to check a polygon is a clockwise or antclockwise using VBA
Hi All,I am looking for help on checking whether a polygon is clockIwise or anticlockwise(countor clockwise), if its anticlock wise then,it should mark the circle. Is there any function avaible to...
View ArticleHow to drop text node into its component texts.
Hi, There,I need add some code to an existing MDL program to drop text nodes into their component text.Any suggestions will be greatly appreciated.Ken
View Articleerror in MKE file
Dear All,I am converting v8 mdl to v8i.While compile code I got the error no rules to build (ref the attached screenshot) and also I have attached mke file for your reference. I have created all the...
View ArticleClipboard Copy String To NotePad (Microstation V8 Using MDL Language)
Hi Guys,Please don't get angry for my question.1) Actually i design one tool for measuring Area in Acres.2) I am Displaying Acres in Label Box.3) After Displaying the Acres in Label Box , displayed...
View ArticleError MKE file
Dear All,I am converting v8 coding to v8i coding, while compiling I got the error as shown in the attached screenshot. I have pasted the MKE file for your reference. And I have created environment...
View Article[v8iVBA]How to check a polygon for clockwise or anti-clockwise
Hi All,I am looking for help on checking a polygon direction to identify whether it's captured in clockwise or anticlockwise(counter clockwise) direction using mvba. Is there any function available in...
View Article