I think its a bug of flex that if the container's scrollbars are
shifted then there is a text shift in the print. 

In earlier messages I said that the scrollbars are of the browser
window, but that was wrong, infact the scrollbars are of flex
application object.

As a workaround of the problem, now when user presses print-button
then I shift the scrollbars to the zero position and then the text
shift problem gets solved in print.

Regards,
Ahmed

--- In flexcoders@yahoogroups.com, Frederico Garcia <[EMAIL PROTECTED]>
wrote:
>
> 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" <aharui@> 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
>


Reply via email to