Re: [flexcoders] Re: Text shift during printing

2008-01-23 Thread Frederico Garcia
Muhammad Ahmed Ullah escreveu:
 Thanks for the response, but I'm already using validateNow().
 I think that in any case the browser windows scroll should not have
 any impact on flex application.

 Regards,
 Ahmed

 --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:
   
 You might need to call validateNow() before adding the page

  

 

 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Muhammad Ahmed Ullah
 Sent: Tuesday, January 22, 2008 6:11 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Text shift during printing

  

 Hi,

 On a canvas derived class, I have few controls.
 Before taking this canvas object's print, If move the scrollbars of
 the browser window, then all the text, displayed over controls,
 appears shifted in the print, but appears fine in the view. 

 Any comments?

 Regards,
 Ahmed

 




 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links




 __ NOD32 2816 (20080123) Information __

 This message was checked by NOD32 antivirus system.
 http://www.eset.com



   
It only happens when you move the scrollbars? Otherwise it could be 
related to aliasing (with antialias what you see isn't what you print).

Regards,

Frederico Garcia


[flexcoders] Re: Text shift during printing

2008-01-22 Thread Muhammad Ahmed Ullah
Thanks for the response, but I'm already using validateNow().
I think that in any case the browser windows scroll should not have
any impact on flex application.

Regards,
Ahmed

--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 You might need to call validateNow() before adding the page
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Muhammad Ahmed Ullah
 Sent: Tuesday, January 22, 2008 6:11 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Text shift during printing
 
  
 
 Hi,
 
 On a canvas derived class, I have few controls.
 Before taking this canvas object's print, If move the scrollbars of
 the browser window, then all the text, displayed over controls,
 appears shifted in the print, but appears fine in the view. 
 
 Any comments?
 
 Regards,
 Ahmed