Composite VS EntryPoint

2012-01-25 Thread paschn
I am currently writing my thesis on accessibility through gwt. I want to create an example using the setting up of a gmail account. I am at the very beginning and using gwt designer. My question is if i should use the composite wizard or the entrypoint wizard ? What is the difference of those two

Re: Using Multiple Panels

2011-10-05 Thread paschn
I m sorry, I mean mainData1 and mainData2 in both of them. It was a typo here. In my project it's correct. -- 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

Re: Using Multiple Panels

2011-10-04 Thread paschn
It still doesn't work. The problem it that between the div elements in the HTML file I have some HTML elements (that cannot be implemented with GWT, like a captcha field), so I have to make those two panels (mainPanel1 and mainPanel2) work independently in 2 different RootPanels. On 4 Οκτ, 14:04,

Using Multiple Panels

2011-10-03 Thread paschn
Hello, I have a problem with GWT using multiple panels. I have the HTML file with two div elements,with ids mainData1 and mainData2 and a java file like this: public class MyProject implements EntryPoint { private Label firstNameLabel = new Label(First name:); private TextBox

Using Multiple Panels

2011-10-03 Thread paschn
Hello, i m working with two panels and I have a problem I cannot solve. A have an HTML file with 2 div elements with different ids (mainData1 and mainData2), and a java file like this: public class MyProject implements EntryPoint { private Label firstNameLabel = new Label(First