Re: Problem with opening a new Window

2009-03-23 Thread lukehashj
This may help you: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/eea48bafbe8eed63 On Mar 23, 5:44 am, Magius wrote: > Ummm, it seems complex. > The DialogBox it's a layer placed on top of the current window, but > it's part of the window and I don't know how to print on

Re: Problem with opening a new Window

2009-03-23 Thread Magius
Ummm, it seems complex. The DialogBox it's a layer placed on top of the current window, but it's part of the window and I don't know how to print only it (you could manipulate the rest of the elements using css to not print them but I think it not a good idea). Probably the best approach is to op

Problem with opening a new Window

2009-03-22 Thread susanne.p...@googlemail.com
I'm writing a programm with gwt in Eclipse. It is a calendar where you can add dates. I also implemented a method to show an overview of all dates. At the moment it is shown in a Dialogbox. Now I want that overview to be printed. So I have to questions 1. Can I print a dialogbox? If yes HOW? 2. I