Re: SplitLayoutPanel and Widgets using UiBinder

2011-10-27 Thread Freddie Jefferson
Patrick,

I got it. Thanks a bunch.

Regards,
SigmaBlu

On Wed, Oct 26, 2011 at 5:04 PM, Patrick Julien pjul...@gmail.com wrote:

 OK, so use a SimplePanel or whatever you need in the west area and assign
 to that

 --
 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/-/Qt_vrQii8ZcJ.

 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.



SplitLayoutPanel and Widgets using UiBinder

2011-10-26 Thread SigmaBlu
I currently have a SplitLayoutPanel (north, west, center, and south).
I am trying to remove and add a widget based on the users interaction
with the centers widget.

For example, when the user clicks on a tables cell, it will remove the
current widget and replace it with another widget. Unfortunately, im
running into an error and it says that i cant add another widget after
the center.  Can someone please point me to right source.  Thanks.

Regards,
SigmaBlu

-- 
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: SplitLayoutPanel and Widgets using UiBinder

2011-10-26 Thread Patrick Julien
You need to put an additional layout in the center, like SimplePanel, you 
then remove and add your widget there.

-- 
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/-/e3TuaSoB8VsJ.
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: SplitLayoutPanel and Widgets using UiBinder

2011-10-26 Thread Freddie Jefferson
Patrick,
My apologies, but I am not trying to swap out the center panel's widget.
However, I am trying to swap out the West panel's widget.

On Wed, Oct 26, 2011 at 4:46 PM, Patrick Julien pjul...@gmail.com wrote:

 You need to put an additional layout in the center, like SimplePanel, you
 then remove and add your widget there.

 --
 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/-/e3TuaSoB8VsJ.
 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.



Re: SplitLayoutPanel and Widgets using UiBinder

2011-10-26 Thread Patrick Julien
OK, so use a SimplePanel or whatever you need in the west area and assign 
to that

-- 
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/-/Qt_vrQii8ZcJ.
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.