Thanks so much, I have finally solved my problem

On Mon, Nov 17, 2008 at 4:23 AM, eggsy84 <[EMAIL PROTECTED]> wrote:

>
> I've never done any GWT-Ext programming but as its a build upon GWT.
>
> To perform the items at runtime surely you can simply do:
>
> button.addClickListener(new ClickListener()
> {
>    public void onClick(Widget sender)
>    {
>        String message = myTextField.getText();
>        // Do something?
>    }
> });
>
> Or am I missing something??
>
>
>
> On Nov 15, 3:01 pm, Sandile <[EMAIL PROTECTED]> wrote:
> > I, a new GWT-Ext programmer, is attempting to craft a functional
> > instant messenger using the components in a GWT-Ext window. These
> > components are a textarea to display the cinversation and a text field
> > for the user to contribute messages, the backend stuff is literally
> > taken care of ] - but one problem remains...I cannot change the text
> > in the textarea at runtime! Additionally, I cannot get input from the
> > text field with a click of the button in the window at runtime! I need
> > help to overcome my rookieness! Somebody help me...
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to