Rotating Image Wheel

2009-02-01 Thread Sandile
oject may break the ice of experience. --Sandile --~--~-~--~~~---~--~~ 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 unsubs

Compilation Problem

2008-11-27 Thread Sandile
I get an error every time that I try to compile my code: [ERROR] Errors in 'jar:file:/C:/dev/gwt-windows-1.5.3/gwt- windows-1.5.3/gwt-dev-windows.jar!/com/google/gwt/dev/jjs/intrinsic/ com/google/gwt/lang/Stats.java' [ERROR] Missing message: compilation_internalError in: org.eclipse.jdt.interna

GWT-Ext set panel background image

2008-11-24 Thread Sandile
I am trying to set the background image of a Panel called desktop. I am a novice and so do not have any experience in this respect. Please help me solve my problem, it is of the highest urgency, thank you for your time: --Sandile --~--~-~--~~~---~--~~ You received

Re: GWT-Ext Instant Messenger Attempt

2008-11-17 Thread Sandile Keswa
; 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 PROTE

Scrolling an HTML Table

2008-11-16 Thread Sandile
without using a scroll panel. Thanks, Sandile --~--~-~--~~~---~--~~ 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

GWT-Ext Instant Messenger Attempt

2008-11-15 Thread Sandile
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 pr