Google maps no longer work on iPhone Phonagap App

2012-09-28 Thread Spaceman Spiff
I have developed a phonegap application in GWT that uses the GWT Api for google maps. Since recently for iOs5 and iOs6 iphones, the map is no longer displayed, instead I get this message we are sorry but we don't have maps at this zoom level for this region I've heard that google-maps are no

Re: Google maps no longer work on iPhone Phonagap App

2012-09-28 Thread Spaceman Spiff
I rebuilt the iPhone app and now it works Τη Παρασκευή, 28 Σεπτεμβρίου 2012 10:09:57 π.μ. UTC+3, ο χρήστης Spaceman Spiff έγραψε: I have developed a phonegap application in GWT that uses the GWT Api for google maps. Since recently for iOs5 and iOs6 iphones, the map is no longer displayed,

Re: Future of GWT survey

2012-09-28 Thread July
Totally agreed with this thread. On Thursday, September 20, 2012 9:58:58 PM UTC+8, Oleg K. wrote: I've post my answers to survey. Here what was not included. 1) I use maven (with gwt-maven-plugin which is very-very good). With that plugin I think meny maven users are happy. The only real

Re: Using JPA Hibernate persist()... Where is the Data?

2012-09-28 Thread Manuel
Hey again, I still havent found a solution... Heres one more Info: I get warning when creating my EntityManagerFactory: 10:20:03,507 WARN [DataNucleus.MetaData] - Class de.mash.project.client.StaffView was specified in persistence-unit kunde but not annotated, so ignoring 10:20:03,507 WARN

Re: Using JPA Hibernate persist()... Where is the Data?

2012-09-28 Thread Manuel
Sorry for posting several times. But heres the error message from EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(kunde); Explicit persistence provider error(s) occurred for kunde after trying the following discovered implementations:

white screen on iphone (maybe iOS6 issue)

2012-09-28 Thread MeiAestro
Hey there, I am quite in trouble as a mobile website which worked fine for months now only shows an empty white screen on my iPhone. I am just guessing this might be because of the new iOS 6.0 Does anybody of you has made similar experiences? The RootLayoutPanel is the basis of my page.

Re: Future of GWT survey

2012-09-28 Thread João Cavaleiro
I totally agree with Andrei. It is an excellent idea.This will increase developers overall productivity. This is a must. I can offer myself to help building that kind of marketplace. Quinta-feira, 20 de Setembro de 2012 0:51:53 UTC+1, Andrei escreveu: I hope we can also avoid the other

Re: Future of GWT survey

2012-09-28 Thread Thomas Broyer
On Friday, September 28, 2012 3:59:33 PM UTC+2, João Cavaleiro wrote: I totally agree with Andrei. It is an excellent idea.This will increase developers overall productivity. This is a must. I can offer myself to help building that kind of marketplace. You mean, something like

Re: white screen on iphone (maybe iOS6 issue)

2012-09-28 Thread MeiAestro
Ok, now I am sure it is an iOS6 problem. It still works on older iOS. And I am also sure that it has to do something with the RootLayoutPanel. Everything is shown correctly when I use RootPanel, but then I cannot use the required onResize functionality. Any ideas? -- You received this

Re: GWT Cross Site Iframe Linker and Script Tags

2012-09-28 Thread skrat
This sucks great time, now that devmode plugins have been abandoned (surprise!), and Super Dev Mode was forced onto us, xsiframe became a must, and all the GWT libraries and apps that use script tags are not working anymore. What's wrong with document.write anyway? I'm really angry now with

Re: white screen on iphone (maybe iOS6 issue)

2012-09-28 Thread Milan Cvejic
You can easily create your own Panel by extending ComplexPanel and attaching ResizeHandler something like this: Window.addResizeHandler(new ResizeHandler() { for (Widget child : getChildren()) { if (child instanceof RequiresResize) {((RequiresResize) child).onResize(); }

Re: Future of GWT survey

2012-09-28 Thread João Cavaleiro
Hum, didn't know about them. Something like Google Play should be very much appreciated. Sexta-feira, 28 de Setembro de 2012 15:13:13 UTC+1, Thomas Broyer escreveu: On Friday, September 28, 2012 3:59:33 PM UTC+2, João Cavaleiro wrote: I totally agree with Andrei. It is an excellent

Re: white screen on iphone (maybe iOS6 issue)

2012-09-28 Thread MeiAestro
Thanks, I will try to build a workaround. Any ideas what might be the reason why it is not working anymore with ios6 ??? Am Freitag, 28. September 2012 16:44:26 UTC+2 schrieb Milan Cvejic: You can easily create your own Panel by extending ComplexPanel and attaching ResizeHandler something

Re: Future of GWT survey

2012-09-28 Thread Alain Ekambi
@Thomas, Those projects seem to be dead also. 2012/9/28 João Cavaleiro jmscavale...@gmail.com Hum, didn't know about them. Something like Google Play should be very much appreciated. Sexta-feira, 28 de Setembro de 2012 15:13:13 UTC+1, Thomas Broyer escreveu: On Friday, September 28, 2012

Re: Future of GWT survey

2012-09-28 Thread Thomas Broyer
On Friday, September 28, 2012 4:56:21 PM UTC+2, nino wrote: @Thomas, Those projects seem to be dead also. Absolutely. Which means that I don't think yet another one would succeed where the others failed, *even* on that's official and linked from GWT's web site. -- You received this

Re: GWT Cross Site Iframe Linker and Script Tags

2012-09-28 Thread Thomas Broyer
On Friday, September 28, 2012 4:36:41 PM UTC+2, skrat wrote: This sucks great time, now that devmode plugins have been abandoned (surprise!), Are you kidding?! Brian spent days (weeks?) releasing the plugin for Firefox 15 (there was more changes from Mozilla's side than for previous

Re: white screen on iphone (maybe iOS6 issue)

2012-09-28 Thread MeiAestro
is there maybe a new user agent String required for ios6? I am using: set-property name=user.agent value=safari,ie8,ie9,gecko1_8,opera -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Future of GWT survey

2012-09-28 Thread Andy Stevko
Am I reading too much into the fact that the GWT survey ends on the Vaadin.com/gwt page? With Google pushing GWT into the wild, is https://developers.google.com/web-toolkit/ still the most central place for GWT development? -- -- A. Stevko === If everything seems under control, you're

Re: Should onbeforeunload work in GWT JSNI?

2012-09-28 Thread Brett Slocum
I tried this solution and it worked, but I wanted to make this only create the popup dialog under some circumstances (like testing a boolean into the onbeforeunload function before returning a string). I tried adding a boolean to my EntryPoint and then setting it from the right piece of code,

[ANN] Sheath: Dagger Inside

2012-09-28 Thread Thomas Broyer
It took me a couple nights and lunch-breaks of hacking, here is: *Sheath: Dagger Inside* *Sheath is to Dagger what GIN is to Guice.* Except this is only an experiment, a proof of concept. Sheath currently leverages the code generated by Dagger, which is suboptimal in a GWT context. I didn't

GWT using App Engine

2012-09-28 Thread Manuel
Hi everyone, Iam new to gwt and I got a question regarding app engine. Actually I have a project that uses app engine. Does that mean I only can use this project to deploy it on Googles app engine, or can that project be deployed/hosted on my own Server ? Thanks in advanced. Regards, Manuel

Re: How to use Request Factory with JPA Hibernate and PostgreSQL ?

2012-09-28 Thread Manuel
Hey, here an update on my topic. I could solve the problem. I created a new Project without App Engine. Now the persistence.xml gets used like expected. App Engine caused, that datanucleus instead of hibernate were used. Regards -- You received this message because you are subscribed to

Re: Using JPA Hibernate persist()... Where is the Data?

2012-09-28 Thread Manuel
Hey, here an update on my topic. I could solve the problem. I created a new Project without App Engine. Now the persistence.xml gets used like expected. App Engine caused, that datanucleus instead of hibernate were used. Regards -- You received this message because you are subscribed to

[gwt-contrib] Fix the Chrome plugin to work on a Mac. (issue1844803)

2012-09-28 Thread skybrian
Reviewers: cromwellian, Description: Fix the Chrome plugin to work on a Mac. Please review this at http://gwt-code-reviews.appspot.com/1844803/ Affected files: M plugins/npapi/Makefile M plugins/npapi/main.cpp M plugins/npapi/npapi/npapi.h M

[gwt-contrib] Re: Fix the Chrome plugin to work on a Mac. (issue1844803)

2012-09-28 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1844803/diff/1/plugins/npapi/Makefile File plugins/npapi/Makefile (right): http://gwt-code-reviews.appspot.com/1844803/diff/1/plugins/npapi/Makefile#newcode17 plugins/npapi/Makefile:17: ARCH=x86 I assume this means Chrome is always built as a 32-bit

[gwt-contrib] Re: Fix the Chrome plugin to work on a Mac. (issue1844803)

2012-09-28 Thread skybrian
http://gwt-code-reviews.appspot.com/1844803/diff/1/plugins/npapi/Makefile File plugins/npapi/Makefile (right): http://gwt-code-reviews.appspot.com/1844803/diff/1/plugins/npapi/Makefile#newcode17 plugins/npapi/Makefile:17: ARCH=x86 On 2012/09/29 02:20:02, jtamplin wrote: I assume this means