[flexcoders] PrintJob black background

2011-09-15 Thread j2me_soul
The print is always has black background on the pager. protected function print_clickHandler(event:MouseEvent):void { try{ var printUI:PrintUIOptions = new PrintUIOptions(); printUI.disablePageRange = true; printjob.start2( printUI, false ); printjob.addPage( printContent, new

[flexcoders] Printjob

2008-09-22 Thread flexaustin
I was wondering if any has had any experience with Printjob or AlivePDF? I am trying to print items items that are half on the screen and half off the screen. I was wondering if you are able to print items that are not on screen? So say someone dragged an item so only 1/4 of it showing in the

[flexcoders] printJob and callLater

2008-09-03 Thread markdemich
I have an application that produces a very large printout. The documentation in the printJob says that you have a 15 second time limit in between calls to PrintJob.addPage (this is what FlexPrintJob.addObject is calling). However, based on my tests it seems you have 60 seconds for the whole

RE: [flexcoders] printJob and callLater

2008-09-03 Thread Alex Harui
Yeah, due to a bug, you can't print over multiple frames. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markdemich Sent: Wednesday, September 03, 2008 12:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] printJob and callLater I have an application

[flexcoders] PrintJob strange behavior

2008-06-18 Thread matn1_mike
I was wondering why the following occurs, if anyone has an idea? I have a PrintJob very similar to the way the Flex 3 Cookbook describes how to add the Job to the main app. parentApp.addChild(printView); The problem I see, is that if the printView is any MXML component which holds my labels and

[flexcoders] PrintJob print dialog box

2008-06-11 Thread Yochikoh Haruomi
Dear list, I'm using PrintJob object to print multiple pages . When the print dialog ( on pc) opens, under Page Range, the Current Page and Pages radio buttons are greyed out. Is there a way to enable them so that users can specify what page to print directly from this print dialog box? Any

[flexcoders] PrintJob print dialog box

2008-06-11 Thread Drunken Flower
Dear list, I'm using PrintJob object to print multiple pages . When the print dialog ( on pc)nbsp; opens, under Page Range, the Current Page and Pages radio buttons are greyed out. Is there a way to enable them so that users can specify what page to print directly from this print dialog box?

[flexcoders] PrintJob Scaling problem

2008-04-21 Thread joined_up_typeski
Hi, Using FB2 + Hotfix 1. I have set up a simple PrintJob to send 1 or 2 pages to the printer. I am trying to scale these images, but the scaling does not seem to take effect. By mistake, I left out the code to restore original scaling and found that if I printed the same page again,

[flexcoders] PrintJob Class driving me crazy!! - Please Help

2008-04-02 Thread Mike Anderson
Hello All, I have 4-5 Move/Scale functions that must place, the moment the PrintJob.start() command is given. The problem is, these functions are still modifying the Objects to be printed (scaling and moving), while the PrintJob is sending everything to the printer. I tried every which way, to

RE: [flexcoders] PrintJob Class driving me crazy!! - Please Help

2008-04-02 Thread Alex Harui
: Wednesday, April 02, 2008 6:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] PrintJob Class driving me crazy!! - Please Help Hello All, I have 4-5 Move/Scale functions that must place, the moment the PrintJob.start() command is given. The problem is, these functions are still modifying

[flexcoders] printJob on a textArea

2007-03-05 Thread Jeremy Tooley
When I go to print my text area in flex. The Text area gets clipped by what is shown and the rest does not print. The styles and everything come out great, I just cant print the data that is not shown. Any Ideas Jeremy Tooley

Re: [flexcoders] printJob on a textArea

2007-03-05 Thread Tom Chiverton
On Monday 05 Mar 2007, Jeremy Tooley wrote: When I go to print my text area in flex. The Text area gets clipped by what is shown and the rest does not print. Have you tried setting some of the other scaling options in the print job ? -- Tom Chiverton Helping to dramatically reinvent

Re: REPOST: [flexcoders] PrintJob cutting text on datagrid

2006-01-23 Thread Mika Kiljunen
: Mika Kiljunen [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 11:59 AM To: Nihit Saxena; flexcoders@yahoogroups.com Subject: RE: REPOST: [flexcoders] PrintJob cutting text on datagrid Is there really no solution for this annoying printing problem or am I and the other guy the only

RE: REPOST: [flexcoders] PrintJob cutting text on datagrid

2006-01-20 Thread Mika Kiljunen
potentially cause a life threatening and dangerous situation for a real life person. -Mika From: Nihit Saxena [mailto:[EMAIL PROTECTED] Sent: 20. joulukuuta 2005 19:46 To: flexcoders@yahoogroups.com; [EMAIL PROTECTED] Subject: RE: REPOST: [flexcoders] PrintJob cutting text on datagrid

Re: REPOST: [flexcoders] PrintJob cutting text on datagrid

2006-01-20 Thread JesterXL
Tri dis: http://www.darronschall.com/weblog/archives/000193.cfm - Original Message - From: Mika Kiljunen To: 'Nihit Saxena' ; flexcoders@yahoogroups.com Sent: Friday, January 20, 2006 1:28 AM Subject: RE: REPOST: [flexcoders] PrintJob cutting text on datagrid Is there really

RE: REPOST: [flexcoders] PrintJob cutting text on datagrid

2006-01-17 Thread Mika Kiljunen
Any news on this printing problem?? Anyone? -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani Sent: 20. joulukuuta 2005 20:39 To: flexcoders@yahoogroups.com Subject: Re: REPOST: [flexcoders] PrintJob cutting text

Re: REPOST: [flexcoders] PrintJob cutting text on datagrid

2006-01-02 Thread whats in a name?
hey Manish, I'm currently building an app. that needs to print and I've run into a similar issue as what seems to be addressed here. I was wondering if you happen to know if the reported bug is confined to DataGrids or if it extends to all containers...I believe I'm having the same prob. with a

Re: REPOST: [flexcoders] PrintJob cutting text on datagrid

2005-12-26 Thread Manish Jethani
On 12/21/05, Mika Kiljunen [EMAIL PROTECTED] wrote: Here comes a small sample. It has a datagrid on a popup and it needs to get printed. It seems to lose the bottom tails of g,y,p,q letters. Hi, Mika. I just confirmed that this is a known problem and has been logged as a bug. I am currently

REPOST: [flexcoders] PrintJob cutting text on datagrid

2005-12-20 Thread Mika Kiljunen
Repost, since no answer Anyone? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen Sent: 1. joulukuuta 2005 14:40 To: flexcoders@yahoogroups.com Subject: [flexcoders] PrintJob cutting text on datagrid Hi, Can someone explain why

Re: REPOST: [flexcoders] PrintJob cutting text on datagrid

2005-12-20 Thread Manish Jethani
On 12/20/05, Mika Kiljunen [EMAIL PROTECTED] wrote: Can someone explain why PrintJob is cutting the bottom of letters like g, y,q etc?? See pic to explain. In the pic (a printed datagrid) the numbers should have text mg after them, but it has mg and the g has no bottom on it! I asked Nihit

[flexcoders] PrintJob cutting text on datagrid

2005-12-01 Thread Mika Kiljunen
Hi, Can someone explain why PrintJob is cutting the bottom of letters like g, y,q etc?? See pic to explain. In the pic (a printed datagrid) the numbers should have text mg after them, but it has mg and the g has no bottom on it! Is there a way to fix this? -Mika --

[flexcoders] printjob - dagatrid - Problem

2005-06-13 Thread francescololit
Hi, my problem is that I want to print only a record set. here is my datagrid (myDataGrid) == From | subject| date | == pippo | ciao

RE: [flexcoders] printjob - dagatrid - Problem

2005-06-13 Thread Abdul Qabiz
/macromedia_flex/99.php -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of francescololit Sent: Monday, June 13, 2005 2:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] printjob - dagatrid - Problem Hi, my problem is that I want

[flexcoders] printjob - dagatrid

2005-06-12 Thread francescololit
Hi, I've a problem with PrintJob. I'm trying to print a record of a datagrid (myGridMail) using the function below but it's not possible. I can only print the datagrid completely but not only a recordset... Any suggestion? Thanks Francesco /**/ /* code

Re: [flexcoders] printjob - dagatrid

2005-06-12 Thread JesterXL
??? - Original Message - From: francescololit [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, June 12, 2005 4:19 PM Subject: [flexcoders] printjob - dagatrid Hi, I've a problem with PrintJob. I'm trying to print a record of a datagrid (myGridMail) using the function below but it's

[flexcoders] PrintJob frustrations

2005-05-17 Thread Battershall, Jeff
I'm trying to print some charts along with a header. In my app, the header (a GridRow) is hidden until the print function is called, but for some reason I CANNOT get the item to show in time to be sent to the printer. I tried setting up a separate function to show the header and then have the

RE: [flexcoders] PrintJob frustrations

2005-05-17 Thread Battershall, Jeff
Subject: [flexcoders] PrintJob frustrations I'm trying to print some charts along with a header. In my app, the header (a GridRow) is hidden until the print function is called, but for some reason I CANNOT get the item to show in time to be sent to the printer. I tried setting up a separate

[flexcoders] PrintJob() with DataGrid Timing Issue

2005-04-13 Thread convergenceii
Has anyone had any problems with a datagrid not being resized before being printed? Basically, within the print function, I find out what size the page is and resize the datagrid to the available space. However, it doesn't get resized before the .addPage() is called, so the printed page uses

[flexcoders] PrintJob()

2005-03-31 Thread Rich Tretola
I am trying to print an mlmx file at the same level as the one calling the printjob. Here is my code: public function testPrintJob():Void { var printJob:PrintJob = new PrintJob(); var help:Help = new Help(); mx.core.Application.alert(testProperty : + help.testProperty);