Microstation V8i SS3 Customization
I'm trying to remap by F keys to different functions. I want to make a key for rotate view by 3 points and rotate view dynamic.I cannot seem to duplicate the action of selecting the rotate view button...
View ArticleRe: [V8i mdl] error: undeclared variables 'BitMask' and 'levelMaskP'
MDL Header FilesJulia Frid:#include <bitmask.fdf>There are two categories of header files supplied by MDL...Function Definition Files (*.fdf) contain function definitionsHeader Files (*.h)...
View ArticleRe: Microstation V8i SS3 Customization
dcfox341:I'm trying to remap by F keys This Forum deals with VBA, MDL and other programming matters.Please post your question about MicroStation administration to the MicroStation Administration Forum.
View ArticleRe: mbe2vba utility
Actually, what I want to do is convert elemshow.bas from SE for use in V8. I had enhanced it to extract other information from the .dgn files. Maybe there is a similar vba program around that exports...
View ArticleRe: mbe2vba utility
xyz987:I want to do is convert elemshow.bas from SE for use in V8. I had enhanced it to extract other information from the .dgn filesVBA is so much richer than BASIC. It probably contains most of what...
View ArticleRe: Microstation V8i SS3 Customization
dcfox341:No sure how to move a post.As a user, you can not move a post. You need to recreate the post in the correct forum.You should be able to use these key ins:ROTATE VIEW EXTENDED for dynamicROTATE...
View ArticleRe: [V8i C++] Cell Rotation/Skewing and handle display
A possible work-around might be to set the hole bit on the cell headers that you apply the skew transform to.With the hole bit set, the scale handles won't try to use the skewed cell rotation for the...
View ArticleRe: [V8i mdl] error: undeclared variables 'BitMask' and 'levelMaskP'
Jon Summers:BitMaskP levelMaskP = NULL;Thanks a lot for Your help!
View ArticleStrange thing does happen in MDL programming
Hi, There,I am maintaining a MDL application in MicroStation 2004.I found that the following MDL function added some strange attribute the the newly created text element: mdlText_create(&el,...
View ArticleRe: Strange thing does happen in MDL programming
Kenwan:I found that the following MDL function added some strange attributeIt's not unusual for an element to have attribute data. I believe that, in the case of a text element, the attributes contain...
View ArticleRe: [V8i VBA] Convert normal cell to annotation
Thanks Jon, I feel a little bit lost!Sorry my fault, to many Microstation Versions on my PC!You're right MicroStationVBA.chm from 16 Oct 2008 does have that info!
View ArticleRe: [V8i C++] CReating a PopunMenu using IPopupMenuManager
Hello,I've tried your code under 08.11.09.424 and I have the same error. The linker doesn't find the functions. Only the static method works (GetManager).Peter
View ArticleRe: [V8i VBA] Determining DWG Version of Active File
This does not reveal any information about the version of ARX objects in the file - which is critical. The object enablers that read these, will update them to the version of RealDWG loaded. The...
View ArticleTesting Applications for Dual Screens with a Single Monitor System
A recent discussion prompted this post.There is no reason that you cannot open two application windows even though you have only one screen. In fact, with two preferences and two shortcuts, you can...
View ArticleRe: [V8i C++] CReating a PopunMenu using IPopupMenuManager
Bruce, is your project linking in mdlbltin.lib? If so and still revceiving the error could you provide your make file output for us to review?Bob
View Article[VBA V8i] Element.Color
When setting/getting an element's colour with VBA, are we dealing with a Color Table index or a true colour value?VBA Help says:Color PropertyRemarksThe color is represented as an index into...
View ArticleRe: [VBA V8i] Element.Color
When using ApparentColor(mdlElement_getEffectiveSymbology) you only get the Color Table index. To set a element color using the closest match in the model RGB color table you should be able to use...
View ArticleRe: [VBA V8i] Element.Color
Jon,The get/set color methods are equivalent to calling mdlElement_getSymbology/mdlElement_setSymbology, so they will get/set an extended (true color) index. I don't see any VBA api for actually...
View Article[v8i VBA] TextNode to View Independent?
Hi,With VBA I would like to make a text node to be View Independent. I am aware of the Read Only property. Any ideas on how to accomplish this? Ideally, this routine would be adaptable to work...
View Article