• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problems with click/touch events in GWT mobile using UiBinder

 
Greenhorn
Posts: 1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been working on finding a multi-platform mobile solution for an application I have been writing. Looking into GWT, it looked like it with phonegap would work out for everything that I needed. Unfortunately I am hitting some (hopefully) small problems with the initial learning curve.

I am trying to use GWT's UiBinder to setup my GUIs so I can have better separation between code and layout. The problem is, when I added the HeaderPanel to my layout, it manages to prevent me from clicking any of the other components. If I remove it again, everything else seems to function normally. Does anyone know what could cause this? Is it just because I am trying to use components from multiple libraries? I'm hoping this is just something trivial that I can mark up to my inexperience with GWT. Any guidance would greatly help me from pulling any additional hair out.

Here is my ui.xml file:


 
reply
    Bookmark Topic Watch Topic
  • New Topic