Why two lists views and not one with options?
#1
Why not have one List view with options for 'Wrap' and 'Fixed'?

ie

WrapList -

Code:
<control type="list" id="52">
<wrap>true</wrap>
<fixed>false</fixed>

FixedList -

Code:
<control type="list" id="52">
<wrap>false</wrap>
<fixed>true</fixed>

We could choose which type to use via conditionals. Or am I just talking bollocks?
Reply
#2
Hitcher Wrote:Why not have one List view with options for 'Wrap' and 'Fixed'?

ie

WrapList -

Code:
<control type="list" id="52">
<wrap>true</wrap>
<fixed>false</fixed>

FixedList -

Code:
<control type="list" id="52">
<wrap>false</wrap>
<fixed>true</fixed>

We could choose which type to use via conditionals. Or am I just talking bollocks?

i didn't think you could have 2 lists with the same ID. i tried once and got other bugs.
Reply
#3
You could try using conditional includes (I don't know if that actually works)
Reply
#4
jmarshall has told me in the past that although they might look similair the code for them is very different because the wrap list needs to take into account many more variable for offsets and where to place progress bars and offcourse what items need repeadting and so on
Reply
#5
Cheers.
Reply

Logout Mark Read Team Forum Stats Members Help
Why two lists views and not one with options?0