ListBox with columns?

BronzeBeard

18-11-2010 05:29:32

Is there a way to create a ListBox with multiple Columns? (using a mixture of 9.5 and 9.7)

Stardragon

07-12-2010 22:04:16

Could you define your problem a little more? :-)

BronzeBeard

08-12-2010 16:11:20

Sure,

Using a list box, i'd like to add multiple sets of data separated by space. Example



Model cost Price Units
Model A $750 $1000 700
Mode lB $550 $800 460




I could do this just with just text, but it's a little bit of work to keep it all fixedwidth columns when you have >25,000 items ;)

kungfoomasta

10-12-2010 11:59:46

Sorry, there isn't a List widget that supports multiple columns. :(

10.8 doesn't have a List widget. You could try 10.1 and use multiple Lists, I suppose. Or take a stab at writing one in 10.8. :D

BronzeBeard

15-12-2010 17:06:41

Sorry, there isn't a List widget that supports multiple columns. :(

10.8 doesn't have a List widget. You could try 10.1 and use multiple Lists, I suppose. Or take a stab at writing one in 10.8. :D



I would try 10.8 if I didn't already have about ~150,000 lines worth of 9.5 sheets already hand written. My understanding is that they're not compatible.

I tried 10.1 before, Actually made a post about it, most of my sheet files were messing up in it.
Anyhoo I'll probably come up with my own solution, I've already made a few bug-fixes and added a few things to my copy of 9.5 already ;)


Once I'm finished with this project, if you still don't have some of the features I need (multi-column list boxes!), I'll add them to your rewrites :P