0

Where do I need to put my Image Bundle (derived from a ClientBundle) for GWT Designer to find them?

I've tried doing add in the Image Bundle Palette and GWT Designer can't find my bundle.

How do I achieve this?

GWT SDK 2.5.0RC1, Eclipse Helios (3.6)

jldupont
  • 93,734
  • 56
  • 203
  • 318
  • I'm not using the designer, but are you sure "Image Bundle Palette" doesn't refer to `com.google.gwt.user.client.ui.ImageBundle` rather than `ClientBundle`s with `ImageResource`s? – Thomas Broyer Jun 30 '12 at 15:04
  • `Image Bundle Palette` is a GWT Designer feature – jldupont Jun 30 '12 at 15:09

1 Answers1

1

The "ImageBundle Palette" is apparently about com.google.gwt.user.client.ui.ImageBundles, not about com.google.gwt.resources.client.ClientBundle.

See https://developers.google.com/web-toolkit/tools/gwtdesigner/palettes/gwt_palette and https://developers.google.com/web-toolkit/tools/gwtdesigner/features/gwt/image_bundles

Thomas Broyer
  • 64,353
  • 7
  • 91
  • 164