ReDrawing a WebCanvas

Hey all,

I have a page in my web app that has a canvas that has several different pictures and lines drawn on it. Sometimes all the individual pictures load. Other times they do not. When they don’t load, if I resize the browser page, everything shows up. But calling refresh or invalidate on the canvas does nothing. How do I force the browser to redraw the page like it does when I resize it?

I want to load the page, then force this refresh because for some reason not everything is being drawn in the first place…