Hmmm, that’s odd - it “works for me” (I just tested with print-to-file").
FWIW, my case is a simple one of a tableview form in a single tab (i.e. like a portal, but without the restrictions of a portal)
jcompagner:
Do you have the property of the tabpanel set to printable?
Indeed I do. The printing itself is fine - it’s when I close the print-preview window and return to the form proper that the tabpanel is blank.
FWIW, none of the printSliding options are enabled and the tabpanel does have scrollbars.
Johan is mistaken, it is possible to print tab panels but there are several conditions to that (see manual).
And a side effect of printing tabpanels is that the form, when being printed is temporary removed from the visible tabpanel, as long we cannot duplicate forms (planned for 2.5) you have to do indeed some action to get the panel back. (setTabIndex on tabpanel after printing is the best working)