problem with debugging gwt application in dev mode

2012-05-13 Thread Human izatara
when I debug my gwt application in dev mode, after about 30 seconds, Google Chrome shows an error : Plug-in Unresponsive The following plug-in is unresponsive: Unknown Woud you like to stop it ? why this error is shown ? and how can i avoid it ? -- You received this message because you are

Re: problem with debugging gwt application in dev mode

2012-05-13 Thread Thomas Broyer
On Sunday, May 13, 2012 8:08:45 AM UTC+2, Human izatara wrote: when I debug my gwt application in dev mode, after about 30 seconds, Google Chrome shows an error : Plug-in Unresponsive The following plug-in is unresponsive: Unknown Woud you like to stop it ? why this error is shown ?

Re: SmartGWT GUI Layout

2012-05-13 Thread Shawn Brown
Need help in SmartGUI layout issue mentioned below: Why don't you try http://forums.smartclient.com/ ??? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To

Provisioning Errors

2012-05-13 Thread Ed
The plugin will not install. Fresh Install: Eclipse 3.7 Downloaded: com.google.gdt.eclipse.suite.3.7.update.site_2.5.2 to local disk During Install: Error Sun May 13 05:13:01 PDT 2012 Unable to read repository at http://download.eclipse.org/mylyn/drops/3.7.1/v20120425-0100/artifacts.jar.

RootLayoutPanel versus RootPanel with ScrollPanel

2012-05-13 Thread Mike Dee
I've been having a problem getting ScrollPanel to work as expected (or as I expect) in my app. So, I've reduced the problem to a simple case. The code below is from the example of a Custom Data Provider that Google provides in the CellWidgets Developer Guide:

how to use Showcase as a library?

2012-05-13 Thread gwt-dev
Hi, I've been trying to find a GWT example to automatically expand menu on mouse-over -- the kind of UI behavior so common on websites these days. I finally found it in Showcase that came with GWT-2.4 (the menu bar example). However the source code uses annotations and other stuff I have never

FireFox image rendering

2012-05-13 Thread Antonio Guerrero
Im rendering images on my client that's being sent from the server. The images will not render within FireFox but will with Google Chrome. Is anyone else having these issues? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: CellTable header w/ a linear gradient background via CSS gradient - is it supported?

2012-05-13 Thread Boris_siroB
Might be due to the same issue as this: https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/b1kq_BB7eis On Friday, May 11, 2012 1:03:30 PM UTC-4, lich...@gmail.com wrote: Attempting a linear gradient background in a CellTable header as such... .cellTableHeader {

gwt-jet

2012-05-13 Thread Federico Pugnali
Hello! We've just released a GWT open source library we created to help us with the development of a big project started one year ago. Basically gwt-jet is a fast, flexible and easy way to wrap business objects (any pojo actually) that you want to show at the front-end. The jet classes

Text in a glContext

2012-05-13 Thread mike gray
I would like to be able to render text in a glContext. In JOGL and OPENGL there are ways of rendering a string of text into the gl context without having to create textures. Is thre a simial method of rendering text in a WebGLCanvas context? -- You received this message because you are

Jsoup with GWT (build a compatible JAR)

2012-05-13 Thread Christophe Daviet
I want to use Jsoup as a external JAR with GWT on the client-side. But the .jar of Jsoup is not made for GWT. (no .gwt.xml). I'd need to package the Java files along with the class files and a .gwt.xml file to be able to use it as a module and inherit it in GWT. But I don't know how to do.

SERIALIZABLE EXCEPTION

2012-05-13 Thread suddhasatta
I'm having the following exception.. any solution for that.. com.google.gwt.user.client.rpc.SerializationException: Type 'java.util.GregorianCalendar' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded. For security

First Time GWT user

2012-05-13 Thread jb
Trying to create my first webapp with GWT. I was able to write up some client side java code. But this did not get refelected on the .html file.inside the war file. Can some one guide me through what I might be doing wrong. Thanks John -- You received this message because you are subscribed

Re: eclipse + gwt + getting started = Syntax error, annotations are only available if source level is 1.5

2012-05-13 Thread Sani Yusuf
I Have this same problem after i reinstalled windows on my pc. Please someone help On Monday, 20 July 2009 10:36:05 UTC+1, mem wrote: Good afternoon all. I am new to GWT and java developing itself. I have created a java application I wish to turn into an AJAX app via the magic of GWT.

Creating menus using though UiBinder

2012-05-13 Thread chakresh
Hi, I am trying to create menus using UiBinder. my ui.xml goes like !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent; ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' g:MenuBar vertical='true'

Plug-in fails in Chrome - instruction text in plug-in is actively misleading

2012-05-13 Thread Jeff
When I got to step 3 of StockWatcher, I found that it worked fine in IE8, but failed in Chrome. After browsing around a bit I found reference to the same error when using an external server and having to add the server to the white list in developer plug-in options. So I looked there, and the

Re: First Time GWT user

2012-05-13 Thread Kanagaraj M
The code which you have written in Java will not be reflected in ModuleName.html file directly. Instead you will have .js file which contains the JS/HTML code corresponding to your java code. Meanwhile are you getting any error in Dev Mode? On Sunday, 13 May 2012 21:35:25 UTC+5:30, jb wrote:

Re: how to use Showcase as a library?

2012-05-13 Thread Stefano Ciccarelli
setAutoOpen(true) on ManuBar instance (autoOpen=true as a uibinder attribute) -- Stefano Ciccarelli Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday 10 May 2012 at 22:40, gwt-dev wrote: Hi, I've been trying to find a GWT example to automatically expand menu on mouse-over

[gwt-contrib] Customizable Place delimiter (issue1710803)

2012-05-13 Thread nixsid
Reviewers: , Description: Added a WithDelimiter Annotation to allow for custom delimiter for use with the AbstractPlaceHistoryMapper. Example useage: @WithTokenizers(...) @WithDelimiter(/) public interface AppPlaceHistoryMapper extends PlaceHistoryMapper {}

[gwt-contrib] Re: Allow enablement and titles to be set from DatePicker (issue1702804)

2012-05-13 Thread branflake2267
On 2012/05/12 15:09:03, Patrick Tucker wrote: Nice work! http://gwt-code-reviews.appspot.com/1702804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors