pchela1313
02-09-2009, 09:41 PM
How, can I add items to the dotNet listbox in max 2008? In max 2009 its very simple and its goes something like this:
ListItems = #("Item1", "Item2", "Item3", "Item4", "Item15")
dotNetControl lv "System.Windows.Forms.Listbox"
lv.items.addrange listitems
But in max 2008 and max 9 this method doesn't work. Its says "No method found which matched argument list"
Anyone knows how to add those items to listbox?
ListItems = #("Item1", "Item2", "Item3", "Item4", "Item15")
dotNetControl lv "System.Windows.Forms.Listbox"
lv.items.addrange listitems
But in max 2008 and max 9 this method doesn't work. Its says "No method found which matched argument list"
Anyone knows how to add those items to listbox?
