Hi
I'm using Windows Vista, VS2008, C#.
When trying to remove an item from the combobox by:
combo.get_items().removeAt(index);
I get the following error:
"Object doesn't support this property of method'
What's particularly strange is that this method will show in the Watch window when dubugging Javascript.
I can call other member functions (e.g. combo.get_items().get_count()), just not this one.
Is there something I'm doing wrong?
Kind regards
Mark Eaton
I'm using Windows Vista, VS2008, C#.
When trying to remove an item from the combobox by:
combo.get_items().removeAt(index);
I get the following error:
"Object doesn't support this property of method'
What's particularly strange is that this method will show in the Watch window when dubugging Javascript.
I can call other member functions (e.g. combo.get_items().get_count()), just not this one.
Is there something I'm doing wrong?
Kind regards
Mark Eaton