-
8 Apr 2008 6:16 AM #11
Hi!
I've setted the correct PATH in init.js (i've also tried with printer-friendly-array-grid.css), but I still have the same print archive. I send you a copy of it. I don't know what's wrong...
-
8 Apr 2008 6:22 AM #12Owner of 360releases Ltd. - Sencha Touch & Ext JS consulting
twitter.com/steffenhiller
extjswithrails.com, senchatouchbits.com
-
8 Apr 2008 6:28 AM #13
This result is from Firefox 2.0.0.13, on IE 7 i get a screenshot, but I've seen it's not operative for IE so I've tried with FF
-
8 Apr 2008 6:48 AM #14
Ok, actually now I see in your pdf that your css file is not loaded probably. (Missing padding in the tbody part.) Please make sure that your PATH in the init.js is right! I think it's not :-)
Can you post the line from your init.js?
P.S. In IE7 is not working yet, that's right, I'm trying to release a new version today where it should work in IE7, too.Owner of 360releases Ltd. - Sencha Touch & Ext JS consulting
twitter.com/steffenhiller
extjswithrails.com, senchatouchbits.com
-
8 Apr 2008 6:54 AM #15
I didn't know what was the correct css file so I tried with:
andCode:Ext.PRINTER_FRIENDLY_CSS_URL = 'resources/css/printer-friendly.css';
and it does not work, i had the same result in both. ThanksCode:Ext.PRINTER_FRIENDLY_CSS_URL = '../examples/grid/printer-friendly-array-grid.css';

-
8 Apr 2008 6:59 AM #16
Ah ok,
it should be printer-friendly.css, but
looks not right.Code:Ext.PRINTER_FRIENDLY_CSS_URL = 'resources/css/printer-friendly.css';
The printer-friendly.css is in the Ext.ux.PrinterFriendly extension folder. The path should be relativ from your printer-friendly-array-grid.html file, or try to set an absolut path.Owner of 360releases Ltd. - Sencha Touch & Ext JS consulting
twitter.com/steffenhiller
extjswithrails.com, senchatouchbits.com
-
8 Apr 2008 7:16 AM #17
Ok, with the absolute path it works perfectly, thanks a lot

-
8 Apr 2008 9:29 AM #18
Hi again!!
I'd like to know if there is any way to avoid preview panel? Because I'd like to print directly when I press my buttom.
-
8 Apr 2008 10:13 AM #19
Hey vizcano, I think there is a way, but I haven't implemented that functionality yet. I was planning that feature for the 0.3 release, which should be out next week. I hope you can wait until then...

P.S. This functionality is not so trival, that's why it needs a little testing/time.Owner of 360releases Ltd. - Sencha Touch & Ext JS consulting
twitter.com/steffenhiller
extjswithrails.com, senchatouchbits.com
-
8 Apr 2008 1:22 PM #20
Update 0.2
Update 0.2
Just uploaded Version 0.2. Besides many internal improvements it's working for Safari, IE6 and IE7 now as expected.
Owner of 360releases Ltd. - Sencha Touch & Ext JS consulting
twitter.com/steffenhiller
extjswithrails.com, senchatouchbits.com
Similar Threads
-
PrinterFriendly issue : {column_name}
By Cedric_K in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 12 Oct 2010, 1:57 PM


Reply With Quote