Re: Upgradation to GWT 2.7 Shows blank page

2015-08-15 Thread Shiv Kumar
Help me.. i want to use GwtBootstrap for front view, i want to display Google Map on my Site.. and tit should be Responsive,, im displaying but it is not responsive.. My CODE IS ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g=urn:import:com.google.gwt.user.client.ui

Re: UiBinder + CssResource + @ClassName = Error

2015-08-15 Thread Shiv Kumar
Even i faced the same problem... if you got solution please give some ints to solve this, im new to GWT On Wednesday, August 5, 2015 at 2:58:37 PM UTC+5:30, DaveC wrote: Hi, I have the following UiBinder: !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent; ui:UiBinder

Re: GWT + MySQL

2015-08-15 Thread Vaibhav Shukla
Hi Greg, Finally I found someone who has been working on MySQL in GWT. I am working on a project that involves both. But I am kind of stuck with the similar issue. Can send a sample example to better understanding of GWT and MySQL. I am using GWT-RPC. On Tuesday, November 30, 2010 at 10:14:47

Hyperlink: Why does my history token getting removed and replaced by /# ?

2015-08-15 Thread Stefan Falk
Hi! This question is also on stackoverflow: http://stackoverflow.com/questions/32027495/gwt-hyperlink-strange-behavior-redirecting-to-http-localhost8080 But essentially the history token I am passing to the Hyperlink gets just loaded very shortly but then replaced by /# which causes my landing

Re: UiBinder + CssResource + @ClassName = Error

2015-08-15 Thread Thomas Broyer
Have you tried using {style.defaultStyle} in your attribute? {style.panel-default} is not a valid value AFAICT, but maybe it'd be detected only later (and is hidden by the current error) On Wednesday, August 5, 2015 at 11:28:37 AM UTC+2, DaveC wrote: Hi, I have the following UiBinder:

When debugging GWT app, Chrome says Development Mode requires the GWT Developer Plugin, although it is already installed

2015-08-15 Thread Lars Ruoff
Hi, i have the following issue: I'm compiling my GWT project from within eclipse. Everything builds fine. When i want to open the URL for debugging on Chrome (version 44.0.2403.155 m), URL is http://127.0.0.1:/GwtFlags.html?gwt.codesvr=127.0.0.1:9997, I can briefly see my application screen,

Re: When debugging GWT app, Chrome says Development Mode requires the GWT Developer Plugin, although it is already installed

2015-08-15 Thread Lars Ruoff
Problem solved. Found the solution, Run As GWT Super Dev Mode and all. Sorry for the noise. On Sat, Aug 15, 2015 at 9:46 PM, Lars Ruoff lars.ru...@gmail.com wrote: Hi, i have the following issue: I'm compiling my GWT project from within eclipse. Everything builds fine. When i want to