Opening a new window is as simple as a call to Window.open. However, since your GWT client keeps all of its state in javascript your new window will know nothing of the old window. You can pass some arguments to this new window to get it in the right initial state, but thats about it.
-Ben On Dec 22, 7:00 am, Shiv shankar <[email protected]> wrote: > Actually in that new window tab buttons play a role in majority, by > displaying graphs. > so i need a new window, > important thing is like presently running my code in local host > so area am getting is very less, thinking that if the new window gets opened > ill get > enough space. > > thanks > -shiv > > On Wed, Dec 22, 2010 at 6:09 PM, Cesar Ruiz <[email protected]> wrote: > > And normally what does it do?. Im confused. > > > On 22 December 2010 13:37, Shiv shankar <[email protected]> wrote: > > >> HI all, > > >> On module load in the entry point only a new browser window has to be > >> opened. > >> does any body know this, how to do? kindly help me out. > > >> thanks in advance > >> -shivu > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Google Web Toolkit" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<google-web-toolkit%[email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- > > Cesar Ruiz. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
