Isaac already said it. ListBox uses the browsers native style. So it looks 
different on Windows, Mac and Linux and sometimes even between browsers for 
the same operating system. Because its native style you can not reuse it. 
You can only create screenshots for all of these combinations and extract 
the ListBox's button as little image and then use deferred binding to change 
the image in your ComboBox implementation. That way the Button in your 
ComboBox implementation would look like the one of ListBox for all browsers 
/ operating systems but its plenty of work.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to