First - yay a new release well done ;-) Now a WPF Question...
I am using a listbox and in VB.net used TheLisbox.SelectedItem.Content to get the string selected. Try this with IronPython (and after an impressively long traceback) the error is 'AttributeError: 'str' object has no attribute 'Content''. So IP has converted the 'Object' of SelectedItem straight to a string - handy for me but shouldn't it be a ListBoxItem? Thanks, Davy -- Davy Mitchell Blog - http://www.latedecember.co.uk/sites/personal/davy/ Twitter - http://twitter.com/daftspaniel Skype - daftspaniel http://needgod.com
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
