I'm trying to create a listbox with a visibleItemCount of more than one (I want a list, not a dropdown), with none of the items in the list selected by default. I've tried everything I can think of, and I'm still seeing the first item selected by default in both IE and the native development browser (it happens to work the way I want in firefox though). I found another post suggesting setting the selected index to -1, then programatically "unsetting" the previously selected item setItemSelected(index, false), but that doesn't work for me either. Anyone have any ideas how I might accomplish this? Seems like it should be easy, but I'm embarassed to admit I've already spent hours trying to get it working.
Thanks, -Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
