Re: Return a HorizontalPanel to a DisclosurePanel when I perform an AsyncCallback

2016-08-10 Thread Glyndwr Bartlett
Jens, You are magnificent! I can not express how grateful I am for your help :-) Yours-in-Scouting, Glyn (Wirrin) On 11 August 2016 at 00:51, Jens wrote: > private DisclosurePanel addressDisclosurePanel(String nameId) { > final DisclosurePanel addressDisclosurePanel = new DisclosurePanel

Re: Return a HorizontalPanel to a DisclosurePanel when I perform an AsyncCallback

2016-08-09 Thread Glyndwr Bartlett
Hi Jens, I have spent over three weeks trying to get this to work. I have tried to include your suggestion; however, I just can not get it to work. Any assistance you, or anyone else, can provide would be greatly appreciated. Kind regards, Glyn On 8 August 2016 at 19:16, Glyndwr Bartlett

Re: Return a HorizontalPanel to a DisclosurePanel when I perform an AsyncCallback

2016-08-08 Thread Glyndwr Bartlett
Hi Jens, When I do this (in onSuccess) I get the error: addressDisclosurePanel cannot be resolved Are you ale to provide me with code examples please as I am not a real programmer I am doing this for Scouts. Kind regards, Glyn On 8 August 2016 at 18:31, Jens wrote: > Move > > //addressDiscl

Re: How Can I import CSV values?

2016-03-03 Thread Glyndwr Bartlett
Magnificent work around! A round of applause for thinking outside the box :-) Kind regards, Glyn On Friday, 13 June 2008 10:49:57 UTC+10, Dobes wrote: > > One thing you might try, if the CSV file is less than 100K or so, is > ask the user to copy/paste its contents into a text area and click

Re: new in 2.4? "GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory"

2014-08-17 Thread Glyndwr Bartlett
Thanks Dominique :-) On Tuesday, 20 September 2011 01:57:07 UTC+10, cri wrote: > > I'm seeing this error in eclipse problems: > > GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib > directory > > Does anyone know whether this is new in GWT 2.4? I don't recall seeing > it before.

Re: GWT view reloads when I display another view - how do I clear it?

2014-06-12 Thread Glyndwr Bartlett
The answer, if anyone is interested, can be found here: http://forums.whirlpool.net.au/forum-replies.cfm?t=2265752 Regards, Glyn On Wednesday, 21 May 2014 12:42:52 UTC+10, Glyndwr Bartlett wrote: > I have an application with a number of views. The sequence I am following > is: > &g

GWT view reloads when I display another view - how do I clear it?

2014-05-20 Thread Glyndwr Bartlett
I have an application with a number of views. The sequence I am following is: - When the application starts it displays the "Login" view. - When I login the "SelectPerson" view is displayed showing the selectable images of a number of people. - When I select an image the "AwardOver

Passing data between Views

2014-02-18 Thread Glyndwr Bartlett
I am trying to pass the login details from the login view to the next view. I found a tutorial and followed it however I am stuck. I am able to store the login data on the server side but an unable to retrieve it. The server side code is: private ViewData viewData = new ViewData(); public Vi

Re: Eclipse, GWT, which class to use and how to call it via a hyperlink?

2013-01-17 Thread Glyndwr Bartlett
t("hi"); > } > > }); > > > > On Tuesday, January 15, 2013 12:34:32 AM UTC+2, Glyndwr Bartlett wrote: >> >> I am new to both java and GWT and am using Eclipse (Juno with the GWT >> plugin) to develop an application for a volunteer organisation. I

Re: Eclipse, GWT, which class to use and how to call it via a hyperlink?

2013-01-17 Thread Glyndwr Bartlett
through the Java > training, and when you start the GWT book you could just develop your > application as you learn. > > On Monday, January 14, 2013 3:34:32 PM UTC-7, Glyndwr Bartlett wrote: >> >> I am new to both java and GWT and am using Eclipse (Juno with the GWT

Re: Eclipse, GWT, which class to use and how to call it via a hyperlink?

2013-01-17 Thread Glyndwr Bartlett
:32 UTC+11, Glyndwr Bartlett wrote: > I am new to both java and GWT and am using Eclipse (Juno with the GWT > plugin) to develop an application for a volunteer organisation. I have > created a class called AwardTracker (in org.AwardTracker.client) which is > my entry point. Thi

Eclipse, GWT, which class to use and how to call it via a hyperlink?

2013-01-16 Thread Glyndwr Bartlett
I am new to both java and GWT and am using Eclipse (Juno with the GWT plugin) to develop an application for a volunteer organisation. I have created a class called AwardTracker (in org.AwardTracker.client) which is my entry point. This displays a standard login page. I followed a tutorial fo