Re: [flexcoders] need some printing advice

2012-09-11 Thread Alex Harui
n 3rd page } printJob.send(); replacing printcontainer.validateNow() with printDataGrid.validateNow() produces the same result removing all calls to .validateNow() produces the same result. Removing the call to .nextPage() results in printing the contents of the 1st p

RE: [flexcoders] need some printing advice

2012-09-11 Thread Sells, Fred
all calls to .validateNow() produces the same result. Removing the call to .nextPage() results in printing the contents of the 1st page on the third page with 2nd and 4th pages blank I'm doing a print to Adobe PDF and if I change the paper size to legal, I get the same results just with more

Re: [flexcoders] need some printing advice

2012-09-07 Thread Alex Harui
pointments; } } . . . From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, September 06, 2012 11:50 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] need some printing advi

RE: [flexcoders] need some printing advice

2012-09-07 Thread Sells, Fred
oders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, September 06, 2012 11:50 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] need some printing advice What result do you get? No second page or second page is same as first? If the latter

Re: [flexcoders] need some printing advice

2012-09-06 Thread Alex Harui
What result do you get? No second page or second page is same as first? If the latter, try calling validateNow() after nextPage() On 9/5/12 12:21 PM, "Sells, Fred" wrote: I’m using the printdatagrid control and can print one page just fine, but cannot get the second page to print. The

[flexcoders] need some printing advice

2012-09-05 Thread Sells, Fred
I'm using the printdatagrid control and can print one page just fine, but cannot get the second page to print. The code below is a bit hacked from trying to apply Adobe's examples, which I cannot translate to my problem. Any help would be appreciated... private function prin

Re: [flexcoders] Re: Chart data disappears when printing with a "print-specific output format"

2011-10-13 Thread alex fernandez
Well done John!! 2011/10/12 John Fletcher > ** > > > aha I figured it out, the series array is getting mucked up/changed around > by the print specific line chart. You have to duplicate it, see > http://www.saltwebsites.com/2011/flex-print-specific-chart > John > > 2011/10/11 John Fletcher > >>

[flexcoders] Re: Chart data disappears when printing with a "print-specific output format"

2011-10-12 Thread John Fletcher
aha I figured it out, the series array is getting mucked up/changed around by the print specific line chart. You have to duplicate it, see http://www.saltwebsites.com/2011/flex-print-specific-chart John 2011/10/11 John Fletcher > I followed the advice at > http://help.adobe.com/en_US/flex/using/W

[flexcoders] Chart data disappears when printing with a "print-specific output format"

2011-10-11 Thread John Fletcher
I followed the advice at http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7c80.html to print "using a print-specific output format" in Flex 4.5, however this causes the data to disappear from my chart! Try the code below - is this a bug or is there a simple solution? One

RE: [flexcoders] Re: AIR and Printing...

2010-09-01 Thread Gregor Kiddie
0 00:42 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: AIR and Printing... It does seem, from reading that document, that you can choose the printer to send the print-job to, and set the parameters for that printer, and skip all the dialog boxes... I'll have to play with that... T

Re: [flexcoders] Re: AIR and Printing...

2010-08-31 Thread Alex Harui
;mailto:flexcoders%40yahoogroups.com> , Alex Harui wrote: > > I use this version of the doc: > http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/flash/printing/PrintJob.html > > There are lots of new printing features in AIR2.0 which may be why there > isn&

[flexcoders] Re: AIR and Printing...

2010-08-31 Thread Laurence
oc: > http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/flash/printing/PrintJob.html > > There are lots of new printing features in AIR2.0 which may be why there > isn't a lot of searchable info. The link I supplied implies that in AIR 2.0, > you set the

Re: [flexcoders] Re: AIR and Printing...

2010-08-31 Thread Alex Harui
I use this version of the doc: http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/flash/printing/PrintJob.html There are lots of new printing features in AIR2.0 which may be why there isn’t a lot of searchable info. The link I supplied implies that in AIR 2.0, you set the

[flexcoders] Re: AIR and Printing...

2010-08-31 Thread Laurence
The installation/authorization stuff I can deal with... Not being able to control my print jobs properly, I can't deal with. I can find surprisingly little information about printing in AIR -- it's almost like printing was an afterthought for Flex and AIR. Exactly how much more co

Re: [flexcoders] AIR and Printing...

2010-08-31 Thread Alex Harui
AIR does give more control over printing. AIR requires installation, a web-hosted app does not. I don’t know the security rules that well, but it isn’t clear how you prevent someone from installing the app and accessing your server unless you require authentication first. On 8/31/10 1:10

[flexcoders] AIR and Printing...

2010-08-31 Thread Laurence
I could really use some major advice here. We're so close to the finishing point on this project, and we're being held back by stupid printing problems... We have to be able to print with no pop-up dialog boxes, and the choice of which printer to send the job to will be affected b

Re: [flexcoders] Printing without the pop-up window...

2010-05-02 Thread Alex Harui
It is a security aspect of Flash. I think you might be able to do it in AIR 2.0, but I haven’t checked to be sure. I heard you will be able to do it soon in Flash, but I don’t know if that means 10.1, 10.x or 11. On 5/2/10 3:04 PM, "Laurence" wrote: Is there a way to get a Flex progra

[flexcoders] Printing without the pop-up window...

2010-05-02 Thread Laurence
Is there a way to get a Flex program to send a print-job to the default printer without it popping up that window where you select the printer and click the print button? I'd really like to be able to do that. Is that even a function of Flash-player? Or is that built-in to the browser? Would

Re: [flexcoders] Re: Printing in Flex...

2010-02-27 Thread Alex Harui
It goes to whatever printer the user chooses in the print dialog that you can’t prevent from coming up. Big changes to printing due in a year or two. On 2/27/10 12:10 PM, "Laurence" wrote: --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , &

[flexcoders] Re: Printing in Flex...

2010-02-27 Thread Laurence
--- In flexcoders@yahoogroups.com, "Laurence" wrote: > > 1) Is there any way to control what printer a print job goes to? Or will it > always go to the default printer? > > 2) Is there any way to configure it so that the browser's "Print" window > doesn't come up? You know the one where you g

[flexcoders] Printing in Flex...

2010-02-22 Thread Laurence
1) Is there any way to control what printer a print job goes to? Or will it always go to the default printer? 2) Is there any way to configure it so that the browser's "Print" window doesn't come up? You know the one where you get to choose which printer you want to print to, and have to clic

RE: [flexcoders] Flex Printing...

2010-01-06 Thread Alex Harui
If you have a simple test case that exhibits a problem, file a bug. We generally try to respond to community input. I don't see a lot of printing issues on the forums. If you have a custom renderer, make sure it handles recycling correctly. That said, we're expecting major upgra

[flexcoders] Flex Printing...

2010-01-06 Thread jamesfin
I've spent two days researching and playing with printing in Flex 3.4. I was somewhat excited to learn this area of Flex which I had not previously explored but have only one word (for now): Disappointing. Primarily because there are many, many unresolved defects with various parts of

[flexcoders] disable printing and copying of images in a adobe flex 3

2009-12-29 Thread AC
Hi, I want to make the website such that the print option is disabled and the the copy feature is as much as possible unavailable. How can i do this?

[flexcoders] Printing vs font

2009-12-18 Thread Richard Rodseth
Is there a simple sample anywhere of printing a chart with legend? My legend text is getting cut off. I believe I'm using the default font and am not embedding. Thanks.

Re: [flexcoders] printing to a word doc

2009-10-29 Thread Tom Chiverton
If I understand right, you are trying to have a Flex application popup a file save dialogue for a document produced via. CF ? Are you using navigateToUrl() to send the user to the page that produces the file ? Does the URL you are using work OK outside of Flex ? -- Helping to continuously reinv

[flexcoders] printing to a word doc

2009-10-26 Thread Darrin Kay
Good Day, I have a flex 3 app that uses ColdFusion8 as the middle-ware, and all is fine. Where I am having issues is with printing, I call a cfc that has a cfcontent, but the save file dialog never shows up. So if someone can point me in the right direction that would be great. Thanks

[flexcoders] Last character truncate in the Flex Printing

2009-10-07 Thread cap
Hi Flexpert, I have faced an issue on Printing in Flex.i used the Flex for printing simple report. The report may included different country character (Chinese, French , English , Japanese). I found in the printout, some of the last character (mainly English or Number) will partly

[flexcoders] OTish - UK printers with a remote printing API

2009-09-20 Thread Paul Andrews
Anyone care to suggest a UK based printing operation with a good print service using an API? I'm finding it quite hard to find out who's offering such services. I think smugmug is popular in the US, but may not be so popular here. Thanks, Paul

Re: [Spam] [flexcoders] Re: printing off the Adobe Flex References?

2009-09-11 Thread Nick Middleweek
OK, thanks... I guess readin through the others will take me so long we'll be on v4 or 5 :) 2009/9/9 valdhor > > > Not that I've found. > > Although, it's a moving target (3.0 - 3.4 so far) so it's probably better > left as HTML. > > > --- In flexcoders@yahoogroups.com , Nick > Middleweek wro

[flexcoders] Printing images using PrintDataGrid

2009-09-09 Thread langdonjared
I am trying to print many images from my app. I am taking snapshots of objects on the app, putting them into an ArrayCollection, and displaying them in a DataGrid. So far so good. When I assign the same ArrayCollection to a PrintDataGrid, weirdness ensues. Not only do the images not appear i

[flexcoders] Re: printing off the Adobe Flex References?

2009-09-09 Thread valdhor
Not that I've found. Although, it's a moving target (3.0 - 3.4 so far) so it's probably better left as HTML. --- In flexcoders@yahoogroups.com, Nick Middleweek wrote: > > I've got these PDF's... http://www.adobe.com/support/documentation/en/flex/ > > But is there a good way to print off the l

[flexcoders] printing off the Adobe Flex References?

2009-09-09 Thread Nick Middleweek
I've got these PDF's... http://www.adobe.com/support/documentation/en/flex/ But is there a good way to print off the language reference? Thanks, Nick

[flexcoders] Re: MultiPage printing

2009-08-06 Thread Dmitri Girski
Create a proper ItemRenderer which will render your labels and use PrintDataGrid. --- In flexcoders@yahoogroups.com, "veritech82" wrote: > > Hi, > I am trying to print a series of pages of labels in AIR. > > I have a single page working where I have a VBox component with a tilelist. > >

[flexcoders] MultiPage printing

2009-08-03 Thread veritech82
Hi, I am trying to print a series of pages of labels in AIR. I have a single page working where I have a VBox component with a tilelist. My main code creates a new FlexPrintJob, adds the printview and adds the tilelist array collection to the printview and sends the job // Create a PrintJo

[flexcoders] Printing in fast DMP modde.

2009-08-02 Thread raja_s_patil
Hi, I would Like to print local/remote plain text files in fast dot matrix mode i.e. raw text output to printer, equivalent to DOS command is copy .txt lpt1:. Raw text output to printer is required since its almost 10/15 times faster than equivalent gfx printing. Can It be done in flex ? How

[flexcoders] Printing in IE Crashes IE But Firefox Ok

2009-07-16 Thread wwwpl
I am adding a very simple component. It crashes IE, but it prints fine in Firefox. Here is the component: http://www.adobe.com/2006/mxml";> HERE IS THE PRINT CODE: printJob.start(); for each(var page:Page in pages) { printJob.addObject(page); }

[flexcoders] Printing simple documents in flex

2009-05-21 Thread Tony Obermeit
I need to generate a fairly basic document in flex that is easy for the user to print. I don't consider generating a PDF to a new window / tab to be easy in this context. I've found reference to an open source api: Flex Report ( http://www.kemelyon.com/bts/) but the site hasn't been updated for a

Re: [flexcoders] Re: Printing PDF417 barcodes in Flex...

2009-05-20 Thread Laurence MacNeill
ogroups.com, >Laurence MacNeill wrote: > > > > Has anybody here ever tried to print PDF417 barcodes in Flex? It's > > far more than a simple embed-the-font kind of thing, as you need a > > proper encoder to encode the data before printing it in the PDF417 font. > >

[flexcoders] Re: Printing PDF417 barcodes in Flex...

2009-05-20 Thread Cato Paus
o encode the data before printing it in the PDF417 font. > > I can buy the font, no problem. But the encoder is what's getting me > -- closest encoder I can buy is a Java Servlet, and I have no idea > if/how that can be integrated into a Flex app. Does anyone know if > that

Re: [flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Howard Fore
Not off the top of my head. I'm certain that Google could help you though: http://www.google.com/search?q=flex+httpservice I believe there's even a link there to developer docs at Adobe with examples on how to load external data via httpService calls. All sorts of useful information on that site!

Re: [flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Laurence MacNeill
F417 barcodes in Flex? It's >far more than a simple embed-the-font kind of thing, as you need a >proper encoder to encode the data before printing it in the PDF417 font. > >I can buy the font, no problem. But the encoder is what's getting me >-- closest encoder I can buy is

Re: [flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Howard Fore
Jeff Atwood On Tue, May 19, 2009 at 2:59 PM, Laurence MacNeill wrote: > Has anybody here ever tried to print PDF417 barcodes in Flex? It's > far more than a simple embed-the-font kind of thing, as you need a > proper encoder to encode the data before printing it in the PDF417 f

[flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Laurence MacNeill
Has anybody here ever tried to print PDF417 barcodes in Flex? It's far more than a simple embed-the-font kind of thing, as you need a proper encoder to encode the data before printing it in the PDF417 font. I can buy the font, no problem. But the encoder is what's getting me

[flexcoders] Re: Printing Images with printJob.addObject

2009-05-15 Thread pliechty
You can do printing with dynamic images, you just have to wait until the images are loaded before adding them to the printjob. Listen for the Event.COMPLETE event to know when the images are loaded. I am doing it and it works fine. --- In flexcoders@yahoogroups.com, "bnuenemann&qu

Re: [flexcoders] Printing on Mac

2009-04-29 Thread Toby Tremayne
yeah I've tried everything and the print quality is always poor. On 29/04/2009, at 7:49 PM, Weyert de Boer wrote: And it's better to add the sprites offscreen to the stage to avoid all kind of other printing issues (mainly also blank pages). The problem I am having that the

Re: [flexcoders] Printing on Mac

2009-04-29 Thread Weyert de Boer
And it's better to add the sprites offscreen to the stage to avoid all kind of other printing issues (mainly also blank pages). The problem I am having that the result is crap on the Mac the same code looks all sharp and nice but when I printing on the Mac it's a bit blurry

Re: [flexcoders] Printing on Mac

2009-04-28 Thread Toby Tremayne
a why printing on Mac might result in an empty page whereas on windows its fine? I'm using all the standard techniques, with Print jobs etc. But I am not adding the print sprite to the stage. I am guessing that there is some difference in the way the flash players implement printing. an

[flexcoders] Printing on Mac

2009-04-28 Thread stephen_anson
Hi, Anyone any idea why printing on Mac might result in an empty page whereas on windows its fine? I'm using all the standard techniques, with Print jobs etc. But I am not adding the print sprite to the stage. I am guessing that there is some difference in the way the flash players impl

[flexcoders] When printing, sometimes images do not show up

2009-04-16 Thread Osman Ullah
I have a print view that I am using to print some data. There are a couple images on this form (actually, the same image embedded twice). When I print, randomly one (or both) of the images will not show up in the printout. I have printAsBitmap set to false. If I set it to true, the problem goes

[flexcoders] issues with printing on mac and linux

2009-04-06 Thread stephen_anson
HI there, I'm trying to print out a sprite called 'plan', but its not appearing on Mac and Linux. Here I draw my plan sprite into a bitmap, add that bitmap to a sprite and try and print that. I get blanks on Mac and Linux. Any ideas really appreciated! var pj:PrintJob = new PrintJob();

[flexcoders] Printing same object twice, different results

2009-02-26 Thread kaleb_pederson
In trying to track down a printing bug [1], I discovered that (on certain browsers) I can print the exact same object twice using PrintJob.addPage(myPage) and get different results, even though nothing about the object changed between calls [2] [3]. So far, I've found that the following t

[flexcoders] Re: PNG transparencies no longer work, when printing as Vector

2009-02-13 Thread flexawesome
thing that was previously transparent on the > image shows up as Black on the printout. > > This sort of defeats the purpose of Alpha Channels don't ya think?? > > Although sending the PrintJob as a Bitmap fixes the transparency issues, > it degrades the output quality so badly, t

[flexcoders] AIR Printing to Default Printer

2009-01-05 Thread todd_geist
Does anybody know how to Print From an AIR application with out bringing up any dialogs. This is a kiosk type application, and I want the user to click a print button and have a receipt printed. On the Mac you get two dialogs, first page setup and then the print dialog. I want neither of these

[flexcoders] Printing from AIR application

2008-12-23 Thread Jeff Hindman
I'm developing an AIR application that allows the user to drag-and-drop images from his/her local machine to the app and then print the images (via PrintJob). Easy, right? Everything works fine until I try to run the application after I print something... dragging and dropping images to the pri

Re: [flexcoders]Correction! Printing ADG - Livedocs code results in printing gray box

2008-12-04 Thread Adrian Williams
I pointed to the wrong link. I am actually using the example given in the livedocs material and not the labs. Here is the correct link: http://livedocs.adobe.com/flex/3/langref/mx/printing/PrintAdvancedDataGrid.html Adrian Adrian Williams wrote: Hi all, I posted this problem awhile

[flexcoders] Printing ADG - Livedocs code results in printing gray box

2008-12-04 Thread Adrian Williams
Hi all, I posted this problem awhile back with no response and am going to try again before I call Adobe. I've seen others with the same issue, but no resolutions pending. I have used the code from Adobe's labs website: http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:

[flexcoders] Printing contents of Data Grid

2008-11-23 Thread GYANPRAKASH PANDEY
Hi, I want to print contents of data grid on a challan. When i try to print it , it prints dataGrid as image can u help me out in this case, to print only contents of data grid on challan? thnx in advance regards, gyanprakash pandey Did you know? You can CHAT without downloading messeng

Re: [flexcoders] flex label printing...

2008-11-03 Thread Paul Andrews
: Monday, November 03, 2008 4:34 PM Subject: Re: [flexcoders] flex label printing... > On Monday 03 Nov 2008, Jackson wrote: >> I am trying to print text using a label printer (ZEBRA >> STRIPE).But i cannot send plain text or characters to the printer.How >> is

[flexcoders] Re: flex label printing...

2008-11-03 Thread valdhor
I don't know if this is possible or not but if you could print to the Zebra from Java, then the Mepapi project may come in handy... http://www.merapiproject.net/ --- In flexcoders@yahoogroups.com, "nathanpdaniel" <[EMAIL PROTECTED]> wrote: > > Why can't you send plain text? The user is still p

Re: [flexcoders] flex label printing...

2008-11-03 Thread Tom Chiverton
On Monday 03 Nov 2008, Jackson wrote: > I am trying to print text using a label printer (ZEBRA > STRIPE).But i cannot send plain text or characters to the printer.How > is it possible in flex/adobe Air application?. Assuming that printer appears to the O/S as a normal printer with funny size

[flexcoders] Re: flex label printing...

2008-11-03 Thread nathanpdaniel
Why can't you send plain text? The user is still prompted with the printer selection dialog (you can't control that anyway) - if the Label printer is selcted, it'll print whatever you send it (I've done it before...). You gotta know the Zebra printer language to have a shot at doing anything

Re: [flexcoders] Re: palin text printing in flex without dialogue box.

2008-11-03 Thread Paul Andrews
(dot matrix printers used for label printing, including barcodes) talking to a Unix based server. The unix boxes were able to transfer data directly to the printers by using remote copy (rcp). The client server software would create the data to be passed to the printer - send it to the server

[flexcoders] Re: palin text printing in flex without dialogue box.

2008-11-03 Thread andrii_olefirenko
No, it's not possible in Flex (security restriction) and I guess the same for Air, but I saw Air application that managed to programmatically "click" Print button using some external software (it was kiosk application) Regards --- In flexcoders@yahoogroups.com, "Jackson" <[EMAIL PROTECTED]> wrote

[flexcoders] flex label printing...

2008-11-03 Thread Jackson
Hi All, I am trying to print text using a label printer (ZEBRA STRIPE).But i cannot send plain text or characters to the printer.How is it possible in flex/adobe Air application?. Thanks in Advance.. Abdul Jaleel C.

[flexcoders] flex label printing...

2008-11-03 Thread Jackson
Hi All, I am trying to print text using a label printer (ZEBRA STRIPE).But i cannot send plain text or characters to the printer.How is it possible in flex/adobe Air application?. Thanks in Advance.. Abdul Jaleel C.

[flexcoders] palin text printing in flex without dialogue box.

2008-11-02 Thread Jackson
Hi All, Is it possible to print plain text in flex or adobe Air application?.And can we print without printer dialogue box?. Thanks in Advance.. Abdul Jaleel C.

[flexcoders] Printing Components Not Displayed on Screen (e.g. Children of a ViewStack)

2008-09-25 Thread y_kessler
I am dynamically populating a ViewStack with child components and then starting a PrintJob in which I add each of the ViewStack's children as a page. The problem is that, if I don't navigate to the children in the program, the pages comes out blank. I have the viewStack.creationPolicy = "all

Re: [flexcoders] Flex Printing

2008-09-20 Thread Steve Thornton
gt; To: flexcoders@yahoogroups.com Sent: Thursday, 18 September, 2008 21:45:42 Subject: Re: [flexcoders] Flex Printing If I remember Correctly, Alex H said that there is a timelimit with Flex Printing/Flash Limitation. So How fast can u get it to print will be your ultimate factor. You can u

RE: [flexcoders] Multiple datagrid printing with multiple pages

2008-09-18 Thread Alex Harui
sachin sharma Sent: Thursday, September 18, 2008 2:31 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Multiple datagrid printing with multiple pages Hi Alex, Thanks to given me a quick response. Actually I am working on a project called PAtient Facility Enrollment, where patient has got

Re: [flexcoders] Flex Printing

2008-09-18 Thread Sherif Abdou
If I remember Correctly, Alex H said that there is a timelimit with Flex Printing/Flash Limitation. So How fast can u get it to print will be your ultimate factor. You can use the ScreenCapture class and just send it a server and maybe find a way to print from there. -- Sherif Abdou http

[flexcoders] Flex Printing

2008-09-18 Thread flexaustin
So I was going over the printjob documentation and I see you can print whats on screen or in a certain component. You can also tell it to print outside of the containers bounds by shutting of clipping, but I was wondering if anyone knows if you can scale the printjob or its contents or print to a b

RE: [flexcoders] Multiple datagrid printing with multiple pages

2008-09-17 Thread Alex Harui
I guess I don’t understand why you wouldn’t print one then the other. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sachin sharma Sent: Wednesday, September 17, 2008 3:10 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Multiple datagrid printing with multiple

[flexcoders] Multiple datagrid printing with multiple pages

2008-09-17 Thread sachin sharma
Hello,   I am working on report module in my project and facing an issue with datagrid printing. My query is: What If I have to Print dynamically generated Multiple datagrids where some datagrid has multiple page and some expands to single page? Flex Printing function fails to do this. Please

[flexcoders] Re: Printing Problems

2008-08-31 Thread Steve Thornton
Hi, I'm on Vista - but I believe there can be a problem on the macs if you don't set your control.width = pj.width and control.height = pj.height when sending to the printJob that will churn out an extra page. Printing in Landscape withour user intervention can be difficult to scale.

RE: [flexcoders] Printing Problems

2008-08-30 Thread Alex Harui
I'm surprised you aren't getting an error or warning in the console. I think the use of callLater doesn't work during a printjob and the job might eventually timeout (see Flash Player's printing classes for timeout limits). Usually, all external data needs to be pre-loaded

[flexcoders] Printing Problems

2008-08-30 Thread donvoltz
Would anyone be able to tell me why the following code creates a blank page. I am using Flex 3 on Mac OS 10.5 I am able to add the custom printing compoent to the application, the print dialog opens and it looks to be processing the print, however, I am left with 2 blank pages when it is done. In

Re: [flexcoders] Basic Printing: Print what you see?

2008-08-29 Thread Blair Cox
Disregard, got it figured out. -- Blair From: "cox.blair" <[EMAIL PROTECTED]> Reply-To: Date: Fri, 29 Aug 2008 11:23:57 - To: Subject: [flexcoders] Basic Printing: Print what you see? Hi all, Can someone point me in a direction of a url which explains how conf

[flexcoders] Basic Printing: Print what you see?

2008-08-29 Thread cox.blair
Hi all, Can someone point me in a direction of a url which explains how configure the app to print in a browser so that what you see fits to a standard letter size sheet? Current the app prints horizontally and get cut off, not matter the OS or browser. So it appears I need to define the dimension

RE: [flexcoders] Printing weirdness

2008-08-20 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Printing weirdness I have a report that I can print out two ways in Flex. When you select the report a TitleWindow is created and says do you want version one or version two (Buttons to click). The report is big-ish, 70 pages. Here is the weird deal... If I choose

[flexcoders] Printing weirdness

2008-08-20 Thread Josh Millstein
the print dialog box and I can hit print. It then says preparing and starts to say printing page 1 . Page 2 ... Page n. BUT at about page 25 another preparing to print box pops up, (just like when I originally click on the version button) and the program crashes. So I thought that somehow the

Re: [flexcoders] Printing and PDF creation

2008-08-18 Thread Richard Rodseth
- > *From: *Sefi Ninio <[EMAIL PROTECTED]> > *Reply-To: * > *Date: *Sat, 16 Aug 2008 21:44:11 +0300 > *To: * > *Subject: *Re: [flexcoders] Printing and PDF creation > > > > > I actually just googled for it.. You could do the same...

Re: [flexcoders] Printing and PDF creation

2008-08-18 Thread Blair Cox
, it should be a feature just like creating charts. Thanks for the links but I was hoping for a solution. -- Blair From: Sefi Ninio <[EMAIL PROTECTED]> Reply-To: Date: Sat, 16 Aug 2008 21:44:11 +0300 To: Subject: Re: [flexcoders] Printing and PDF creation I actually just googled

Re: [flexcoders] Printing and PDF creation

2008-08-16 Thread Sefi Ninio
PM, cox.blair <[EMAIL PROTECTED]> wrote: > Just wondering if anyone could provide some information on general > printing concepts and creating PDF reports from an application. > > With regards to printing, I really only need to allow the user to > correctly print what

[flexcoders] Printing and PDF creation

2008-08-16 Thread cox.blair
Just wondering if anyone could provide some information on general printing concepts and creating PDF reports from an application. With regards to printing, I really only need to allow the user to correctly print what is displayed in their browser - the application interface. As a bonus, allowing

RE: [flexcoders] Question about printing

2008-08-15 Thread Darren Houle
Sorry, I'm new to printing so none of that made much sense... >>You can almost always make a DG look like a List by having one column with >>the headers invisible. So, start with temporarily replacing your list with a >>single column DG, work out the kinks, then

RE: [flexcoders] Question about printing

2008-08-15 Thread Alex Harui
column DG, work out the kinks, then shovel it off to PDG to print. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darren Houle Sent: Friday, August 15, 2008 10:34 AM To: Flexcoders Group Subject: [flexcoders] Question about printing I

[flexcoders] Question about printing

2008-08-15 Thread Darren Houle
I haven't played with printing much, but I've been looking and haven't been able to find a good answer to this anywhere yet... This might be an oversimplification, but apparently when it comes to the FlexPrintJob you can either print what's displayed (visible) in your app

RE: [flexcoders] Re: need help urgent - multiple images printing

2008-08-06 Thread Alex Harui
Printing is synchronous, and image loading isn't. Normally you have to pre-load all images before starting a print job. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cyber_runners Sent: Tuesday, August 05, 2008 7:59 PM To: flexc

[flexcoders] Re: need help urgent - multiple images printing

2008-08-06 Thread cyber_runners
Yeah, I don't know what to do ... I think the image you added in your template is late to show than print job execution. May be flex need delay or doEvent command ... hehehe ... it's i think bro

[flexcoders] Flex printing form problem : formItem label is trim and become ...

2008-07-30 Thread sinacapho
Dear hi, I am facing the problem about the printing problem . i have now printing a form in A4 format. I know that the page have enough space but i the printing output always filled with '...' for example , i find the formitem label always truncate even i have set i

[flexcoders] AdvancedDataGrid + printing issue

2008-07-21 Thread Kuldeep Atil
Hi All, Is there any way(method) by which we can get the expanded nodes of advanceddatagrid while printing irrespective of the current (expanded) state of advanceddatagrid. i.e. lets say i a collapsed ADG but when i click print button the printed ADG must have all the nodes expanded without

RE: [flexcoders] need help urgent - multiple images printing

2008-07-20 Thread Alex Harui
Probably not possible with current versions. Your print job will probably take more than 60 seconds on some machines and timeout. Someday, I hope the Flash Player will fix the bug that will allow printing in the background. From: flexcoders@yahoogroups.com

[flexcoders] NEED HELP URGENT MULTIPLE IMAGES PRINTING MORE THAN 1000 IMAGES

2008-07-19 Thread sondang paruliant
Dear all need help how to printing multiple images (1000 images) I try using images loader to printing but cannot shown in printing result. when Using Reperter to call multiple images Good work but to heavy and make long time loading. I try Using mx:list and itemRenderer to Get images data

[flexcoders] NEED HELP URGENT MULTIPLE IMAGES PRINTING MORE THAN 1000 IMAGES

2008-07-19 Thread sondang paruliant
Dear all need help how to printing multiple images (1000 images) I try using images loader to printing but cannot shown in printing result. when Using Reperter to call multiple images Good work but to heavy and make long time loading. I try Using mx:list and itemRenderer to Get images data

[flexcoders] need help urgent - multiple images printing

2008-07-19 Thread sondang paruliant
Dear all need help how to printing multiple images (1000 images) I try using images loader to printing but cannot shown in printing result. when Using Reperter to call multiple images Good work but to heavy and make long time loading. I try Using mx:list and itemRenderer to Get images data

[flexcoders] Printing title with adg

2008-07-15 Thread Josh Millstein
Hello, I'm having to print out an advanceddatagrid with printadvanceddatagrid because of it's support for multiple pages, etc. The problem I'm having is that I need to title the datagrid and put some more additional info at the top of the first page. When I just add the datagrid to a container t

[flexcoders] Printing Templates: When you need more than one

2008-07-08 Thread bredwards358
So far in my odyssey to build the printing functionality for the AIR app I'm building, I've run into a dilemma. I have a print view component which holds the meat of what needs to be printed plus the header and footer which is made visible and invisible depending on what page is being pr

[flexcoders] Printing Column Chart

2008-07-03 Thread ghus32
Is it possible to print a column chart in Flex? Thanks

[flexcoders] Re: Printing full page w/ no margins

2008-06-25 Thread Dmitri Girski
Josh, what is the length & width of the page in pixels you are printing on? For A4 it should be 820x580 px. PS It sounds for me as you printer uses Letter size while printing on A4. Cheers, Dmitri. http://mitek17.wordpress.com --- In flexcoders@yahoogroups.com, Josh Millstein <

  1   2   3   4   5   >