Re: Nested numeric lists that include number of parent list item

2020-02-11 Thread Trevor DeVore via use-livecode
On Tue, Feb 11, 2020 at 11:03 PM Terry Judd via use-livecode < use-livecode@lists.runrev.com> wrote: > Yeah, this isn't helpful either, but while we're on the shortcomings of > ordered lists in Livecode if you render an alphabetically ordered list > using htmlText then it is rendered as lowercase

Re: Nested numeric lists that include number of parent list item

2020-02-11 Thread Terry Judd via use-livecode
Yeah, this isn't helpful either, but while we're on the shortcomings of ordered lists in Livecode if you render an alphabetically ordered list using htmlText then it is rendered as lowercase irrespective of whether you specify type='A' or type='a'. The only way to guarantee that it is right is t

Re: Nested numeric lists that include number of parent list item

2020-02-11 Thread Trevor DeVore via use-livecode
On Tue, Feb 11, 2020 at 7:11 PM Niggemann, Bernd via use-livecode < use-livecode@lists.runrev.com> wrote: > I am not aware that listStyle decimal can show other then 1. No further > sub numbering. > > However one could hack it. Although I know you are not particularly fond > of those hacks... > >

Re: Nested numeric lists that include number of parent list item

2020-02-11 Thread Niggemann, Bernd via use-livecode
I am not aware that listStyle decimal can show other then 1. No further sub numbering. However one could hack it. Although I know you are not particularly fond of those hacks... The code assumes that the listStyle of a field is set (any) will be "skip" afterwards and list depth is also set.

Re: Nested numeric lists that include number of parent list item

2020-02-11 Thread dunbarx--- via use-livecode
: Tue, Feb 11, 2020 4:31 pm Subject: Nested numeric lists that include number of parent list item Hi all, I am working with nested lists in LiveCode using listStyle and listDepth. When using a "numeric" listStyle I get this output in a field: 1. asdf ajsdf asf       1. adsfasdfasdf

Nested numeric lists that include number of parent list item

2020-02-11 Thread Trevor DeVore via use-livecode
Hi all, I am working with nested lists in LiveCode using listStyle and listDepth. When using a "numeric" listStyle I get this output in a field: 1. asdf ajsdf asf 1. adsfasdfasdf 1. asdfasdfasdf I would like to get the following output but I'm not seeing a property that enab