Re: Maven gwt module dependency with an other gwt module dependency

2012-08-30 Thread Saik0
and the class files. Is there a tutorial or some hints that describes how to setup the projects to use multi gwt modules that depends on each other? kind regards Am Dienstag, 28. August 2012 12:12:23 UTC+2 schrieb Saik0: Hi @all i'm have an issue with maven and external jars as gwt module jars

Maven gwt module dependency with an other gwt module dependency

2012-08-28 Thread Saik0
the sources of the gwt-model project that is used in gwt-test-viewer and in the root project. if i build the root project without the viewer project gwt finds the sources of the model project. What i'm missing? greetings Saik0 -- You received this message because you are subscribed to the Google

Show Iframe of html server that was uploaded to a server first

2012-07-16 Thread Saik0
. If i try to add a external url like google it works but not with the url from the server. What i'm missing? kind regards Saik0 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https

ScrollPanel with a CellList Widget

2012-03-22 Thread Saik0
if the CellList reached a certain Element size but the ScrollBar don't show up and no scrolling is visible.. is this possible with a CellList? Is there a good anywhere example? kind regards Saik0 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: RichTextArea height size

2012-03-14 Thread Saik0
of an html textarea is define by number of colonne, not the content of the area it self. So I think you cant not set it with 100%, try with pixel. Dodo www.html5bydemo.com On Mar 13, 1:17 pm, Saik0 v.h...@arcor.de wrote: Hi @all, why could i change

Re: RPC Serialization of an Interface..

2012-03-14 Thread Saik0
Hi and thanks for your reply. i've investigated your suggestions and must say it's more complex as i thought. Some Interfaces go'es through the rpc serialization, others not. The problem is that i have some enum's in my sources and rpc don't accept them. I'm currently redesign my model and

RichTextArea height size

2012-03-13 Thread Saik0
Hi @all, why could i change the width of the RichTextArea with css but not the height? What i'm missing :-\ ? Source: RichTextArea area = new RichTextArea(); area.setSize(100%, 100%); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To