Oh good grief.

@sprite .cellTreeSelectedItem { ... }   /* works */

@sprite
.cellTreeSelectedItem { ... } /* doesn't work */


The @sprite has to be on the same line?

Grr.  Well, at least I'll never make that mistake again!




On Dec 15, 2:28 pm, Christopher Piggott <cpigg...@gmail.com> wrote:
> Yes, I was transliterating it into the mailing list and I made that
> mistake.  That doesn't seem to be the issue, though - even fixing
> that, it's still angry about not being able to find
> cellTreeSelectedItem.
>
> I wonder if I'm overriding the CellTree.Resources this way if I have
> to override more of it than I am.
>
>
>
>
>
>
>
> On Thu, Dec 15, 2011 at 1:53 PM, Jens <jens.nehlme...@gmail.com> wrote:
> > Shouldn't it be
>
> > @sprite
> > .cellTreeSelectedItem {
> > gwt-image: 'cellTreeSelectedBackground'; //instead of
> > 'myCellTreeSelectedBackground'
>
> > background-color:  #628cd5;
> > color: white;
> > height: auto;
> > overflow: auto;
> > }
>
> > because the method that returns the ImageResource has that name?
>
> > -- J.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To view this discussion on the web visit
> >https://groups.google.com/d/msg/google-web-toolkit/-/AVkO7WZvsLMJ.
>
> > 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.

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