Friday, December 16, 2016

Re: GWT 2.7.0 Compile Errors

Hello Thomas ,

I use gxt 2.3.1a , that you send me, to develop an application , but i have this problem : SimpleComboBox do not show the vertical scroll bar when i have many data !! i have the same problem for the compoment "TimeField" , i do not see the scroll vertical bar !! 
I see that the problem come from the file  gxt-all.css !! How can i resolve this problem ???

the code CSS that describe " SimpleCombobox " is : 

.x-combo-list {
    border:1px solid;
    zoom:1;
    overflow:hidden;

}
.x-combo-list-inner {
    overflow:auto;
  
    position:relative;  
    zoom:1;
    overflow-x:hidden;
}
.x-combo-list-hd {
    border-bottom:1px solid;
    padding:3px;
   
}

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment