needs, so enjoy and have fun with the
iText library.
Regards
Mark
_
From: Tracy Spratt [mailto:[EMAIL PROTECTED]
Sent: Thursday, 3 March 2005 9:25 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Advanced Printing Question
Mark, I'd love to see a simple working examp
, 2005
8:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re:
Advanced Printing Question
I have alsohad a
number of problems with support for printing in Flex so I started to look
outside of Flex for a solution. There are probably a number 3rd party
tools that you could try however as I am
t would be great also.
Regards
Mark Hitchcock
From: Manish Jethani
[mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 March 2005 12:42
AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders]
Re: Advanced Printing Question
AC wrote:> The idea is: If I can programmatically
build a complex n
AC wrote:
The idea is: If I can programmatically build a complex nested control
(eg Lables inside HBox, which are in turn inside VBox which can have a
variety of different sibling controls) and then send it to the print
to SUCCESSFULLY print, I would save a lot of work and maintenance
issues in the
Hi,
As a simple test, I have tried this a while back, and found that it's
not feasible.
I am unable to do this as I will have over several hundred app screens
when the application is finally build. This approach, if it worked
correctly, would require a lots a print layout screens, in my case
a
Yes, you can do this. In fact, just create a custom MXML component and
instantiate it.
... (other stuff you want)
var p = PopUpManager.createPopUp(this, MyPrintableComponent, false);
p.visible = false;
Then you can print p. I haven't tried it, but it should work.
Manish
AC wrote:
Hi
Backgroun
Hi
Background: I have created a control which displays a DataGrid with a
header and footer showing simple information such as a title and a
time stamp. It's possible to scroll the grid and print each row of
data held in the grid. however, resizing of the grid is not possible
as it messes up the p
7 matches
Mail list logo