Extended Translations StringColumn.width doesn't work IOS

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
hauger
Posts: 5
Joined: Fri Mar 04, 2016 3:07 pm

Extended Translations StringColumn.width doesn't work IOS

Post by hauger »

I insert under Extended Translations StringColumn.width.
But under IOS they do nothing, and not show the correct width in another language.
property:
StringGridname.Columns[0].width
column DE = 50
column EN = 100

If I switch to EN the column with is always 50. Under Windows it works fine, only IOS is the problem.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

Will it work if you change manually in code the column width during run time under iOS? May be there is some problem inside realization of this property under iOS?
Best regards,
Igor Siticov.
hauger
Posts: 5
Joined: Fri Mar 04, 2016 3:07 pm

Post by hauger »

Manual works, no problem
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

We've found and fixed the problem. Next version will include this fix.
Best regards,
Igor Siticov.
Post Reply