PDA

View Full Version : Window xml lists - more than 1?


stanley87
2008-09-10, 05:27
Hi,

I have a script that requires more than one list on the screen at once.
These lists need all the features a windowxml list offers (removeItem etc).

How can I have 2 or more of these lists?
I tried having a winxml list and a normal list but for some reason, as soon as the winxml list gets an item, it hides any other list.

Any way to do this?
Or future plans to extend the features of winxml lists to normal lists?

jmarshall
2008-09-10, 09:12
You can't currently do this, and no, there's no plans to implement it. You could easily just use a separate list (make sure it's id is outside the winxml defined id's, ofcourse)

Cheers,
Jonathan