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
[RPG]Wrap label in table
-
tsupartono
- Posts: 289
- Joined: Wed Apr 18, 2012 10:21 am
Re: [RPG]Wrap label in table
Hi Megumi,
This is a bug in the current version of LongRange for iOS.
It will be rectified in the next version.
This is a bug in the current version of LongRange for iOS.
It will be rectified in the next version.
-
MegumiSawada
- Posts: 268
- Joined: Tue Feb 19, 2013 5:18 pm
Re: [RPG]Wrap label in table
Hi Tony,
Thank you.
Thank you.