• 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

Mouse click not working (ComboBox, RowGrid etc..)

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a strange problem and i am sure it is just simple mistake of some kind but i cant really find it and i dont really know what to search.

I create a new window with VerticalPanel in it. Inside this Vertical Panel i put TabSet with SelectItem component. The problem is that clicking on drop down is not working. Same situation is when i put ListGrid inside, RecordClickHandler and RecordDoubleClickHandler are not working at all (but RowContextClickHandler works).

When i remove VerticalPanel and add these components directly - problem is gone. I just want to know why Here is code that produces 2 windows: one with VerticalPanel and one without (one is working, the second is not). I use :

 
Patryk Sosinski
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok. I found the solution. I mixed smartgwt widgets with gwt widget. After switching from VerticalPanel to VLayout and extending Layout instead of Composite everything works.
reply
    Bookmark Topic Watch Topic
  • New Topic