RE: [CONNECT C++] Single line of text string
I still can use Windows 98 SDK. How about Bentley?
View ArticleRE: [CONNECT C++]Get current location.
Jan, Maybe my question is accurate. I am not expert of MicroStation. It is only very tiny job of mine. I have no much time to study it. Why I asked question here, I just want to save some time of mine....
View ArticleRE: [CONNECT C++] Single line of text string
Zhen, Just to mention, California DOT has not stopped using MicroStation as they remain one of our larger clients. Their decision to use Autocad has not gone well and MicroStation is still the better...
View ArticleRE: [CONNECT C++]Get current location.
Maybe post the entire code used for placing the element using both methods. Post a screen shot of what you are seeing. What kind of offset are you experiencing? Please be more specific.
View ArticleRE: [CONNECT C++] Single line of text string
Jan, I can not agree with you about following statement: ------------------------- C is very different language than C++. -------------------------"C" is a subset of "C++" language. They are one...
View ArticleRE: [CONNECT C++] Text location was offset
You have "textParam.viewIndependent = 0;" when using the old API and "tbProps->SetIsViewIndependent(true);" with the new API. Other than that, with both of the examples set to the same point and...
View ArticleRE: [CONNECT C++] Text location was offset
Still same basing on your changes. The new CONNECT SDK API TextBlock (new method) also crash Microstation when paste large amount of text. The old "mdlText_Create" works just fine no matter how much...
View ArticleRE: [CONNECT C++] Single line of text string
Hi Maury My Company software product is still using some Windows 98 SDK API and this software product still can run under Window 10. Thanks,
View ArticleRE: [CONNECT C++] Single line of text string
I am not saying it cannot run in Windows 10. Is the software product 64 bit?
View ArticleRE: [CONNECT C++] Single line of text string
California DOT is going to stop using MicroStation and some other DOTs going to stop Microstation if Bentley keep only think about yourself not your customers.
View ArticleRE: [CONNECT C++] Text location was offset
I am thinking the reason of crashing Microstation is that a large amount of pointers created during creating text element not being taken care of. The new code to create text element is coming from...
View ArticleRE: [CONNECT C++] Single line of text string
Jan, If you are a customer of MDL, you would not say this. Please tell me why Microsoft still support Windows 98 SDK? Because Microsoft does not know OOP? or new technology???
View ArticleRE: [CONNECT C++]Get current location.
[quote user="Zhen Li"]Maybe my question is accurate.[/quote]Unfortunately it's not. And it's the reason why Jon provided advices for two the most common situations. And what happened? Nothing. There...
View ArticleRE: [CONNECT C++] Text location was offset
[quote user="Zhen Li"]The new CONNECT SDK API TextBlock (new method) also crash Microstation when paste large amount of tex[/quote]Please be more specific! The current information is prettu useless and...
View Article[CONNECT C++] Text location was offset
Hi,I am using two kind of methods to draw text. I got different drawing.I used old "mdltext_Create" API. The drawing show correctly. DgnPlatform::TextParamWide textParam; textParam.font =...
View ArticleRE: [CONNECT C++] Single line of text string
Hi Zhen,We value 3rd party developer suggestions for improvements and there is a convenient option for submitting an "Enhancement Request" available.To submit a new service request. Navigate to...
View ArticleRE: [CONNECT C++] Single line of text string
[quote user="Zhen Li"]Do you know California Department of Transportation stop using Microstation?[/quote]I don't know why I should take care about California DOT. Not because I don't live in US, but...
View ArticleRE: [CONNECT C++] Single line of text string
A gentle reminder to everyone regarding thread posts. Please read and heed.Communities Guidelines
View ArticleRE: (v8i VBA) Returning the XY range of a shape element to a form
Hi Len,I am not sure if I understand what is your intention fully (but I think it's not necessary) and also the code is quite long, so I am not sure if I took everything and sorry for maybe a bit...
View ArticleRE: (v8i VBA) Returning the XY range of a shape element to a form
[quote user="Len Tillman"]I am writing a VBA code for microstation that will allow the user to select an element and return the max/min XY values to the form[/quote]The solution to passing values...
View Article