Hi everyone,
I'm having trouble building a customized tree.  I'm trying to build
something that looks like the Microsoft Visual Studio installer, where
you've got categories (root items on the tree) which expand into a
list of items with checkboxes beside them.  I've built a Composite
that puts a checkbox and a label in a horizontal panel, and I pass
this Composite to the TreeItem constructor.  This works fine in IE but
comes out very weird in other browsers.

There's an extra line before the start of my horizontal panel, so it
makes the tree very spaced out vertically.  Additionally, only this
first empty line (and even then, only a space a few pixels wide) gets
coloured in when the TreeItem is selected.  The actual widget that
should be highlighted remains as before, with just a white background.

It looks like the following:

 + Item 1
 -  Item 2
      ||
      [ ]  Subitem 1

      [ ]  Subitem 2

Where [ ] represents a checkbox, and || represents the very thin
highlighting that should in fact be covering the entirety of the
following line (Subitem 1).

Anyone have any ideas? Thanks!
--~--~---------~--~----~------------~-------~--~----~
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