GWTMaterialDesign Data Table 1.0-SNAPSHOT is available.

2016-07-20 Thread mark kevin ringor
Proud to announce that the GMD Table 
 is now available 
for community use! It has been set up as a separate library for the time 
being (could eventually be moved into the GMD 
 library when 2.0 is 
released). All of the features mentioned in my original post have been 
implemented, so check it out for yourself now!

The sample project demonstrates how to use the table showing majority of 
its features. There is also a demo you can look at sampling the 
gwt-material-table-sample 
project. 
InfiniteTable & StandardTable

The data table is based on GWT 2.8.0-SNAPSHOT using java 8 (yay lamdas!).

*It will be great to receive feedback from the community*! Hopefully it 
will improve things for the GMD developers, giving you all a complex data 
table for modern web application development.

You can also note that we are now utilizing JSInterop, giving us direct 
access to the JQuery javascript library (see GWT Material JQuery 
). This is a step 
in the right direction for GMD as a whole and will allow us to do some 
really neat things in the very near future!

 *- Ben Dol*
 *Creator of GMD DataTable*

You can find the demo from the link below!
https://github.com/GwtMaterialDesign/gwt-material-table-sample

-- 
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, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: internal compiler error with latest SNAPSHOT

2016-07-20 Thread 'Roberto Lublinerman' via GWT Contributors
I filed a bug with a minimal repro at
https://github.com/gwtproject/gwt/issues/9379 and uploaded a fix for review
at https://gwt-review.googlesource.com/#/c/15450

On Wed, Jul 20, 2016 at 11:23 AM, Roberto Lublinerman 
wrote:

> Could you guys file an issue for this to keep track of it?
>
> On Wed, Jul 20, 2016 at 10:34 AM, Roberto Lublinerman 
> wrote:
>
>> It should read setJsOverlay() but that would not fix the error. I think I
>> understand why it might be happening but it would be nice if we have a
>> small repro case.
>>
>> On Wed, Jul 20, 2016 at 6:42 AM, Thomas Broyer 
>> wrote:
>>
>>> +rluble
>>>
>>> Could you set a breakpoint in JjsUtils trying to understand what causes
>>> the NPE? (what is null, which method is being processed, and what it looks
>>> like in your code)
>>> Reading the code, I wonder if
>>> https://github.com/gwtproject/gwt/blob/master/dev/core/src/com/google/gwt/dev/jjs/impl/JjsUtils.java#L165
>>> should read setJsOverlay() instead of isJsOverlay()
>>>
>>>
>>> On Wednesday, July 20, 2016 at 2:23:01 PM UTC+2, stuckagain wrote:


 I was reviving a project that I was working on, which was using 2.8
 snapshot.
 It was working fine a few months ago but now the GWT compilation is
 failing.
 No code was changed in the meantime, so my guess is that something
 changed in the GWT compiler that I need to know about ?

 Any idea how I can track the actual reason why the compiler is crashing
 ?

 [INFO] [ERROR] Unexpected internal compiler error

 [INFO] java.lang.NullPointerException

 [INFO] at
 com.google.gwt.dev.jjs.impl.JjsUtils.createForwardingMethod(JjsUtils.java:181)

 [INFO] at
 com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods.maybeAddSyntheticOverride(ComputeOverridesAndImplementDefaultMethods.java:276)

 [INFO] at
 com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods.computeOverrides(ComputeOverridesAndImplementDefaultMethods.java:150)

 [INFO] at
 com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods.exec(ComputeOverridesAndImplementDefaultMethods.java:78)

 [INFO] at
 com.google.gwt.dev.jjs.impl.UnifyAst.computeOverrides(UnifyAst.java:1071)

 [INFO] at com.google.gwt.dev.jjs.impl.UnifyAst.exec(UnifyAst.java:900)

 [INFO] at
 com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.unifyJavaAst(JavaToJavaScriptCompiler.java:1410)

 [INFO] at
 com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.constructJavaAst(JavaToJavaScriptCompiler.java:1222)

 [INFO] at
 com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:1140)

 [INFO] at
 com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:255)

 [INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:255)

 [INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)

 [INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)

 [INFO] at com.google.gwt.dev.Compiler.compile(Compiler.java:204)

 [INFO] at com.google.gwt.dev.Compiler.compile(Compiler.java:155)

 [INFO] at com.google.gwt.dev.Compiler.compile(Compiler.java:144)

 [INFO] at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)

 [INFO] at
 com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)

 [INFO] at
 com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)

 [INFO] at com.google.gwt.dev.Compiler.main(Compiler.java:125)

>>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAC7T7gmQNLLag%3DmO534wQ%3D6J%3DEeiedeDdzi7ZJbqX4N5AyvMRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: GWT RPC in GWT 3.0+

2016-07-20 Thread JonL
Agreed, it's all a matter of perspective.  I use GWT-RPC alot, I actually 
don't see anything wrong with the underlying mechanisms, except for the 
SerializationPolicy and its generator.  It's the SerializationPolicy 
generation that is the main culprit for the deficiencies perceived in 
GWT-RPC.  However, I think that they don't have to be part and parcel and 
in GWT 3.0, I would personally like to see them separated and the 
SerializationPolicy made pluggable, instead of ripping out GWT-RPC.  IMO, 
if the Serialization policy generation were made pluggable, then we could 
have different solutions that provide different tradeoffs and GWT devs 
could choose the solution that best suits them.

On Tuesday, July 19, 2016 at 1:34:28 PM UTC-7, clou...@gmail.com wrote:
>
> I was contrasting the blog post to the presentations Ray/Daniel have given 
> in the past, hence the Singular example preceding what you are quoting.  
> These are on youtube and I've also attended their presentations in person.
>
> I'm not trying to argue the compilation efficiency of GWT-RPC or get an 
> explanation of why it is so slow or say there aren't alternatives.  If I am 
> giving off those impressions, I apologize.
>
> I am attempting to point out (poorly I suppose) that the value of the 
> feature largely stems from one's perspective or point of view.  When one 
> uses GWT-RPC, one trades the compile-hit for the functionality.  Similarly 
> with SOYC reports or massive numbers of permutations, you can generate 
> them, however they incur a time/space cost.  These are choices, they have 
> costs, and my point has largely been to let the users decide if the 
> trade-offs fit their needs or not. (Please don't explain how SOYC/Perms 
> don't impact incremental compile!)
>
> Most of the GWT-RPC criticism here (and in the blog post) are purely 
> technical detail about some of its shortcomings and its impact on 
> incremental compile.  From the detailed technical point of view, 
> Daniel/Thomas make accurate observations and there is not much to discuss.  
> However, at the feature level of GWT-RPC, given its flaws/quirks, many 
> folks would still opt to use it in at least some situations with the cost 
> it incurs.
>

-- 
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, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-20 Thread Brandon Donnelson
Good to hear Manolo. So, I've got Windows 7 with IE9 and IE10 and can start
with those then. I don't have Windows 7 IE11, instead I have Windows 8
IE11. Come to think of it, there seems to be to many of the windows 7's. I
think Windows 8 would work for IE11, would that be ok? And would it be of
interest to test MS Edge on Windows 10?

-Brandon



On Wed, Jul 20, 2016 at 10:07 AM Manuel Carrasco Moñino 
wrote:

> I can help with windows testing as well on Friday.
> Brandon let me know what platforms are you going to test, I have XP with
> IE8, Win8 IE10, and Win8.1 IE11,  ready machines with everything set for
> GWT, but I don't have any win7
>
> - Manolo
>
> El mié., 20 jul. 2016 a las 17:41, Brandon Donnelson (<
> branflake2...@gmail.com>) escribió:
>
>> I can work on some of the windows testing. I've scheduled time for
>> Thursday and will continue on Friday if needed.
>>
>>
>> https://docs.google.com/spreadsheets/d/1DmF8V3fSxN1N2UgQ9zToZz6xCwtx53lOSy8_u1xTC6Q
>>
>> -Brandon
>>
>> On Wednesday, July 20, 2016 at 1:53:36 AM UTC-7, Thomas Broyer wrote:
>>>
>>> I'll test on Linux / Chrome.
>>>
>>> On Wednesday, July 20, 2016 at 3:09:08 AM UTC+2, Daniel Kurka wrote:

 Hi all,

 we have build the preliminary GWT 2.8.0-rc1 version and now need help
 with DOA testing (making sure its not dead on arrival).

 We are currently missing testers for:

 Linux / Chrome
 Windows 7 / IE8/IE9
 Windows 7 / IE 10
 Windows 7 / IE 11

 If you are interested in spending ~1h in testing the new GWT release,
 please reach out to me.

 -Daniel

 --
>>
> You received this message because you are subscribed to the Google Groups
>> "GWT Contributors" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>
>
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/0c51fdb5-2f3d-4952-ada2-b9c9fdeffd7d%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "GWT Contributors" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-web-toolkit-contributors/WegHJlSMoos/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAte3oXuCVTTxxxBeR4oTOJ5OWr_wzSngEwgv6KzMMbBJw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAPnsdHTohcasakWAQTbLj-86zja3PkH9hUhmBdWhVRvygw-cyw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-20 Thread Manuel Carrasco Moñino
I don't see 2.8.0-rc1 anywhere,  what is the branch/tag/commit cut I have
to use ?

El mié., 20 jul. 2016 a las 19:07, Manuel Carrasco Moñino (<
man...@apache.org>) escribió:

> I can help with windows testing as well on Friday.
> Brandon let me know what platforms are you going to test, I have XP with
> IE8, Win8 IE10, and Win8.1 IE11,  ready machines with everything set for
> GWT, but I don't have any win7
>
> - Manolo
>
> El mié., 20 jul. 2016 a las 17:41, Brandon Donnelson (<
> branflake2...@gmail.com>) escribió:
>
>> I can work on some of the windows testing. I've scheduled time for
>> Thursday and will continue on Friday if needed.
>>
>>
>> https://docs.google.com/spreadsheets/d/1DmF8V3fSxN1N2UgQ9zToZz6xCwtx53lOSy8_u1xTC6Q
>>
>> -Brandon
>>
>> On Wednesday, July 20, 2016 at 1:53:36 AM UTC-7, Thomas Broyer wrote:
>>>
>>> I'll test on Linux / Chrome.
>>>
>>> On Wednesday, July 20, 2016 at 3:09:08 AM UTC+2, Daniel Kurka wrote:

 Hi all,

 we have build the preliminary GWT 2.8.0-rc1 version and now need help
 with DOA testing (making sure its not dead on arrival).

 We are currently missing testers for:

 Linux / Chrome
 Windows 7 / IE8/IE9
 Windows 7 / IE 10
 Windows 7 / IE 11

 If you are interested in spending ~1h in testing the new GWT release,
 please reach out to me.

 -Daniel

 --
>> You received this message because you are subscribed to the Google Groups
>> "GWT Contributors" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/0c51fdb5-2f3d-4952-ada2-b9c9fdeffd7d%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAuVBry6rGTbF_RuCAKv_9SXogPvVKrvoQWaCjkEfy%3D%3DBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-20 Thread Brandon Donnelson
I can work on some of the windows testing. I've scheduled time for Thursday 
and will continue on Friday if needed. 

https://docs.google.com/spreadsheets/d/1DmF8V3fSxN1N2UgQ9zToZz6xCwtx53lOSy8_u1xTC6Q

-Brandon

On Wednesday, July 20, 2016 at 1:53:36 AM UTC-7, Thomas Broyer wrote:
>
> I'll test on Linux / Chrome.
>
> On Wednesday, July 20, 2016 at 3:09:08 AM UTC+2, Daniel Kurka wrote:
>>
>> Hi all,
>>
>> we have build the preliminary GWT 2.8.0-rc1 version and now need help 
>> with DOA testing (making sure its not dead on arrival).
>>
>> We are currently missing testers for:
>>
>> Linux / Chrome
>> Windows 7 / IE8/IE9
>> Windows 7 / IE 10
>> Windows 7 / IE 11
>>
>> If you are interested in spending ~1h in testing the new GWT release, 
>> please reach out to me.
>>
>> -Daniel
>>
>>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/0c51fdb5-2f3d-4952-ada2-b9c9fdeffd7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8 RC1 Help with testing

2016-07-20 Thread Thomas Broyer
Please reply to the original 
thread: 
https://groups.google.com/d/topic/google-web-toolkit-contributors/WegHJlSMoos/discussion

(fwiw, I already did most of the smoke tests on linux/chrome)

On Wednesday, July 20, 2016 at 4:46:53 PM UTC+2, Natanael Clara wrote:
>
> Hi,
>
> We have interest in Linux / Chrome.
>
> Natan.
>
>
>
> Em 20/07/2016 09:31, Michael Joyner escreveu:
>
> (I'm cross posting this here from 
> google-web-toolkit-contribut...@googlegroups.com as being highly relevant)
>
> Hi all, 
>
> we have build the preliminary GWT 2.8.0-rc1 version and now need help with 
> DOA testing (making sure its not dead on arrival).
>
> We are currently missing testers for:
>
> Linux / Chrome
> Windows 7 / IE8/IE9
> Windows 7 / IE 10
> Windows 7 / IE 11
>
> If you are interested in spending ~1h in testing the new GWT release, 
> please reach out to me.
>
> -Daniel
>
> Discussion link:  
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujipOWx590QLZs0OKED12%2BW5jKmNsnY1zQw0XshxyY5yM6w%40mail.gmail.com
>  
> 
> .
>
> -- 
> 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, send an 
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8 RC1 Help with testing

2016-07-20 Thread natan clara

  
  
Hi,
            We have interest in Linux / Chrome.
Natan.




Em 20/07/2016 09:31, Michael Joyner
  escreveu:


  
  (I'm cross posting this here from google-web-toolkit-contribut...@googlegroups.com
as being highly relevant)

Hi all,


we have build the preliminary GWT 2.8.0-rc1 version and now
  need help with DOA testing (making sure its not dead on
  arrival).


We are currently missing testers for:



  Linux / Chrome
  Windows 7 / IE8/IE9
  Windows 7 / IE 10
  Windows 7 / IE 11



If you are interested in spending ~1h in testing the new
  GWT release, please reach out to me.


-Daniel

Discussion link:  https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujipOWx590QLZs0OKED12%2BW5jKmNsnY1zQw0XshxyY5yM6w%40mail.gmail.com.
  
  
  -- 
  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,
  send an email to google-web-toolkit+unsubscr...@googlegroups.com.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  Visit this group at https://groups.google.com/group/google-web-toolkit.
  For more options, visit https://groups.google.com/d/optout.


  




-- 
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, send an email to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: internal compiler error with latest SNAPSHOT

2016-07-20 Thread Thomas Broyer
+rluble

Could you set a breakpoint in JjsUtils trying to understand what causes the 
NPE? (what is null, which method is being processed, and what it looks like 
in your code)
Reading the code, I wonder 
if 
https://github.com/gwtproject/gwt/blob/master/dev/core/src/com/google/gwt/dev/jjs/impl/JjsUtils.java#L165
 
should read setJsOverlay() instead of isJsOverlay()

On Wednesday, July 20, 2016 at 2:23:01 PM UTC+2, stuckagain wrote:
>
>
> I was reviving a project that I was working on, which was using 2.8 
> snapshot.
> It was working fine a few months ago but now the GWT compilation is 
> failing. 
> No code was changed in the meantime, so my guess is that something changed 
> in the GWT compiler that I need to know about ?
>
> Any idea how I can track the actual reason why the compiler is crashing ?
>
> [INFO] [ERROR] Unexpected internal compiler error
>
> [INFO] java.lang.NullPointerException
>
> [INFO] at 
> com.google.gwt.dev.jjs.impl.JjsUtils.createForwardingMethod(JjsUtils.java:181)
>
> [INFO] at 
> com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods.maybeAddSyntheticOverride(ComputeOverridesAndImplementDefaultMethods.java:276)
>
> [INFO] at 
> com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods.computeOverrides(ComputeOverridesAndImplementDefaultMethods.java:150)
>
> [INFO] at 
> com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods.exec(ComputeOverridesAndImplementDefaultMethods.java:78)
>
> [INFO] at 
> com.google.gwt.dev.jjs.impl.UnifyAst.computeOverrides(UnifyAst.java:1071)
>
> [INFO] at com.google.gwt.dev.jjs.impl.UnifyAst.exec(UnifyAst.java:900)
>
> [INFO] at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.unifyJavaAst(JavaToJavaScriptCompiler.java:1410)
>
> [INFO] at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.constructJavaAst(JavaToJavaScriptCompiler.java:1222)
>
> [INFO] at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:1140)
>
> [INFO] at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:255)
>
> [INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:255)
>
> [INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
>
> [INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
>
> [INFO] at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
>
> [INFO] at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
>
> [INFO] at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
>
> [INFO] at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
>
> [INFO] at 
> com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
>
> [INFO] at 
> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
>
> [INFO] at com.google.gwt.dev.Compiler.main(Compiler.java:125)
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/2ffe53af-3abd-491f-8cec-4c8e37d91059%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] GWT 2.8 RC1 Help with testing

2016-07-20 Thread Michael Joyner

  
  
(I'm cross posting this here from
  google-web-toolkit-contribut...@googlegroups.com as being highly
  relevant)
  
  Hi all,
  
  
  we have build the preliminary GWT 2.8.0-rc1 version and now
need help with DOA testing (making sure its not dead on
arrival).
  
  
  We are currently missing testers for:
  
  
  
Linux / Chrome
Windows 7 / IE8/IE9
Windows 7 / IE 10
Windows 7 / IE 11
  
  
  
  If you are interested in spending ~1h in testing the new GWT
release, please reach out to me.
  
  
  -Daniel
  
  Discussion link:  https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujipOWx590QLZs0OKED12%2BW5jKmNsnY1zQw0XshxyY5yM6w%40mail.gmail.com.


  




-- 
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, send an email to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: FileUpload doesn't jumps in ChangeHandler

2016-07-20 Thread Juan Pablo Gardella
Check http://caniuse.com/#search=input and the notes related to fileupload.

On Wed, 20 Jul 2016 at 09:51 Daniel Kln  wrote:

> Hello together,
>
> i would like to know why after selecting a directory, the onChange method
> isn't triggered?
>
> Thank you very much for your help.
>
> Code:
>
> public class CenterPanel extends ScrollPanel {
>
> final FileUpload fileUpload = new FileUpload();
>
> public CenterPanel(final GoogleUploader gooUp) {
>
> fileUpload.getElement().setPropertyBoolean("webkitdirectory",
> true);
>
>
> Image upBack = new Image(Resources.INSTANCE.uploadBackground());
> this.getElement().setPropertyString("align", "left");
>
> upBack.addDoubleClickHandler(new DoubleClickHandler() {
>
> @Override
> public void onDoubleClick(DoubleClickEvent event) {
> // TODO Auto-generated method stub
>
>
> fileUpload.click();
> }
> });
>
> fileUpload.addChangeHandler(new ChangeHandler() {
>
> @Override
> public void onChange(ChangeEvent event) {
> // TODO Auto-generated method stub
>
> JavaScriptObject fileList = event.getNativeEvent().cast();
>
> gooUp.setFileList(getFiles(fileList));
> }
> });
>
> this.add(upBack);
> this.getElement().getStyle().setBackgroundColor("#DBDEE6");
> this.getElement().setAttribute("id", "idScrollPanel");
> this.setHeight("100%");
> this.setWidth("100%");
>
> }
>
> private native JsArray getFiles(JavaScriptObject e) /*-{
> var files = e.target.files;
> return files;
> }-*/;
> }
>
> --
> 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, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


FileUpload doesn't jumps in ChangeHandler

2016-07-20 Thread Daniel Kln
Hello together,

i would like to know why after selecting a directory, the onChange method 
isn't triggered?

Thank you very much for your help.

Code:

public class CenterPanel extends ScrollPanel {

final FileUpload fileUpload = new FileUpload();

public CenterPanel(final GoogleUploader gooUp) {

fileUpload.getElement().setPropertyBoolean("webkitdirectory", true);


Image upBack = new Image(Resources.INSTANCE.uploadBackground());
this.getElement().setPropertyString("align", "left");

upBack.addDoubleClickHandler(new DoubleClickHandler() {

@Override
public void onDoubleClick(DoubleClickEvent event) {
// TODO Auto-generated method stub


fileUpload.click();
}
});

fileUpload.addChangeHandler(new ChangeHandler() {

@Override
public void onChange(ChangeEvent event) {
// TODO Auto-generated method stub

JavaScriptObject fileList = event.getNativeEvent().cast();

gooUp.setFileList(getFiles(fileList));
}
});

this.add(upBack);
this.getElement().getStyle().setBackgroundColor("#DBDEE6");
this.getElement().setAttribute("id", "idScrollPanel");
this.setHeight("100%");
this.setWidth("100%");

}

private native JsArray getFiles(JavaScriptObject e) /*-{
var files = e.target.files;
return files;
}-*/;
}

-- 
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, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-20 Thread Thomas Broyer
I'll test on Linux / Chrome.

On Wednesday, July 20, 2016 at 3:09:08 AM UTC+2, Daniel Kurka wrote:
>
> Hi all,
>
> we have build the preliminary GWT 2.8.0-rc1 version and now need help with 
> DOA testing (making sure its not dead on arrival).
>
> We are currently missing testers for:
>
> Linux / Chrome
> Windows 7 / IE8/IE9
> Windows 7 / IE 10
> Windows 7 / IE 11
>
> If you are interested in spending ~1h in testing the new GWT release, 
> please reach out to me.
>
> -Daniel
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/b60fb06d-d493-44cf-8ea7-ef23d7234f49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.