[RPG]Wrap label in table
Posted: Fri Oct 02, 2015 6:06 pm
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
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