Smart GWT 4.0p (SmartClient Version: v9.0p_2013-07-15/PowerEdition Deployment (built 2013-07-15))
TimeItem wouldn't print its value neither using
nor
All the other fields like the TextItem and the DateItem are printed correctly on the same form, but TimeItem remains empty.
TimeItem wouldn't print its value neither using
Code:
Canvas.showPrintPreview(window);
Code:
Canvas.printComponents(window.getChildren());
Comment