Questions tagged [mgwt]

mgwt is an mobile extension to GWT which allows to write mobile apps with GWT

mgwt is a library for developing mobile apps and mobile websites with GWT from one code base. mgwt provides native looking widgets for many platforms, animations and many other things that are needed for writing mobile apps. gwt-phonegap enables GWT apps to use Phonegap. With Phonegap HTML5 apps can access the same device features that native apps can use from Javascript, such as the file system or contacts. With mgwt and gwt-phonegap you can deploy your GWT apps into any app store or let your users use them as a website. Both projects are available under apache 2.0 license from maven central.

144 questions
1
vote
0 answers

continuous actions to be performed when I long tapped MGWT button until the touch end event fired

I want to invoke a method continuously when I used MGWT button long tap handler, this should be done until I release the button. i.e; until the touch end event fired. For this I had written Timer inside the MGWT Button's long tap handler.I…
1
vote
1 answer

horizontal ScrollPanel in mgwt

I need a horizontal ScrollPanel in mgwt and tried to use: contactHorizontalScrollPanel = new ScrollPanel(); contactHorizontalScrollPanel.setShowScrollBarX(true); contactHorizontalScrollPanel.setScrollingEnabledX(true); but I always get a…
Objective
  • 848
  • 1
  • 12
  • 27
1
vote
2 answers

Maven Eclipse plugin increased memory?

I've read several other questions and answers here, none of which seem to help me. I'm trying to build a mgwt project that will have lots of permutations so the memory setting must be really high. I'm using the maven4eclipse plugin to build with…
nmb1106
  • 385
  • 1
  • 5
  • 20
1
vote
1 answer

mgwt custom styling

I am trying to use the custom styling as shown here (https://code.google.com/p/mgwt/wiki/Styling): public class MGWTColorTheme implements MGWTTheme { private MGWTClientBundle bundle; public MGWTColorTheme() { …
DD.
  • 21,498
  • 52
  • 157
  • 246
1
vote
2 answers

GWT issue 2079 error message not possible to remove

i am using gwt and mgwt for my project. When i am running my project on eclipse jetty server i get the following alert error message: cross-site hosted mode not yet implemented. See issue http://…
Pero
  • 774
  • 3
  • 15
  • 34
1
vote
1 answer

Tap events not fired in mgwt

I have just started learning mgwt. After creating a Button and adding a TapHandler, the tap events are not fired. I don't know what is wrong in the code. I have deployed this on GAE and accessing the site on a Android device. Below is the code for…
Rakesh
  • 4,264
  • 4
  • 32
  • 58
1
vote
2 answers

How to make tests for gwt MVP activities and places project?

Does somebody know how to do tests for gwt application which is written with mvp, activities and places? I am reading out data from xml file and rendering them in a celllist. I am using gwt 2.5 and eclipse. i would be very thankful if somebody could…
Pero
  • 774
  • 3
  • 15
  • 34
1
vote
2 answers

phonegap : Detect volume change

I have an phonegap application, and I need to trigger an event when a button is pressed on the device (not a button on the screen). Is there a way to detect, say, volume change (in iPhone and maybe other devices too) ? I use Phonegap, mgwt and…
Majid Laissi
  • 19,188
  • 19
  • 68
  • 105
1
vote
1 answer

GWT-platform dispatch + phonegap

I am using GWT-platform + mgwt + phonegap. I am trying to make a call to my server using GWTP actions, but the call does not go through in the iOS simulater. The call works on the mobile browser. I was able to get RPC working though using- …
blue01
  • 2,035
  • 2
  • 23
  • 38
1
vote
3 answers

Is there a way to change the text of checked/unchecked MCheckBox states?

How would I go about changing the default MCheckBox state text (currently I/0) to, for example, YES/NO or ON/OFF?
Boris Brudnoy
  • 2,405
  • 18
  • 28
1
vote
1 answer

MGWT Web App won't redirect back from login page in iphone full screen mode

I have created a web app using MGWT that uses GWT-oauth2 to login at Google. Everything works fine running in standard iOS Safari but when a user does a "Add to Home Screen" and relaunches the app without the address and buttons bars a it won't…
Carl
  • 147
  • 1
  • 7
0
votes
3 answers

iPhone Webview onBackground event?

I am developing a iphone app using phonegap. Now I want to maintain a session state when the app goes into the background. I want to persist that state even if the app gets killed by the OS. (Just consider saving some variables in javascript when…
Sailesh
  • 25,517
  • 4
  • 34
  • 47
0
votes
1 answer

Connect two GWT applications - Client/Server

What is the best way to connect two GWT applications, a web (Client) and a mobile Application (Server with GWT Mobile). I tried to do that with RPC but it has not worked. The database is in the server part. Any idea ? Thanks in advance
Cyril
  • 11
  • 5
0
votes
0 answers

Hibernate with GWT mobile Application - Remote Call

I developed a gwt application and I used Hibernate as database and it works very well. Now when I put the application on my phone (format .apk) and I change ip address of my database (mysql) in hibernate file configuration, it gives me an error…
Cyril
  • 11
  • 5
0
votes
0 answers

DatePicker not closing in iOS when click another field

I have a mobile app that consistently does not close the DatePicker if I go to another data entry field on iOS. I have to click "Done". In other words, I click on "date" field ( MDateBox ), then click on "number" field ( MDoubleBox ). "Number"…
Tony B
  • 915
  • 1
  • 9
  • 24