Re: Apache ProxyPass does not return errors, only 500 (Internal Server Error)

2013-04-29 Thread Gregor Kovač
I'm using RequestHeader edit X-GWT-Module-Base ^(http)://([^/]+)/(.*)$ $1://$2/babyCenter/$3 and it works. :) Thanks a lot. Dne petek, 19. april 2013 23:39:19 UTC+2 je oseba Thomas Broyer napisala: On Friday, April 19, 2013 9:20:49 AM UTC+2, Gregor Kovač wrote: I have two ProxyPass

is jsPDF required flash player

2013-04-29 Thread Bhumika Thaker
I want to generate pdf at client side so I want achieve this using jspdf http://jspdf.com/ . when I create sample , it is working fine in chrome but not in Mozilla and ie 10. I have one doubt that is this required flash player to generate pdf? My system does not having flash player. if it

The app is not loading in Safari?

2013-04-29 Thread Fille
When I test the compiled application in Safari (on Windows 7 AND Max OSX) it hangs and only displays a white blank page, and Safari hangs on loading. In the developer-tools in Safari, nothing seems to be downloaded under the Network tab. It works in Firefox, Chrome, IE 8, IE 9 without no

Re: How to execute periodic timers on the server side GAE?

2013-04-29 Thread alucard
This is not a GWT question so you better check for info herehttps://groups.google.com/forum/?fromgroups=#!forum/google-appengine. I can suggest to read thishttps://developers.google.com/appengine/docs/java/config/cron?hl=en . On Friday, April 26, 2013 9:09:15 PM UTC+2, membersound wrote: Hi,

Re: Re-deployment on appengine sometimes breaks GWT app (Module.Cache.html not found)

2013-04-29 Thread xsee
Yes, changing the version is the best way. GAE seems to fail its uploads fairly regularly in my experience. Just use a build number along with your version, upload, smoke test to verify it is working, and then mark as current version in the GAE console. -- You received this message because

Re: is jsPDF required flash player

2013-04-29 Thread Samyem Tuladhar
What you are looking for I think is https://github.com/mozilla/pdf.js jspdf generetes PDF, not render it. On Monday, April 29, 2013 2:40:57 AM UTC-4, Bhumika Thaker wrote: I want to generate pdf at client side so I want achieve this using jspdf http://jspdf.com/ . when I create sample ,

Re: is jsPDF required flash player

2013-04-29 Thread Thomas Broyer
On Monday, April 29, 2013 8:40:57 AM UTC+2, Bhumika Thaker wrote: I want to generate pdf at client side so I want achieve this using jspdf http://jspdf.com/ . when I create sample , it is working fine in chrome but not in Mozilla and ie 10. I have one doubt that is this required flash

GWT Image editing

2013-04-29 Thread Luis Costa
Hi all, I’m using GWT 2.5.1, and I’m trying to create a component that allows the application user to edit an image, the workflow is: 1. User can perform a mouse click on a certain part of the image “A” (that was previously uploaded); 2. This event will put in the image clicked

Cannot read property java_lang_Object_typeMarker$ of null

2013-04-29 Thread Jovan Perović
Hey guys! I hope that you could shed some light on my current issue I'm having. I use GWT 2.5.1 and I've noticed that some of my code works in hosted mode but when I compile it if throws exception in subject: *Cannot read property java_lang_Object_typeMarker$ of null* * * The scenario is next:

Re: The app is not loading in Safari?

2013-04-29 Thread David
Are you certain you did not disable the permutation for Safari ? I made that mistake multiple times already :-) David On Mon, Apr 29, 2013 at 1:27 PM, Fille filip.lin...@gmail.com wrote: When I test the compiled application in Safari (on Windows 7 AND Max OSX) it hangs and only displays a

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-04-29 Thread Kris
If I remove the scopeprovided/scope it is still not going in the WEB-INF/lib. But should it, maven doesn't know about putting it there... If I add the jar file to the classpath of the run configuration the problem is still there.. The reason why it is provided is that I use JBoss that has

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-04-29 Thread Thomas Broyer
On Monday, April 29, 2013 5:50:30 PM UTC+2, Kris wrote: If I remove the scopeprovided/scope it is still not going in the WEB-INF/lib. But should it, maven doesn't know about putting it there... The maven-war-plugin's war mojo (called by default in the package phase when packaging=war)

Unable to read from byte cache

2013-04-29 Thread Kris
Hi, I get this in dev mode en eclipse Juno, get 2.5.1 java.util.concurrent.ExecutionException: java.lang.RuntimeException: Unable to read from byte cache at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252) at java.util.concurrent.FutureTask.get(FutureTask.java:111) at

Re: Determining if user is using a tablet

2013-04-29 Thread Jeffrey Chimene
On 04/28/2013 12:31 PM, bvt wrote: Does anybody have any advice on how to determine whether somebody is using a tablet to access my GWT application? If I understand https://code.google.com/p/google-web-toolkit/issues/detail?id=4911 correctly, it would appear that GWT 2.5.1 supports only CSS2

Chrome plugin

2013-04-29 Thread Norman Viands
In the 2.51. there was a note about the plugin being available from the Chrome Store. It is there but is disabled. Is there plugin for Chrome going to be made available anytime soon? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Smartgwt - layout - setimage

2013-04-29 Thread Csaba Juhasz
Hey! I put on the surface of a VLayout and was a HLayout cent. I copied the project-em \ war \ images \ icons directory containing a file-hatter.jpg. After that, I would have the following method to this picture layout on display, but the following error message is shown: HLayout:

showing byteArray as image in DialogBox

2013-04-29 Thread fheimbur
hi, I would like to know how or if it is possible to show a camera image in aGWT DialogBox?! There is a running thread, shooting an image every 100 ms. I want the DailogBox to refresh the image everytime. The method that is in charge of showing the image returns a byte array! I am aware of

CellTable created in onModuleLoad() doesn't draw until mouse moves over the browser window

2013-04-29 Thread Guy Paddock
Hey all, I'm working with some code that was modeled after the StockWatch sample for JSONP. A key difference between that code and mine is that the JSON data is loaded immediately on module load rather than on a button click. I'm finding that my CellTable doesn't render completely until I move

Installing GWT 2.5.1 through Eclipse

2013-04-29 Thread Anssi Lappalainen
I'm trying to install GWT plugin for Eclipse. I go to 'Help Install new software... ' through menus and I have added http://dl.google.com/eclipse/plugin/4.2 as Available Software Site. I choose to install Google Web Toolkit SDK 2.5.1, accept the agreements. Installing software dialog window

Re: CellTable created in onModuleLoad() doesn't draw until mouse moves over the browser window

2013-04-29 Thread Juan Pablo Gardella
In which browsers? 2013/4/28 Guy Paddock guy.padd...@gmail.com Hey all, I'm working with some code that was modeled after the StockWatch sample for JSONP. A key difference between that code and mine is that the JSON data is loaded immediately on module load rather than on a button click.

Re: Chrome plugin

2013-04-29 Thread Mohammad Al-Quraian
It's is available in Chrome Web Store: https://chrome.google.com/webstore/detail/gwt-developer-plugin/jpjpnpmbddbjkfaccnmhnkdgjideieim It's working fine with latest Chrome and GWT 2.5.1. What do you mean it's disabled? On Monday, April 29, 2013 8:02:26 PM UTC+3, Norman Viands wrote: In the

Re: Chrome plugin

2013-04-29 Thread Thomas Broyer
On Monday, April 29, 2013 7:02:26 PM UTC+2, Norman Viands wrote: In the 2.51. there was a note about the plugin being available from the Chrome Store. It is there but is disabled. Is there plugin for Chrome going to be made available anytime soon? I suppose you're running Windows 8?

Re: Installing GWT 2.5.1 through Eclipse

2013-04-29 Thread Mohammad Al-Quraian
That's weird, it might be a networking issue. Try to follow this page: https://developers.google.com/eclipse/docs/install-from-zip It's shows you how to install from a local repos. On Monday, April 29, 2013 7:44:23 PM UTC+3, Anssi Lappalainen wrote: I'm trying to install GWT plugin for Eclipse.

Re: I want to use Apache Commons on the server, but the code is using the packages in gwt-dev.jar.

2013-04-29 Thread Mohammad Al Quraian
The thig is whenever I use a class from that package the IDE would link to the gwt-dev.jar. It's seem to be a conflict issue, there might be an easy solution but I have no knowledge of it. On Monday April 29. 2013 at 4:18 AM, Patrick Tucker tucker...@gmail.com wrote: Once on the server the jars

Re: CellTable created in onModuleLoad() doesn't draw until mouse moves over the browser window

2013-04-29 Thread Guy Paddock
All browsers, in both dev and compiled versions. On Apr 29, 2013 2:20 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: In which browsers? 2013/4/28 Guy Paddock guy.padd...@gmail.com Hey all, I'm working with some code that was modeled after the StockWatch sample for JSONP. A

Re: CellTable created in onModuleLoad() doesn't draw until mouse moves over the browser window

2013-04-29 Thread Jens
1.) GWT can load JSON via JSONP by using JsonpRequestBuilder, in case you didn't know it. 2.) Try moving dataProvider.addDataDisplay() at the end of your setupTable code, so it gets executed after the table is actually added to the DOM (mainPanel.add(table)). As soon as you call

Re: Theme GWT, how does it works?

2013-04-29 Thread sebastien . ribeil
Thank you for your answer. I choose a theme and I have the same result. When I look the network requests, all seems OK. My WebContent folder contain: - folder myproject (with the theme GWT/clean ) - folder META-INF - folder WEB-INF -flavicon.ico -Myproject.css -Myproject.html Le jeudi 25

Re: Theme GWT, how does it works?

2013-04-29 Thread sebastien . ribeil
I'm using lighthttpd, is it possible that it's the problem? Le jeudi 25 avril 2013 14:49:39 UTC-4, sebastie...@isen-lille.fr a écrit : Hi, My web application has serveral widgets like datePicker, dynamicDecorator... If I run my project with eclipse, widgets are ok. I want to build my

Re: CellTable created in onModuleLoad() doesn't draw until mouse moves over the browser window

2013-04-29 Thread Kartik Suba
Hi, I think you should try this while instantiating the Cell table timeEntryTable = new CellTableTimeEntry(pageSize, CellTableResource.INSTANCE); Please let me know, once you try this out. Regards, Kartik I think you On Monday, 29 April 2013 01:20:53 UTC+5:30, Guy Paddock wrote: Hey all,

TabLayoutPanel not visible in IE - old bug still unsolved?

2013-04-29 Thread Magnus
Hi, my app uses a TabLayoutPanel as the center of a DockLayoutPanel. It's all created manually in Java, while the contents of the different tabs are created with UIBinder. (I don't touch barUnit.) The problem is that the tabs are not visible in IE. (Everything is fine in FF or Chrome). I found

GWT compilation failed

2013-04-29 Thread Magnus
Hi, after upgrading the eclipse plugin (Help - Check for Updates) I cannot compile my project anymore. I receive the message GWT compilation failed (see below). What can I do? (GWT 2.5.1) Thank you Magnus - Compiling module bcs.bcs [ERROR] An internal compiler exception occurred

Re: [gwt-contrib] Re: Genericizing com.google.gwt.user.client.ui.Composite for type safe extends

2013-04-29 Thread Brian Slesinsky
As an experiment, perhaps someone can come up with another patch that adds type parameters to Composite and ResizeComposite and we can run Google's tests to see what the damage is. We can start on it now, but before making a final decision we should probably wait until Roberto is done upgrading

Re: [gwt-contrib] Re: Genericizing com.google.gwt.user.client.ui.Composite for type safe extends

2013-04-29 Thread Goktug Gokdogan
On Sat, Apr 27, 2013 at 1:57 AM, Thomas Broyer t.bro...@gmail.com wrote: On Friday, April 26, 2013 6:59:32 AM UTC+2, Goktug Gokdogan wrote: I would like to get your feedback for fixing following issue:

Re: [gwt-contrib] Re: Genericizing com.google.gwt.user.client.ui.Composite for type safe extends

2013-04-29 Thread Goktug Gokdogan
I experimented with Composite last week. There was no damage in Google3 - at least I didn't notice any. ResizeComposite might have a few but should be easy to fix. I'll coordinate with Roberto though there shouldn't be any implications related Java 7 as this change is only relates to raw types.

[gwt-contrib] Change in gwt[master]: preparation for turning off Dataflow Optimizer to speed up o...

2013-04-29 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: preparation for turning off Dataflow Optimizer to speed up optimized compiles (at optimization levels less than 9) .. Patch Set 1: Code-Review+1 LGTM.

[gwt-contrib] Change in gwt[master]: preparation for turning off Dataflow Optimizer to speed up o...

2013-04-29 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: preparation for turning off Dataflow Optimizer to speed up optimized compiles (at optimization levels less than 9) .. Patch Set 1: (1 comment)

[gwt-contrib] Change in gwt[master]: Added -optimize option to JUnitShell.

2013-04-29 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new change for review. https://gwt-review.googlesource.com/2611 Change subject: Added -optimize option to JUnitShell. .. Added -optimize option to JUnitShell. Added JUnitShellTest to

[gwt-contrib] Change in gwt[master]: Added -optimize option to JUnitShell.

2013-04-29 Thread John Stalcup
John Stalcup has posted comments on this change. Change subject: Added -optimize option to JUnitShell. .. Patch Set 1: Verified+1 Code-Review+1 -- To view, visit https://gwt-review.googlesource.com/2611 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: Added -optimize option to JUnitShell.

2013-04-29 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Added -optimize option to JUnitShell. .. Patch Set 1: Verified+1 Hoorays, this change passed the build and style presubmit. :D More details at

[gwt-contrib] Change in gwt[master]: Added -optimize option to JUnitShell.

2013-04-29 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#2). Change subject: Added -optimize option to JUnitShell. .. Added -optimize option to JUnitShell. Added JUnitShellTest to JUnitSuite. Change-Id:

[gwt-contrib] Change in gwt[master]: Added missing compiler options to JUnitShell.

2013-04-29 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#3). Change subject: Added missing compiler options to JUnitShell. .. Added missing compiler options to JUnitShell. Added JUnitShellTest to JUnitSuite. Change-Id:

[gwt-contrib] Change in gwt[master]: Added missing compiler options to JUnitShell.

2013-04-29 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Added missing compiler options to JUnitShell. .. Patch Set 2: Verified-1 Oops, this change failed the build and/or style presubmit. :( More details at

[gwt-contrib] Change in gwt[master]: Added missing compiler options to JUnitShell.

2013-04-29 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Added missing compiler options to JUnitShell. .. Patch Set 3: Verified-1 Oops, this change failed the build and/or style presubmit. :( More details at

[gwt-contrib] Change in gwt[master]: Added missing compiler options to JUnitShell.

2013-04-29 Thread Roberto Lublinerman
Roberto Lublinerman has abandoned this change. Change subject: Added missing compiler options to JUnitShell. .. Abandoned Submitted, thanks!!! -- To view, visit https://gwt-review.googlesource.com/2611 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: Added missing compiler options to JUnitShell.

2013-04-29 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Added missing compiler options to JUnitShell. .. Patch Set 3: (3 comments) Woaw so fast! You guys should leave it here for a while so that other people can

[gwt-contrib] Change in gwt[master]: Added missing JUnit tests to JUnitSuite.

2013-04-29 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new change for review. https://gwt-review.googlesource.com/2620 Change subject: Added missing JUnit tests to JUnitSuite. .. Added missing JUnit tests to JUnitSuite. Change-Id:

[gwt-contrib] Change in gwt[master]: Added missing JUnit tests to JUnitSuite.

2013-04-29 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Added missing JUnit tests to JUnitSuite. .. Patch Set 1: Verified+1 Hoorays, this change passed the build and style presubmit. :D More details at

[gwt-contrib] Change in gwt[master]: Added missing JUnit tests to JUnitSuite.

2013-04-29 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Added missing JUnit tests to JUnitSuite. .. Patch Set 1: Code-Review+1 Thanks! -- To view, visit https://gwt-review.googlesource.com/2620 To unsubscribe,