Page 1 of 1

Horizontal scroll of rightAligned text faulty?

Posted: Thu Sep 12, 2013 2:17 pm
by [-hh]
..........

Re: Horizontal scroll of rightAligned text faulty?

Posted: Thu Sep 12, 2013 3:51 pm
by bn
Hi -hh,

Livecode has problems with right align in certain situations e.g. tab fields with vGrid set to true and apparently as you found out with list fields also.

Usually in a left to right language I would assume that list fields are left aligned.

But here you go: a widget (hack) for a right aligned list field. Please note the properties of the objects and the scripts.

rightAlignedListField.livecode.zip
(2.43 KiB) Downloaded 285 times
kind regards
Bernd

Re: Horizontal scroll of rightAligned text faulty?

Posted: Thu Sep 12, 2013 8:08 pm
by [-hh]
..........

Re: Horizontal scroll of rightAligned text faulty?

Posted: Thu Sep 12, 2013 9:51 pm
by dunbarx
Odd.

Of greater concern to me is that with a field right aligned, it is not possible to shift text that extends beyond the limits of the field by setting the cursor and dragging. In other words, if one has overwide text in a field with "dontWrap" set to "true, with left align you can set the cursor somewhere in the middle of the field, and then click-drag to either side, and any hidden text will be "shifted" into view. This is not possible with right align.

Craig Newman

Re: Horizontal scroll of rightAligned text faulty?

Posted: Fri Sep 13, 2013 9:20 am
by bn
Hi HH

I wholeheartedly agree that LC needs a way to display columnar data with a mix of alignments.
That was what I alluded to with tabbed data.

However I meant list field in the LC sense.
A list where you click on a line and some action takes place.

Kind regards
Bernd

Re: Horizontal scroll of rightAligned text faulty?

Posted: Sat Sep 14, 2013 2:38 pm
by [-hh]
..........