Number of rows in AbsolutePanel?

2014-03-06 Thread Sachin Bal
Hello, I am using uibinder to design a form in AbsolutePanel. In this panel, a few of the labels appear after 700px from the top. I am able to insert these labels and I can see the values in the Properties pane on the design view, they also get created in the xml source, but, I am not able

Re: GWT+Hibernate

2014-03-06 Thread Amir kessentini
Hey again :) i have read GWT homepage article and i'm developping an example which i have a user interface and i want to save the informations on database using postgres as SGBD. i follow the steps but i got a problem that i couldn't resolve. com.google.gwt.user.server.rpc.UnexpectedException:

Re: GWT SimpleEventBus which implementation to use?

2014-03-06 Thread Thomas Broyer
Note: we've had a discussion recently about how to move forward: https://gwt-review.googlesource.com/6271 Not conclusive yet, but c.g.g.event.shared might go away in the future (with a breaking change in Activities) On Wednesday, March 5, 2014 3:41:24 PM UTC+1, sluettmann wrote: Thanks very

GWT module 'MySampleApplication' may need to be (re)complied

2014-03-06 Thread Owais Zahid
I am new to GWT. I am using IntelliJ IDE and trying to create a sample demo application based on the following tutorial: http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html As suggested in this tutorial, i want to open a Logon page and upon successful login, my servlet will

Change CSSResources in different Projects

2014-03-06 Thread Dominic Warzok
Hi, I have written a little webapp f.e. myWebapp there I use CSS Resourses like they are discribe at the GWTProject site. Now I need that other Web Apps that use my WebApp as an jar file can change the css resource. I found this

Re: GWT module 'MySampleApplication' may need to be (re)complied

2014-03-06 Thread Dominic Warzok
Did you use the development mode or super dev mode ? If not you have to run google Compile. In eclipse you have to rightclick the projectfolder than google - google compile. Greets Dominic On Thursday, March 6, 2014 3:39:40 PM UTC+1, Owais Zahid wrote: I am new to GWT. I am using

Re: Change CSSResources in different Projects

2014-03-06 Thread Jens
Use instance methods in your factories and then create the factory using PSGResourceFactory factory = GWT.create(PSGResourceFactory.class) (you don't need any if you only have a single when-type-is in your deferred binding rule) -- J. -- You received this message because you are subscribed

clickHandler goes in loop

2014-03-06 Thread Davide Micheletti
Hi all, i've a tabLayoutPanel and in every tab there is a widget with a click Handler.. If i switch tab and i click on the widget with click Handler the code is runned 2 time for every switched tab.. Where i fail?? thanks.. Davide -- You received this message because you are subscribed to the

Re: How to attach an image to an email and how to test email

2014-03-06 Thread Ericsson de Oliveira
Hello, im trying the same thing. Did you manage to send image via email? I dont want to send like attachment, just send like this: img src=image.png/ But i dont know how, because gwt converts this name to something like this: data:image/png;base64, ... If you manage something, please let me

Re: clickHandler goes in loop

2014-03-06 Thread Thomas Broyer
Show your code? On Thursday, March 6, 2014 6:22:01 PM UTC+1, Davide Micheletti wrote: Hi all, i've a tabLayoutPanel and in every tab there is a widget with a click Handler.. If i switch tab and i click on the widget with click Handler the code is runned 2 time for every switched tab.. Where

Re: GWT+Hibernate

2014-03-06 Thread Andy Stevko
Move the classes that are referenced both on the client server (like DTO) into the shared package. Strip down SavePersonne() to almost nothing to see what is causing the Initialization exception. Perhaps your web.xml is misconfigured? This tutorial runs through all the steps to setting up RPC

Re: GWT module 'MySampleApplication' may need to be (re)complied

2014-03-06 Thread Owais Zahid
I think, i am using development mode. I am using IntelliJ IDE. I tried to compile the code but this error is not going anywhere. However, if i run MySampleApplication.html directly (not via servlet as mentioned above) then application works fine. On Thursday, March 6, 2014 7:53:04 PM UTC+5,

Re: Problems using native JavaScript library (Snap)

2014-03-06 Thread Magnus
Any idea how to solve this? An attempt was made to reference a Node in a context where it does not exist. I receive this message whenever I try to connect the svg element to a parent. Thanks Magnus -- You received this message because you are subscribed to the Google Groups Google Web