Hi Rod,

I found I had to disable keyboard selection.
http://zelea.com/project/votorola/a/count/resource/SacSelectionV.java

   sacListV.setKeyboardSelectionPolicy(
     HasKeyboardSelectionPolicy.KeyboardSelectionPolicy.
  // BOUND_TO_SELECTION );
  //// causes odd coloured (yellow) background to appear on first click
     DISABLED );

Otherwise I had no problem with yellow.  My selections are blue.
Click on the ugly, maroon coloured button at top left.  See the popup:
http://zelea.com/y/vw/xf/#c=DV&s=G!p!sandbox

-- 
Michael Allan

Toronto, +1 416-699-9528
http://zelea.com/


Rod Trendy wrote:
> Hello everyone,
> 
> I can't help it anymore. I am really stuck on the CellList. Creating
> and working with a CellList is quite simple, but I can't change the
> style of the CellList.
> 
> I search the internet via Google but I couldn't find any results that
> 'really' helped me out. I just want to be able to change the
> background color of a selected cell, but whatever I try the color
> won't change from yellow to blue. All I've got so far is changing the
> whole background of the celllist into blue (including the cells which
> are not selected) but that's getting me nowhere.
> 
> Please, can anyone help me out? I really would like to have a step by
> step guide for this problem. I am exhausted :(
> 
> Regards, Rod

-- 
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