Re: FormPanel submit() displays popup

2012-08-18 Thread ksurakka
Hello, I also had same problem, FormPanel opened popup instead of calling SubmitCompleteHandler. To fix this I had to add FormPanel widget into my page. NOT WORKING pseudo code: FormPanel formPanel = new FormPanel(); Panel inputPanel = ...some panel... formPanel.setWidget(inputPanel) FileUpl

Re: Deferred binding, how to see generated java source code?

2011-12-01 Thread ksurakka
Thank's Juan, there is -gen compiler option that will do the job. Best regards Kari Surakka On 25 loka, 20:36, Juan Pablo Gardella wrote: > I think you can use gen parameter in gwt > compiler<http://code.google.com/intl/es/webtoolkit/doc/latest/DevGuideCompilin...> > &

How to override style for scrollbars in CustomScollPanel ?

2011-11-10 Thread ksurakka
Hello, Scrollbars in CustomScrollPanel are semi transparent until mouse hovers over them, there is fade in/out effect. Effect is defined in file: com/google/gwt/user/client/ui/NativeVerticalScrollbarTransparent.css I would not like to use this effect for now, how I can override these styles? I c

Deferred binding, how to see generated java source code?

2011-10-25 Thread ksurakka
Hello, I'm using deferred binding to accomplish one task in my GWT application. Is there some way to see final java source code that my generator class generates? Best regards Kari Surakka -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou