Re: Does FlexTable break SplitLayoutPanel?

2017-06-29 Thread Harry Wagner
The short answer is "no". My error was unrelated to the FlexTable. On Wednesday, June 28, 2017 at 1:40:54 PM UTC-4, Harry Wagner wrote: > > I have an app written back in the 1.x days that I am trying to migrate to > 2.8 and standards mode. It uses SplitLayoutPanel. Following initialization > a

Re: Debugging question

2017-06-29 Thread Harry Wagner
Found it. The module with the onModuleLoad() method implements ResizeHandler and NativePreviewHandler. The doEventPreview() method was trying to set the splitter position programmatically. I pulled that code since the "resizable" panels I am using now manages resize events. Seems to work now.

Re: GWT 2.8.1 release

2017-06-29 Thread Max F
Thanks Alexander. Nice Am Donnerstag, 29. Juni 2017 13:59:58 UTC+2 schrieb Alexander Leshkin: > > Issue https://github.com/gwtproject/gwt/issues/9533 > > I'll create a patch. > > On Thursday, June 29, 2017 at 2:15:19 PM UTC+3, Thomas Broyer wrote: >> >> You're right! >> >> Could one of you file

Re: GWT 2.8.1 release

2017-06-29 Thread Thomas Broyer
On Thursday, June 29, 2017 at 1:59:58 PM UTC+2, Alexander Leshkin wrote: > > Issue https://github.com/gwtproject/gwt/issues/9533 > > I'll create a patch. > Great! -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group

Re: Debugging question

2017-06-29 Thread Andy Stevko
name_0_g$ has the signature of an object member variable. Sounds like you have an initialization problem with one of your classes. On Jun 29, 2017 7:55 AM, "Harry Wagner" wrote: Some progress. The unresponsiveness is due to a breakpoint being taken due to an umbrella

Re: GWT 2.8.1 release

2017-06-29 Thread Alexander Leshkin
Issue https://github.com/gwtproject/gwt/issues/9533 I'll create a patch. On Thursday, June 29, 2017 at 2:15:19 PM UTC+3, Thomas Broyer wrote: > > You're right! > > Could one of you file an issue and/or send in a patch? > http://www.gwtproject.org/makinggwtbetter.html > > On Thursday, June 29,

Re: Debugging question

2017-06-29 Thread Harry Wagner
Some progress. The unresponsiveness is due to a breakpoint being taken due to an umbrella exception. I found this on the debugger tab of Safari's developer tools. Exception with thrown value: Error: com.google.web.bindery.event.shared.UmbrellaException: Exception caught: (TypeError) :

Re: Debugging question

2017-06-29 Thread Thomas Broyer
On Thursday, June 29, 2017 at 1:41:08 PM UTC+2, Harry Wagner wrote: > > I mean that the SplitLayoutPanel's splitter no longer works, nor the > page's HTML links. It works if I comment-out the code that displays the > dialog box. > It might be that there's a transparent element that covers

Re: Debugging question

2017-06-29 Thread Harry Wagner
I mean that the SplitLayoutPanel's splitter no longer works, nor the page's HTML links. It works if I comment-out the code that displays the dialog box. I am using both the Safari and Chrome developer tools.I am new to GWT and would not be surprised to learn I am doing something silly. Thanks

Re: GWT 2.8.1 release

2017-06-29 Thread Thomas Broyer
You're right! Could one of you file an issue and/or send in a patch? http://www.gwtproject.org/makinggwtbetter.html On Thursday, June 29, 2017 at 12:08:55 PM UTC+2, Alexander Leshkin wrote: > > Looks like there is a bug in >

Transpile plain Java project WITHOUT references to any UI, DOM, or any other web/framework features

2017-06-29 Thread Igor
Hi all, I have a Java project which performs scientific calculations. It does not have any dependencies and it does not reference any UI, DOM, or any other web environment features. It is basically a few custom data structures and algorithms. I wish to expose one class in this project using

Re: Unable to install GWT Plugin in Eciplse Neon

2017-06-29 Thread Frank
Don't use the plugin from google. Use this one instead : https://github.com/gwt-plugins/gwt-eclipse-plugin Watch the YouTube movies for instructions : https://www.youtube.com/watch?v=DU7ZQVLR5Zo=PLBbgqtDgdc_TqzA-qXrjgTFMC_6DKAQyT -- You received this message because you are subscribed to the

Re: GWT 2.8.1 release

2017-06-29 Thread Alexander Leshkin
Looks like there is a bug in https://github.com/gwtproject/gwt/blob/a90832fec9a56f4cb83ed009c7048e0a8d196fe8/dev/core/src/com/google/gwt/dev/shell/SuperDevListener.java#L175 I think it should be: args.add("-includeJsInteropExports"); args.add(regex); And line above (for

Re: Unable to install GWT Plugin in Eciplse Neon

2017-06-29 Thread pierre
I got the same error when install plugin from marketplace as well. Anyone know the workaround? On Sunday, June 25, 2017 at 9:53:10 PM UTC+8, Gautam SHAHI wrote: > > Why i am getting this error? > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group.

Re: GWT 2.8.1 release

2017-06-29 Thread Max F
Hi Thomas, yes, I used a common space. The parameters keep joined as one. I'll just be waiting until someone else tries this feature. Thanks! Kind regards, Max Am Mittwoch, 28. Juni 2017 18:22:32 UTC+2 schrieb Thomas Broyer: > > > > On Wednesday, June 28, 2017 at 4:55:55 PM UTC+2, Max F wrote: