hey hello smartgwt team... I need your help please!
If I call
Canvas.showPrintPreview(new Object[]{w}, null ,"Titulo", null, new Window(), "Impresion");
I can get one printpreview.... I mean if I close printpreview window, when I click print preview buttom again... browser is like loading something but no printpreview window show up again.
calling
Canvas.showPrintPreview(w);
shows my window printpreview everytime I want.
this happens on GC, FF and IE
I only need to define differents dimension for the printpriview window, that why I can not call Canvas.showPrintPreview(w); (without settings)
thanks in advance for your help!
If I call
Canvas.showPrintPreview(new Object[]{w}, null ,"Titulo", null, new Window(), "Impresion");
I can get one printpreview.... I mean if I close printpreview window, when I click print preview buttom again... browser is like loading something but no printpreview window show up again.
calling
Canvas.showPrintPreview(w);
shows my window printpreview everytime I want.
this happens on GC, FF and IE
I only need to define differents dimension for the printpriview window, that why I can not call Canvas.showPrintPreview(w); (without settings)
thanks in advance for your help!
Comment