Re: Mulitple pages using GWT

2012-02-13 Thread tong123123
yes, I think the user is facing the change page concept in old jsp1 --
 servlet -- jsp2 concept.
I also face similar problem when using gwt in the first time, it seems
that gwt has no page concept, but should think page as panel, so
change page is equal to change panel!!
let said there is one outer panel and it contains different
panel(page), depends on what page(Panel) need to be displayed.


On Feb 13, 3:18 pm, Vasi Sándor sa...@inlineskate.hu wrote:
 In the gwt world we usually don't navigate the user to new page, but instead 
 replace the content of our container widget. E.g. You have two panels: one 
 for the navigation buttons and an other for the page content. You can replace 
 the content easily in the page content containing panel by clicking on any of 
 the buttons in the other panel.
 I am not too sure, but is this what you need?

 On 2012.02.13., at 7:36, yashujn yashssha...@gmail.com wrote:







  I devloped a webpage which xactly looks like igoogle page in my page 4
  wdigets are presents and all are take latest updates using rss
  feed...

  in left hand side of my page i gave 4 button for those 4 widgets by
  clicking on those button widget will open in full screen mode(xactly
  like igoogle).

  now i created one more button named SHARED what i want is when
  anyone click on that button a predefined template will

  open (i write the code for that template).. so anyone can share
  anything .

  now the thing is in my home page i wat only those 4 widgets and this
  template will shown only when anyone click on that SHARE button.

  i dnt knw how to do it I thought to add one more page is
  an option so i asked how to add multiple pages in gwt..

  hope i cleared my dout.

  plz help me uregntly...

  On Feb 13, 11:26 am, Amrutha Thomas amrutha.tho...@gmail.com wrote:
  Can you make the question  clear??

  --
  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 unsubscribe from this group, send email to 
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Mulitple pages using GWT

2012-02-13 Thread brip lawlaw
I don't quite understand the problem but I think what you are trying to do 
is to clear the content and display whatever it is when you click the 
button.

I'm not sure but here it is:

RootPanel.get(slot).clear();
RootPanel.get(slot).add(widget);

Correct me if I'm wrong.

-- 
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://groups.google.com/d/msg/google-web-toolkit/-/iJ8Er7n8J18J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Mulitple pages using GWT

2012-02-12 Thread Amrutha Thomas
Can you make the question  clear??

-- 
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 unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Mulitple pages using GWT

2012-02-12 Thread yashujn
I devloped a webpage which xactly looks like igoogle page in my page 4
wdigets are presents and all are take latest updates using rss
feed...

in left hand side of my page i gave 4 button for those 4 widgets by
clicking on those button widget will open in full screen mode(xactly
like igoogle).


now i created one more button named SHARED what i want is when
anyone click on that button a predefined template will

open (i write the code for that template).. so anyone can share
anything .


now the thing is in my home page i wat only those 4 widgets and this
template will shown only when anyone click on that SHARE button.


i dnt knw how to do it I thought to add one more page is
an option so i asked how to add multiple pages in gwt..


hope i cleared my dout.

plz help me uregntly...


On Feb 13, 11:26 am, Amrutha Thomas amrutha.tho...@gmail.com wrote:
 Can you make the question  clear??

-- 
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 unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Mulitple pages using GWT

2012-02-12 Thread Vasi Sándor
In the gwt world we usually don't navigate the user to new page, but instead 
replace the content of our container widget. E.g. You have two panels: one for 
the navigation buttons and an other for the page content. You can replace the 
content easily in the page content containing panel by clicking on any of the 
buttons in the other panel.
I am not too sure, but is this what you need?

On 2012.02.13., at 7:36, yashujn yashssha...@gmail.com wrote:

 I devloped a webpage which xactly looks like igoogle page in my page 4
 wdigets are presents and all are take latest updates using rss
 feed...
 
 in left hand side of my page i gave 4 button for those 4 widgets by
 clicking on those button widget will open in full screen mode(xactly
 like igoogle).
 
 
 now i created one more button named SHARED what i want is when
 anyone click on that button a predefined template will
 
 open (i write the code for that template).. so anyone can share
 anything .
 
 
 now the thing is in my home page i wat only those 4 widgets and this
 template will shown only when anyone click on that SHARE button.
 
 
 i dnt knw how to do it I thought to add one more page is
 an option so i asked how to add multiple pages in gwt..
 
 
 hope i cleared my dout.
 
 plz help me uregntly...
 
 
 On Feb 13, 11:26 am, Amrutha Thomas amrutha.tho...@gmail.com wrote:
 Can you make the question  clear??
 
 -- 
 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 unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.