rickilama54 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid hover #402

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have created a grid, and wanted to make the hover style more transparent 
(when the entire row is "highlighted" on mouseover, etc.), but calling 
grid.setHoverOpacity(30); didn't do anything, so I resulted into not showing 
hovering at all by calling grid.setShowHover(false); ... Still nothing. Then 
grid.setCanHover(false); ... but yet again still nothing. All three methods 
just seems to do nothing! Or maybe I just don't understand the point of those 
methods. In any case, some examples would be great to show how to control 
hovering. Thank you.

Original issue reported on code.google.com by yanick.r...@gmail.com on 9 Feb 2010 at 4:53

GoogleCodeExporter commented 8 years ago
After some more try and error method, I have found grid.setShowRollOver(false); 
which 
did exactly what I wanted.

Still, what exactly does setShowHover(boolean), setCanHover(boolean), and 
setHoverOpacity(Integer) ?

Original comment by yanick.r...@gmail.com on 9 Feb 2010 at 5:28

GoogleCodeExporter commented 8 years ago
Post question on the SmartGWT forum. This is only for reporting issues..

Original comment by sanjiv.j...@gmail.com on 9 Feb 2010 at 8:42