Page 1 of 1

[RPG]Wrap label in table

Posted: Fri Oct 02, 2015 6:06 pm
by MegumiSawada
Hi

In DDS, I specified not to wrap the label text in a table as follows(Content.Wrap: False);

A 4 10HTML('
A Type: Table
A Layout.Cols:4
A Col%1
A (
A Name: NO
A Type: BUTTON
A Header.Value: "NO"
A Content.Onclick:COLCLICKED
A Content.ButtonFaceColor: Green
A Content.Color: White
A )
A Col%2
A (
A Name: EMNO
A Type: Label
A Header.Value:"EMPNO"
A )
A Col%3
A (
A Name : NAME
A Type : Label
A Header.Value:"NAME"
A Width: Fill
A Content.Wrap: False
A )
A ')

However, on iOS, the texts are still wrapped.
If you run the same app on Android device, the text won't be wrapped.

Is this iOS specification?

Regards,
Megumi

Re: [RPG]Wrap label in table

Posted: Tue Oct 06, 2015 8:53 pm
by tsupartono
Hi Megumi,
This is a bug in the current version of LongRange for iOS.
It will be rectified in the next version.

Re: [RPG]Wrap label in table

Posted: Wed Oct 07, 2015 11:32 am
by MegumiSawada
Hi Tony,

Thank you.