Re: tablayoutpanel on docklayoutpanel center

2010-08-02 Thread dlynch
are you trying to get something like 
http://www.smartclient.com/smartgwt/showcase/#main
where you click on menu on left and it keeps adding tabs near the top?
or are you really wanting to create a menu dynamically in the header?

If its the latter couldnt you use a DeckPanel in the center and create
a Menu widget in the north of docklayoutpanel that is built and
modified depending on new panels in the DeckPanel? hope that makes
sense.

Kind Regards
David

On Aug 2, 5:14 pm, asianCoolz  wrote:
> looking for tips . i have tablayoutpael in docklayoutpanel's center.
> any technique to make each tabs appear on the docklayoutpanel header?

-- 
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-tool...@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: problem accessing one composite from another - Urgent help needed if possible

2010-07-23 Thread dlynch
Ok will do,

Thanks for the help

Kind Regards
David

On Jul 22, 6:44 pm, cokol  wrote:
> hi.from architectonical perspective,the response IS A  part of your
> wrapping composite therefore ur maininterface should also manage
> it.just put the response widget inside
>
> On Jul 22, 6:20 pm, dlynch  wrote:
>
>
>
> > Hi Everybody,
>
> > I am learning GWT just and am really stuck on a problem.
>
> > I have created a new composite which contains several panels. In some
> > of the panels I have other seperate composites of which one is a
> > search which contains a TextBox and a Button.
>
> > So basically i have a mainInterface.java which is a composite
> > containing my panels for layout. I also have a search.java which is a
> > composite containing just a TextBox and a button which calls my server
> > and gets a response. I want to display the response inside one of the
> > panels in my mainInterface but I cannot see how I can do that as it is
> > a sepperate class.
>
> > Am I thinking about this all wrong? Should my mainInterface not call a
> > sepperate Search composite but rather just have the button and textbox
> > directly there?
>
> > Kind Regards
> > David

-- 
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-tool...@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.



problem accessing one composite from another - Urgent help needed if possible

2010-07-22 Thread dlynch
Hi Everybody,

I am learning GWT just and am really stuck on a problem.

I have created a new composite which contains several panels. In some
of the panels I have other seperate composites of which one is a
search which contains a TextBox and a Button.

So basically i have a mainInterface.java which is a composite
containing my panels for layout. I also have a search.java which is a
composite containing just a TextBox and a button which calls my server
and gets a response. I want to display the response inside one of the
panels in my mainInterface but I cannot see how I can do that as it is
a sepperate class.

Am I thinking about this all wrong? Should my mainInterface not call a
sepperate Search composite but rather just have the button and textbox
directly there?

Kind Regards
David

-- 
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-tool...@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.



Trying to create and read xml using gwt on client side

2010-07-02 Thread dlynch
I am creating an object which contains instances of other objects. I
need to write a toXml() function for each object so that I can build a
full xml document to send to the server from the client.

I noticed something called DocumentFragment and was wondering first of
all of this is the correct direction to be going in and also does
anyone have any examples or tutorials of this type of code in GWT as I
cannot find any.

I hope that makes sense but if not please let me know what further
information you might need from me.

Kind Regards
David

-- 
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-tool...@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.