Printing Tab Panels

Servoy Developer
Version 3.1.2-build 406
Java version 1.5.0_10-b03 (Windows XP)

I am printing a form with a tab panel. The tabbed form has an image.
This image does not show up when controller.print() is called.

It does show up when printed from controller.showPrintPreview

sometimes in place of the image I see “Loading media…”

I even put application.sleep() before the printing in case the image wasn’t loaded in time. This only got rid of the loading media…

Also tried application.updateUI(). No Luck.

All other fields in the tabbed form print fine.

-sean