Hello all,

I have been bundling all of the images in our application (900+
images) into Image Bundles.  So far so good, loading is faster and the
images look just the same.

Now, the only issue I am facing are my push buttons.  I am not doing
anything differently (although I've tried), but when the pages load,
where the push button should be is the entire composite image from the
bundle my push button images are in.

Does anyone know what is going on??

>From the bundle interface
:
        @Resource ("com/******/******/public/images/****/*****/button.gif")
        public AbstractImagePrototype button();

        @Resource ("com/******/******/public/images/****/*****/
button_selected.gif")
        public AbstractImagePrototype buttonSelected();


And its implementation into the PushButton:


PushButton pbButton = new PushButton(myImageBundle.button().createImage
(),myImageBundle.buttonSelected().createImage());



Please help as a large percentage of our images are buttons in a up/
down state!!
Peter


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to