[RPG]Wrap label in table

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

[RPG]Wrap label in table

Post 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
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: [RPG]Wrap label in table

Post by tsupartono »

Hi Megumi,
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

Post by MegumiSawada »

Hi Tony,

Thank you.
Post Reply