Re: printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-20 Thread Freller

Hi Jan,

This is browser/OS dependable.

Regards,
Freller


Em segunda-feira, 17 de setembro de 2012 14h29min04s UTC-3, Jan Przybylo 
escreveu:
>
> I print big form that has fixed dimensions. If I'd use Letter parer size 
> it should fit in 4 pages (2 pages wide and 2 pages high). 
> I already started using PrintIt class (gwt-print-it) and it solves most 
> basic problems for me. 
> But when I try to print whole big form it only prints top left as the 1st 
> page and top bottom as the 2nd page leaving the right side not printed. 
>
> Does anyone know proper way of printing wide big pages?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/NO6SWr5S8iMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-20 Thread Ed
Have You tried

https://hrapp1.secep.net/HR/cyberobjects/CyberObjects.html?LOADTABLENAME=PEOPLE&LOADTABLEGROUP=PEOPLE&LOADTABLEACTION=GET&ID=20798#>"
onclick="print(); return false;">Print

Using javascript print function

E



On Thu, Sep 20, 2012 at 7:46 AM, Jeffrey Chimene  wrote:

>  On 09/18/2012 06:02 PM, Jan Przybylo wrote:
>
> no, I don't want to print double-sided document.
>
>
> @media css has nothing to do with double-sided printing.
>
> Cheers,
> jec
>
>  let me explain it:
> imagine you have empty page with just one big image inside 'body' element:
> 
>
> 
>
> lets say it looks like this:
>
> 
>
> and you want to print WHOLE image. So you'd expect your printer to print
> something like this:
>
>  
>
> but instead of this I'm getting something like this printed:
>
> 
> so it's not whole image.
> of course my problem is not about image but very big HTML form that has
> fixed width and height. This form cannot be resized. Fields on this form
> cannot be positioned differently, they are positioned with absolute
> positioning and they have to stay in their places.
> So my question is:
>what do I have to do in order to print wide elements that won't fit in
> one page (when it comes to element's width)?
>
> as I previously mentioned I already use gwt-print-it.
>
>
>
>
>
> W dniu wtorek, 18 września 2012 16:36:45 UTC-4 użytkownik jchimene
> napisał:
>>
>> Are you using @media css?
>> http://www.w3.org/TR/CSS2/**page.html#page-selectors
>>
>> On Mon, Sep 17, 2012 at 12:29 PM, Jan Przybylo wrote:
>>
>>> I print big form that has fixed dimensions. If I'd use Letter parer size
>>> it should fit in 4 pages (2 pages wide and 2 pages high).
>>> I already started using PrintIt class (gwt-print-it) and it solves most
>>> basic problems for me.
>>> But when I try to print whole big form it only prints top left as the
>>> 1st page and top bottom as the 2nd page leaving the right side not printed.
>>>
>>> Does anyone know proper way of printing wide big pages?
>>> --
>>>
>>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/O6LWSBf8EE0J.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-20 Thread Jeffrey Chimene
On 09/18/2012 06:02 PM, Jan Przybylo wrote:
>
> no, I don't want to print double-sided document.
>

@media css has nothing to do with double-sided printing.

Cheers,
jec
>
> let me explain it:
> imagine you have empty page with just one big image inside 'body'
> element:
> 
>
> 
>
> lets say it looks like this:
>
> 
>
>
> and you want to print WHOLE image. So you'd expect your printer to
> print something like this:
>
> 
>
> but instead of this I'm getting something like this printed:
>
> 
>
> so it's not whole image.
> of course my problem is not about image but very big HTML form that
> has fixed width and height. This form cannot be resized. Fields on
> this form cannot be positioned differently, they are positioned with
> absolute positioning and they have to stay in their places.
> So my question is:
>what do I have to do in order to print wide elements that won't fit
> in one page (when it comes to element's width)?
>
> as I previously mentioned I already use gwt-print-it.
>
>
>
>
>
> W dniu wtorek, 18 września 2012 16:36:45 UTC-4 użytkownik jchimene
> napisał:
>
> Are you using @media css?
> http://www.w3.org/TR/CSS2/page.html#page-selectors
> 
>
> On Mon, Sep 17, 2012 at 12:29 PM, Jan Przybylo
> > wrote:
>
> I print big form that has fixed dimensions. If I'd use Letter
> parer size it should fit in 4 pages (2 pages wide and 2 pages
> high).
> I already started using PrintIt class (gwt-print-it) and it
> solves most basic problems for me.
> But when I try to print whole big form it only prints top left
> as the 1st page and top bottom as the 2nd page leaving the
> right side not printed.
>
> Does anyone know proper way of printing wide big pages?
> -- 
>
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/O6LWSBf8EE0J.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-18 Thread Jan Przybylo


no, I don't want to print double-sided document. 
let me explain it: 
imagine you have empty page with just one big image inside 'body' element: 
 
   


lets say it looks like this:



and you want to print WHOLE image. So you'd expect your printer to print 
something like this: 



but instead of this I'm getting something like this printed: 


so it's not whole image. 
of course my problem is not about image but very big HTML form that has 
fixed width and height. This form cannot be resized. Fields on this form 
cannot be positioned differently, they are positioned with absolute 
positioning and they have to stay in their places. 
So my question is: 
   what do I have to do in order to print wide elements that won't fit in 
one page (when it comes to element's width)?

as I previously mentioned I already use gwt-print-it.





W dniu wtorek, 18 września 2012 16:36:45 UTC-4 użytkownik jchimene napisał:
>
> Are you using @media css?
> http://www.w3.org/TR/CSS2/page.html#page-selectors
>
> On Mon, Sep 17, 2012 at 12:29 PM, Jan Przybylo 
> 
> > wrote:
>
>> I print big form that has fixed dimensions. If I'd use Letter parer size 
>> it should fit in 4 pages (2 pages wide and 2 pages high). 
>> I already started using PrintIt class (gwt-print-it) and it solves most 
>> basic problems for me. 
>> But when I try to print whole big form it only prints top left as the 1st 
>> page and top bottom as the 2nd page leaving the right side not printed. 
>>
>> Does anyone know proper way of printing wide big pages?
>> -- 
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/O6LWSBf8EE0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-18 Thread Jeff Chimene
Are you using @media css?
http://www.w3.org/TR/CSS2/page.html#page-selectors

On Mon, Sep 17, 2012 at 12:29 PM, Jan Przybylo wrote:

> I print big form that has fixed dimensions. If I'd use Letter parer size
> it should fit in 4 pages (2 pages wide and 2 pages high).
> I already started using PrintIt class (gwt-print-it) and it solves most
> basic problems for me.
> But when I try to print whole big form it only prints top left as the 1st
> page and top bottom as the 2nd page leaving the right side not printed.
>
> Does anyone know proper way of printing wide big pages?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/Nbf7cUYFL2cJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-17 Thread Jan Przybylo
I print big form that has fixed dimensions. If I'd use Letter parer size it 
should fit in 4 pages (2 pages wide and 2 pages high). 
I already started using PrintIt class (gwt-print-it) and it solves most 
basic problems for me. 
But when I try to print whole big form it only prints top left as the 1st 
page and top bottom as the 2nd page leaving the right side not printed. 

Does anyone know proper way of printing wide big pages?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Nbf7cUYFL2cJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.