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
0
votes
1 answer

setting horizontal panel to MGWT layout panel exactly center without considering device width

I'm developing an app using mgwt.I'm having an horizontal panel which is added with two mgwt buttons. MGWT's layout panel is the parent(i.e;asWidget()returning layoutPanel). Now I want to make my hPanel exactly center to the layout panel. I dont…
0
votes
2 answers

Is it possible to download a file from server to my device having MGWT&GwtPhoneGap app?

I developed an app using MGWT and GwtPhoneGap and I used rpc for server communication. I want to download a file from server to my client device(iOs/android).is this possible? if so what I need to do to achieve my goal?. I'm not getting great…
0
votes
1 answer

Is there any Widget/Way to show my html file in my mobile app which is developed using GWT,MGWT,GwtPhoneGap

I'm beginner to MGWT and GwtPhoneGap.I have .html file which having some hyperlinks and text content and few images. I want to place a button in my view ,when I tapped the button I want to open the my html page on the same view. For this I tried GWT…
0
votes
0 answers

Screen translation flicker in IPad using phonegap and MGWT

I meet a problem on mgwt development and wanna ask for help here. I am developing an application using MGWT and phonegap. And there will be some animation which will interact with user like swiping a panel with an background image. I implemented it…
0
votes
1 answer

gwt add new child node into xml file

iam building a mobile app with mgwt. This app consists of list which content comes from xml files. I am trying to add new content into these xml files through the app. Here is the xml file:
Pero
  • 774
  • 3
  • 15
  • 34
0
votes
3 answers

Globalization is undefined and onPhoneGapAvailable doesn't fire

We are trying to develop a phonegap app with GWT, phonegap 2.4, gwtphonegap 2.4. Now we are testing it against Android 4.2. We have used the geopositioning stuff and it works like a charm in browser and mobile, but when we try to use the…
Pablo Castilla
  • 2,723
  • 2
  • 28
  • 33
0
votes
1 answer

mgwt attach CellSelectedHandler to GroupingCellList inside HeaderList

I'm having trouble attaching an SelectionHandler to the contents of the mgwt HeaderList. How can I attach a CellSelectedHandler to a HeaderList just like in the Showcase? http://mobilegwt.appspot.com/showcase/#GroupedCellListPlace: I already tryed…
Georg
  • 183
  • 4
  • 18
0
votes
1 answer

mgwt / gwtphonegap advices, feedback, tips

I have to develop an application on Android, iOS and Windows Phone by using Phonegap. I would like to know if someone has already used mgwt / gwtphonegap and have your feedback / advices on these technologies, if you have encountered some blocking…
gaepi
  • 404
  • 3
  • 14
0
votes
2 answers

An event to be performed when I click a Panel in GWT/MGWT

I want to perform an event when I click on a panel, in the same way this happens when the user clicks on a button. I need this in order to handle events on click for this panel.
0
votes
2 answers

store/retrieve data from localstorage db using GWT phonegap

I'm newer to GWT,MGWT and gwt-phonegap .My task is to store or get the data from local storage db of iPhone/Android device.Can any help me on this. I'm using Gwt-Phonegap in my application.if you provide me developed samples,I'll be very much…
0
votes
1 answer

GWT's Layout-Centimeter ruler DIV causing layout issues on IOS 6

I'm using GWT 2.5 and MGWT 1.12. and this happens only on IOS 6 as far as I've tested. This is my issue: I'm using a LayoutPanel in one of the components I wrote to display an animation. When ever that component is created GWT is adding this DIV…
Chepech
  • 5,258
  • 4
  • 47
  • 70
0
votes
1 answer

Open external Android app from within MGWT (gwt-phonegap) app

I'm trying to find out how I can launch a native Android app inside a MGWT app (wrapped into a native Android app with PhoneGap) by clicking on a button (for example). I've followed the Open another application from your own (intent) and it works…
Dominik
  • 1,703
  • 6
  • 26
  • 46
0
votes
1 answer

Running MGWT in Super Dev Mode does not pick up code changes

I was evaluating MGWT for the new mobile version of our website. So I downloaded the MGWT's showcase project and set it up in my Eclipse. I was able to compile the project and run it. I was then trying to set up the showcase to run in the Super Dev…
Hoang
  • 1
  • 1
0
votes
2 answers

Android SDK or JDK

I have an Eclipse project in which I have 2 entrypoints: a GWT web application and a mGWT+phonegap(+Android) mobile app. There are under the same project, as they are based on the same Java code. Debugging let me suspect that within the web…
peternees
  • 170
  • 1
  • 15
0
votes
1 answer

GWTP + MGWT - Errors in 'jar:file:mgwt-1.1.1.jar!/com/googlecode/mgwt/ui/client/theme/MGWTThemeBaseThemeStandardImpl.java'

I am trying to write the build.xml for a GWTP+MGWT project for mobile, desktop & tablet.
blue01
  • 2,035
  • 2
  • 23
  • 38
1 2 3
9
10