[CONNECT C++] TextBlock location and size
Hi,I double checked class textblock methods. I did not find out there is any methods to set textblock size. Is there any way to set every run of text location?Best,
View ArticleRE: [CONNECT C++]Get current location.
[quote user="Zhen Li"]Is there any method to get current mouse or cursor location?[/quote]When your primitive command (for example, a class that inherits from DgnPrimitiveTool) is active, the dynamics...
View ArticleRE: [CONNECT C++] Single line of text string
[quote user="Zhen Li"]I just need print out just one line of text. Is there a simpler way to print out single run of text?[/quote]#include <deprecated10_0.fdf>Call mdlText_create().Deprecated...
View ArticleRE: [CONNECT C++] Single line of text string
Please, please, please don't delete "mdlText_create()".
View ArticleRE: [CONNECT C++] Single line of text string
[quote user="Zhen Li"]Please, please, please don't delete "mdlText_create()"[/quote]It's no use pleading with me: I don't work for Bentley Systems.MicroStation's text API, prior to CONNECT, has had too...
View ArticleRE: [CONNECT C++] Single line of text string
Thanks Jon, I think you have connection with Bnetley. Can you report our(Microstation MDL developers) needs to Bentley? Textblock makes simple stuff complicate. I think there are 95% chances to create...
View ArticleRE: [CONNECT C++]Get current location.
The AccuDraw dialog shows X, Y, Z values. How can I get those values, when I drop my drawing to uM?My text location is offset a value. I think my new text coordinates system is not same with uM.
View ArticleRE: [CONNECT C++] Single line of text string
I can still use Windows 98 SDK functions now. I strongly recommend Bentley to keep "mdlText_Create" function.
View ArticleRE: (v8i VBA) Returning the XY range of a shape element to a form
[quote user="Len Tillman"]I have had some problems making sure the commands accept only shape or complex shape files[/quote]I assume that files is a typo.You've correctly set your CreateLocateCriteria...
View Article(v8i VBA) Returning the XY range of a shape element to a form
I am writing a VBA code for microstation that will allow the user to select an element, the macro will determine if it's a shape or complex shape, and return the max/min XY values for the entire...
View ArticleRE: [CONNECT C++] Single line of text string
[quote user="Zhen Li"]I think you have connection with Bentley[/quote]As I've mentioned elsewhere, I have no connection with Bentley Systems. Like you, I'm an independent developer.
View ArticleRE: [CONNECT C++]Get current location.
[quote user="Zhen Li"]How can I get those values, when I drop my drawing to uM?[/quote]That question is incomprehensible! What is uM? What do you mean by drop my drawing?
View ArticleRE: [CONNECT C++] Single line of text string
[quote user="Zhen Li"]The text block is too complex for simple use.[/quote]It's completely personal opinion and from all reactions in all related discussions in last days it's quite clear you are the...
View Article[CONNECT C++] Single line of text string
Hi,The text block is too complex for simple use.I just need print out just one line of text. Is there a simpler way to print out single run of text?Best,
View ArticleRE: [CONNECT C++]Get current location.
[quote user="Zhen Li"]The AccuDraw dialog shows X, Y, Z values. How can I get those values, when I drop my drawing to uM?My text location is offset a value. I think my new text coordinates system is...
View Article[CONNECT C++]Get current location.
Hi,Is there any methods to get current mouse or cursor location (Coordinates)?Thanks
View Article[CONNECT MicroStationAPI] IViewManager::LoadSpriteFromRsrc missing
The MicroStationAPI documentation about Sprites mentions static method IViewManager::LoadSpriteFromRsrc(). However, that function is not available in any public header file.Shouldn't that function be...
View ArticleRE: (v8i VBA) Returning the XY range of a shape element to a form
Alright, I think we're moving in the right direction. Also, I think I need to explain a bit more what I'm doing. I need to be able to take any kind of shape or complex shape element and find the XY...
View ArticleRE: [CONNECT C++] Single line of text string
Jan Did you tried using "TextString" to create an element? Because I read following, I started trying to use another method to create text. --------------------------------- Used to draw a single-line...
View ArticleRE: [CONNECT C++] Single line of text string
Do you know California Department of Transportation stop using Microstation? A good product should always think about its customers not yourself. Customers first, yourself second.
View Article