On 12/6/06, Dave Fugate <[EMAIL PROTECTED]> wrote:
I looked into trying to replace the Python class full of properties with
a list full of tuples. That is, doing something similar to:
#...
data = [
('Joe', 23),
('Bob', 8),
('Thomas', 32),
('Patrick', 41),
('Kathy', 19),
('Sue', 77),
]
#...
grid.DataSource = data
as was suggested in an earlier email. As far as I can tell you're limited
to one-dimensional arrays for the DataSource as is suggested by
http://www.vbdotnetforums.com/showthread.php?t=14657.
That makes sense. Thanks for the clarification, Dave. :-)
--
Patrick K. O'Brien
Orbtech http://www.orbtech.com
Schevo http://www.schevo.org
Louie http://www.pylouie.org
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com