We really need to see the script you are using to display your image.
From your description, you must be killing the framework AFTER you show the image. Then, since the framework is dead, the screen will not redraw.
(Note: It may not be specifically the framework, but the principle remains, you are killing something you need to redraw the image.)
|