Re: @ShowcaseSource

2011-02-18 Thread John LaBanca
with the showcase example. I created a class > > similar to all the others which extent ContentWidget. It is working > > fine as long as I don't use Annotations like @ShowcaseSource. Then I > > get errors. Why? > > > > package com.google.gwt.sample.showcase.

Re: @ShowcaseSource

2011-02-17 Thread Ewald Pankratz
se Annotations like @ShowcaseSource. Then I > get errors. Why? > > package com.google.gwt.sample.showcase.client.content.ep; > > import com.google.gwt.core.client.GWT; > import com.google.gwt.core.client.RunAsyncCallback; > import com.google.g

@ShowcaseSource

2011-02-16 Thread Ewald Pankratz
I'm playing around with the showcase example. I created a class similar to all the others which extent ContentWidget. It is working fine as long as I don't use Annotations like @ShowcaseSource. Then I get errors. Why? package com.google.gwt.sample.showcase.client.content.e