@UiField ListBox groupListBox;
loadGroupListBox(workingLists, groupListBox);
private void loadGroupListBox(ArrayList<ListBoxItem> itemList,
ListBox listBox)
{
for (int i = 0; i < itemList.size(); ++i)
{
ListBoxItem item = itemList.get(i);
listBox.addItem(item.getDesc(), item.getCode());
}
}
On Nov 1, 6:27 am, Nathan Wells <[email protected]> wrote:
> Do you have a snippet of code that can reproduce this problem? this
> sounds like a browser issue to me.
>
> On Oct 28, 6:20 am, skippy <[email protected]> wrote:
>
>
>
> > In this configuration, the drop down list boxes open with the top out
> > of the top of the browser and no scrollBar.
>
> > GWT 2.0.4
>
> > Has anyone else seen this?
> > Any chanse for a 2.0.5 fix?
>
> > Thanks- Hide quoted text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.