Author Topic: problem with form captio  (Read 3132 times)

Esteban

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
problem with form captio
« 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?

Ondrej Kolenaty

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: problem with form captio
« Reply #1 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.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8083
  • Karma: +118/-20
    • View Profile
Re: problem with form captio
« Reply #2 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.