Re: GwT app behing Apache httpd ProxyPass

2015-08-11 Thread Piotr Morgwai Kotarbinski
the below thread is about a similar issue, hope it will help you: https://groups.google.com/forum/#!starred/google-web-toolkit/Zi_dtUEePlY On Monday, August 10, 2015 at 8:36:24 PM UTC+7, Kulnor wrote: Am trying to provide public access to a back end GwT app running on back end private cloud

Re: Google Plugin for Eclipse Mars

2016-10-26 Thread Piotr Morgwai Kotarbinski
This plugin, although soon to be deprecated, worked ok for many ppl. Now they are suddenly forced to migrate without any warning... Does anybody has a cash of last available version for eclipse 4.5 (mars) maybe? Thanks! On Wednesday, October 19, 2016 at 12:01:29 AM UTC+7, Brandon Donnelson

Re: GWT 2.8.0 released

2016-10-26 Thread Piotr Morgwai Kotarbinski
great news! thanks to everybody who made this happen! On Saturday, October 22, 2016 at 2:21:41 AM UTC+7, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from

Re: Google Plugin for Eclipse Mars

2016-11-04 Thread Piotr Morgwai Kotarbinski
FYI: old plugin downloads for all 3 versions (luna, mars, neon) work correctly again as of today :) On Wednesday, October 26, 2016 at 10:07:57 PM UTC+7, Piotr Morgwai Kotarbinski wrote: > > This plugin, although soon to be deprecated, worked ok for many ppl. Now > they are sudden

Re: A DateBox where I can select the time and hide the DatePicker

2016-10-13 Thread Piotr Morgwai Kotarbinski
it's a vry old thread, but seems many ppl still have the same problem, so regarding 1: begin.getDatePicker().setVisible(false); -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it,

SimpleLayoutPanel inside a ScrollPanel or a VerticalPanel does not work

2017-05-26 Thread Piotr Morgwai Kotarbinski
Hey all, I have the following code: uiBinder ui.xml template: http://dl.google.com/gwt/DTD/xhtml.ent;> AAA uiBinder java class: public class TestLayout extends Composite { interface ViewUiBinder extends UiBinder {} private static ViewUiBinder uiBinder =

Re: SimpleLayoutPanel inside a ScrollPanel or a VerticalPanel does not work

2017-05-27 Thread Piotr Morgwai Kotarbinski
great, many thanks for your help! :) On Saturday, May 27, 2017 at 4:19:13 PM UTC+7, Thomas Broyer wrote: > > > > On Friday, May 26, 2017 at 10:32:12 PM UTC+2, Piotr Morgwai Kotarbinski > wrote: >> >> Hey all, >> I have the following code: >> >> uiBi