Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Esteban on February 24, 2006, 08:32:31 am

Title: problem with form captio
Post by: Esteban on February 24, 2006, 08:32:31 am
hi we have a problem with the forms captions.
we are from craftware and we are making an addin for EA in Delphi.
the problem is that while we ocuped EA 5 the caption of any form displayed correctly, but in EA 6.1 only appears the first character of the Caption

example
caption:='HELO'

EA 5 caption='HELO'
EA 6 caption ='H'

someone knows how fix it?
Title: Re: problem with form captio
Post by: Ondrej Kolenaty on March 17, 2008, 08:18:47 am
Hi, this post is quite old. Anyway I have the same problem and I am looking also for the solution. What is the characterset/coding used for EA. I have this problem using EA 7.1.
Title: Re: problem with form captio
Post by: Eve on March 17, 2008, 08:31:59 am
I suspect that this is relating to your application not correctly handling wide characters.

The original post would have been around the time that EA switched from separate unicode/non-unicode builds to unicode only.