Re: GWT Internet Explorer ListBox issues (dropdown items are chopped)

2012-11-29 Thread Yogi
Hi, I am facing the same problem in IE 8. Does anybody have any solution to this problem. Regards, Yogi On Tuesday, July 5, 2011 10:11:52 PM UTC+1, Chicones wrote: I currently have the same problem. I've made some google searches and I've only found js fixes, e.g., with jQuery. But I'd

How to use Mockito for testing Async calls?

2011-08-11 Thread yogi
Hi all, I want to know how to use Mockito for testing Async calls. I went through few blogs, and I am not sure it is implemented and how it runs. For instance, if I have an server implementation as: public class GreetingServiceImpl extends RemoteServiceServlet implements GreetingService {

Re: MAC compatible

2010-01-12 Thread Yogi
http://code.google.com/webtoolkit/gettingstarted.html#installing On Jan 9, 6:31 am, fmac81 fma...@gmail.com wrote: Is the Google SDK MAC compatible?  It is a .zip file and does not work on my mac. Thanks -- You received this message because you are subscribed to the Google Groups Google Web

Re: MAC compatible

2010-01-12 Thread Yogi
http://code.google.com/webtoolkit/gettingstarted.html#installing On Jan 9, 6:31 am, fmac81 fma...@gmail.com wrote: Is the Google SDK MAC compatible?  It is a .zip file and does not work on my mac. Thanks -- You received this message because you are subscribed to the Google Groups Google Web

MultiWordSuggest Help

2009-05-06 Thread Yogi
I have a suggestbox with MultiWordSuggestOracle. I need to type in name which is firstName + +lastname and when user selects a item, i want the replaced text to be the id of the user. I am not sure how to implement this. Thank you all for your help