Your order of operations appears incorrect. From your original code I don't see where GetAddressHandler.addressHorizontalPanel is ever actually added to the addressDisclosurePanel.
On Tuesday, August 9, 2016 at 3:15:42 PM UTC-7, Glyndwr Bartlett wrote: > > 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 <[email protected] > <javascript:>> wrote: > >> 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 <[email protected] <javascript:>> >> wrote: >> >>> Move >>> >>> //addressDisclosurePanel.add(addressHorizontalPanel); >>> >>> into your GetAddressHandler and pass in the newly created >>> addressDisclosurePanel? Alternatively use an anonymous class as callback. >>> >>> -- J. >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "GWT Users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/google-web-toolkit/taQlLOMZ3zw/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected] <javascript:>. >>> To post to this group, send email to [email protected] >>> <javascript:>. >>> Visit this group at https://groups.google.com/group/google-web-toolkit. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
