SuggestBox doesnt work in IE 6

2010-01-31 Thread forewar
When I try to show suggestion list in Internet Explorer 6, I just get Javascrpt error Invalid class string and suggestion list doesnt appear of course. IE7 and all other browsers work fine. AsyncCallbackArrayList callback = new AsyncCallbackArrayList() { public void onSuccess(ArrayList

Re: SuggestBox: how to change suggestions sort order?

2010-01-29 Thread forewar
Still cant find a solution. Is it possible at all? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

SuggestBox: how to change suggestions sort order?

2010-01-28 Thread forewar
Hello! I have the following problem: I have created SuggestBox element and filled it`s MultiWordSuggestOracle. But when I use showSuggestionList(), my suggestions are displaying in alphabetic order instead of original order. I want to show suggestions depends on their rating, not in alphabetic

Re: Can't inherit com.google.gwt.dev.util.collect

2009-12-30 Thread forewar
Hi all! I also have the same problem and cant find a solution. As far as I know, there is no such module like HashTable, so it cant be inherited. I suppose, the problem is deeper. Maybe somebody will help us... On Dec 24, 9:40 pm, emeded ernimededo...@gmail.com wrote: Hi Jim, I am encountering

Re: Can't inherit com.google.gwt.dev.util.collect

2009-12-30 Thread forewar
Oh, I`ve just changed my library import. Imported java.util.HashMap instead of com.google.gwt.dev.util.collect.HashMap and I works now. But I still dont understand what`s wrong with gwt`s HashMap. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit