Hi,
I've created an image bundle
public interface LayoutImagesBundle extends ImageBundle {
public AbstractImagePrototype layout_bg();
}
I'm trying to set the background image of a canvas with this image but I only see a string as a parameter...
canvas.setBackgroundImage(String) - can someone give me a tip as to how this should be done? Thanks.
Joe
I've created an image bundle
public interface LayoutImagesBundle extends ImageBundle {
public AbstractImagePrototype layout_bg();
}
I'm trying to set the background image of a canvas with this image but I only see a string as a parameter...
canvas.setBackgroundImage(String) - can someone give me a tip as to how this should be done? Thanks.
Joe
Comment