[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?

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 lmacne...@comcast.net wrote: Is there a way

[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 click

[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

[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] 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] 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

[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 filename.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

[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: ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; mx:Label text=Patrick is testing here/ /mx:VBox HERE IS THE PRINT CODE: printJob.start();

[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

[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 -- closest

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

2009-05-19 Thread Howard Fore
Why couldn't you just call the servlet from mx:httpService? What's the output from the servlet? If it's a bitmap graphic file (jpeg, gif, png) you won't need a font. -- Howard Fore, howard.f...@hofo.com The universe tends toward maximum irony. Don't push it. - Jeff Atwood On Tue, May 19, 2009

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

2009-05-19 Thread Laurence MacNeill
At 03:17 PM 5/19/2009, you wrote: Why couldn't you just call the servlet from mx:httpService? What's the output from the servlet? If it's a bitmap graphic file (jpeg, gif, png) you won't need a font. I didn't know if/how it was possible to call a Java Servlet from a Flex App. Figured it

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. Really

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 result is

[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 implement

Re: [flexcoders] Printing on Mac

2009-04-28 Thread Toby Tremayne
yes it's to do with a rounding error when measuring the page height. Check this out: http://bugs.adobe.com/jira/browse/SDK-18976 the attached class has been helpful to us in eliminating the blank pages. Toby On 28/04/2009, at 5:34 PM, stephen_anson wrote: Hi, Anyone any idea why

[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 things

[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

[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:

[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

[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 =

[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] Printing Problems

2008-08-30 Thread Alex Harui
Sent: Saturday, August 30, 2008 8:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Printing Problems 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

[flexcoders] Printing weirdness

2008-08-20 Thread Josh Millstein
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 one of the versions (click a button) it brings up

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

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: flexcoders@yahoogroups.com Date: Sat, 16 Aug 2008 21:44:11 +0300 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Printing

Re: [flexcoders] Printing and PDF creation

2008-08-18 Thread Richard Rodseth
] *Reply-To: *flexcoders@yahoogroups.com *Date: *Sat, 16 Aug 2008 21:44:11 +0300 *To: *flexcoders@yahoogroups.com *Subject: *Re: [flexcoders] Printing and PDF creation I actually just googled for it.. You could do the same... http://christophrooms.com/2007/03/23/lc-ds-25-generating-pdf-from

[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] Printing and PDF creation

2008-08-16 Thread Sefi Ninio
I actually just googled for it.. You could do the same... http://christophrooms.com/2007/03/23/lc-ds-25-generating-pdf-from-within-a-flex-application/ http://blogs.adobe.com/mikepotter/2006/09/create_pdf_from.html http://flexblog.faratasystems.com/?p=237 HTH Sefi On Sat, Aug 16, 2008 at 8:35

[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

[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 printed. The

[flexcoders] Printing Column Chart

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

[flexcoders] Printing VS. PDF Creation - Scaling the output

2008-06-25 Thread Battershall, Jeff
I'm using the FlexPrintJob classes and I'm really liking them over what was available previously. The scaling algorithms are great. IF ONLY I could get PDF creating to deliver similar results! If you print to PDF, the output is great. But for server-side PDF creation, I'm using CFDOCUMENT

[flexcoders] Printing full page w/ no margins

2008-06-15 Thread Josh Millstein
Does anybody know why I can't get anything to print in the bottom or right margins of my flexPrintJob? When I preview (and print) any components they end up begin flush with the upper and left sides of the paper with a significant margin on the bottom and right margins. The only think I can do

[flexcoders] Printing

2008-05-20 Thread Mike Krotscheck
I just had a client ask me the following question: Once PrintJob.send() is invoked, what actually gets sent to the print driver? Does anyone know the answer? I've always used the PringJob class as a blackbox, though I hypothesize that it's some flavor of EPS file. Michael Krotscheck

[flexcoders] Printing flex datagrid to PDF.

2008-05-08 Thread Hemkarna
Friends, Is it possible to save the print stream of a DataGrid, AdvanceDataGrid to bitmaps or vector objects and beam the array to ColdFusion to retreive a PDF Document? I'm trying not to write a flex data grid report and then re-write the same using ColdFusion Reports. Any assistance with the

Re: [flexcoders] Printing flex datagrid to PDF.

2008-05-08 Thread Robert Stehwien
You can use BitmapData#draw() to draw any display object to a bitmap. But that would, I believe, only show you what is currently displayed. It might be a start. --Robert On Thu, May 8, 2008 at 11:48 AM, Hemkarna [EMAIL PROTECTED] wrote: Friends, Is it possible to save the print stream of a

Re: [flexcoders] Printing flex datagrid to PDF.

2008-05-08 Thread shaf ram
Have a look at ImageSnapshot new to Flex 3. It allows you to capture any display object in Flex. - Original Message From: Robert Stehwien [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, May 8, 2008 2:14:41 PM Subject: Re: [flexcoders] Printing flex datagrid to PDF

Re: [flexcoders] Printing flex datagrid to PDF.

2008-05-08 Thread Richard Rodseth
] To: flexcoders@yahoogroups.com Sent: Thursday, May 8, 2008 2:14:41 PM Subject: Re: [flexcoders] Printing flex datagrid to PDF. You can use BitmapData#draw( ) to draw any display object to a bitmap. But that would, I believe, only show you what is currently displayed. It might be a start

[flexcoders] Printing in Air v1 on Mac - Yikes!

2008-02-27 Thread Tom Sobut
Printing in Air beta 3 on Mac had print problems, very wide print margins on all sides. Same code, just recompiled in v1. Now there are no print margins on the upper left side. Comment's Adobe guys? If this is a bug, should I be directing this type of report to someplace else? thanks Tom

[flexcoders] Printing Receipts

2008-02-09 Thread Fidel Viegas
Hello folks, I am wondering if any of you has had any experience printing to a Receipt Printer. I have an Epson TM-U220 LPT printer, and I want to send the data to the printer. Does anyone have any idea or an example that does this? Thanks in advance, Fidel.

[flexcoders] Printing Flex3 Chart objects

2008-01-29 Thread btallman
I am having difficulty printing a one page report. It has about 10 text boxes and an image followed by three charts (one Pie and two Column). The page prints but there is no data in the charts. Any thoughts? How about sample code of a chart object printing in Flex3? Thanks, Ben

Re: [flexcoders] Printing very long textarea

2008-01-24 Thread Rabib
Hi ! That's really hot! Exactly what I was trying to do since so many times! Great Job Thank's a lot! -- Ju Frederico Garcia wrote: Rabib escreveu: Hi ! Thanks for your posts. It's been a long long time that I am looking for a good solution to this similar problem: create a printVbox

Re: Re: [flexcoders] Printing very long textarea

2008-01-23 Thread Rabib
Hi ! Thanks for your posts. It's been a long long time that I am looking for a good solution to this similar problem: create a printVbox component, that could print html text or whatever else on multiple pages without line cutting... exactly like the FlexPrintDatagrid Component. Printing text is

Re: [flexcoders] Printing very long textarea

2008-01-23 Thread jmfillman
Take a look at this site: http://www.kemelyon.com/bts/ --- In flexcoders@yahoogroups.com, Rabib [EMAIL PROTECTED] wrote: Hi ! Thanks for your posts. It's been a long long time that I am looking for a good solution to this similar problem: create a printVbox component, that could print

Re: [flexcoders] Printing very long textarea

2008-01-23 Thread Frederico Garcia
Rabib escreveu: Hi ! Thanks for your posts. It's been a long long time that I am looking for a good solution to this similar problem: create a printVbox component, that could print html text or whatever else on multiple pages without line cutting... exactly like the FlexPrintDatagrid

[flexcoders] Printing very long textarea

2008-01-08 Thread Otto
Hello, I've run into a small issue making a print feature for my application (flex3 beta3). I have a textarea that may contain lots of text, enough to wrap beyond the first page. The problem is that it doesn't wrap inbetween lines but it just cuts a line in two. See sample pdf here [1]. Is

Re: [flexcoders] Printing very long textarea

2008-01-08 Thread Frederico Garcia
] *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Otto *Sent:* 08 January 2008 14:40 *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Printing very long textarea Hello, I've run into a small issue making

RE: [flexcoders] Printing very long textarea

2008-01-08 Thread Gregor Kiddie
[mailto:[EMAIL PROTECTED] On Behalf Of Otto Sent: 08 January 2008 14:40 To: flexcoders@yahoogroups.com Subject: [flexcoders] Printing very long textarea Hello, I've run into a small issue making a print feature for my application (flex3 beta3). I have a textarea that may contain lots of text

Re: [flexcoders] Printing a TextArea

2007-12-18 Thread dorkie dork from dorktown
Did you ever get this answered? You can increase the size of the Textarea until the scrollbar height is removed. Check the maxVerticalScrollPosition after UpdateComplete: public var text1:TextArea private function callResize(event:Event):void {

RE: [flexcoders] Printing a TextArea

2007-12-18 Thread Alex Harui
dorktown Sent: Tuesday, December 18, 2007 8:12 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Printing a TextArea Did you ever get this answered? You can increase the size of the Textarea until the scrollbar height is removed. Check the maxVerticalScrollPosition after UpdateComplete

[flexcoders] Printing multiple objects per page, how to?

2007-12-15 Thread aceoohay
I would like to create a generic screen print module for my application. I have it working mostly. I can select print from the menu bar and it will render the module with focus. I was feeling giddy when I got that to work and I decided to add a heading to the page that prints. I have an object

[flexcoders] printing multipage tilelist

2007-12-04 Thread d.familian
hi I have been trying to print out a tilelist that is multipage and has images. 1. the images are not showing up. 2. i can not get the list to scrolldown, in the print out here is the code to print out private function doPrint():void{ var pj:FlexPrintJob = new FlexPrintJob(); if(pj.start()) {

[flexcoders] Printing a large string over multiple pages

2007-12-02 Thread Paul Steven
To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] Printing a large string over multiple pages I am printing a large string and it is only printing one page worth of the string data. Ideally I would like it to print the entire string using as many pages as it requires to print out the entire

RE: [flexcoders] Printing a large string over multiple pages

2007-12-02 Thread Alex Harui
: [flexcoders] Printing a large string over multiple pages Still desperately trying to find a solution to this! How can I print a text field that contains more than one page worth of text over multiple pages? Thanks Paul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] Printing a large string over multiple pages

2007-11-29 Thread Paul Steven
I am printing a large string and it is only printing one page worth of the string data. Ideally I would like it to print the entire string using as many pages as it requires to print out the entire contents. Any help much appreciated!! This is my print function code: private function

[flexcoders] Printing Pagination for Elements

2007-11-29 Thread Clinton D. Judy
Are there any code examples online demonstrating flex printing pagination? What I'm specifically trying to do is, I have several elements on one canvas, and before I was passing the entire canvas to the printjob. This worked fine, except some of the elements would get cut off at the end of one

[flexcoders] Printing a page of flex application

2007-11-28 Thread bloodylag
Hey there, I currently have a page of flex charts with various stats. Each chart is a seperate flex application on the page. Now when a user goes to print the page, of course it doesn't print the flash areas. These flex charts are static and wont change their datasource. Can anyone think of any

[flexcoders] Printing Pages, Paginating a Canvas

2007-11-23 Thread Clinton D. Judy
What's the best way to determine how much information can be fit on a page when printing an entire canvas? Can I, for instance, give an id to every element one level higher in the canvas, and add id's separately? Does this ensure that none of the elements are added to the page when there isn't

[flexcoders] Printing Chart

2007-11-21 Thread monkeeeh
Hi everyone! I have problem again. Im trying to print piechart. I have custom component (yhteenvetoPrintView) where i have pie chart. If i add dataprovider from other piechart i dont see piechart. But if i create static data to yhteenvetoPrintView i can see pie. Is printing too fast that

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-24 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: Did you try embedding fonts and rotating the PDG? This solves a slightly different user story (I think) - what happens if I offer the user a nice Flex GUI for picking landscape (or not) or just decide landscape for them, and then they choose

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-21 Thread Mikhail Shevchuk
As far as I can see according to the bug tracker, this issue was already resolved in HotFix1, but how can I use it ? I have Flex 2 SDK with both HotFixes applied. 2007/9/20, Tom Chiverton [EMAIL PROTECTED]: On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: If I understand your problem

RE: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-21 Thread Alex Harui
AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Printing custom DataGrid in landscape orientation As far as I can see according to the bug tracker, this issue was already resolved in HotFix1, but how can I use it ? I have Flex 2 SDK with both HotFixes applied. 2007/9/20, Tom

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Giles Roadnight
If I understand your problem correctly the only way you can print in landscape in Flex is to have the user select landscape in the print options. This will then pass landscape dimensions to your flex app that will scale the print data grid properly. To print multiple pages you'll ahve to add

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Mikhail Shevchuk
Thanks Giles for your response, I've read about that feature and the way to force user to select landscape orientation. But this is not convenient for the user. I wonder, if somebody knows the way to implement the rotated datagrid printing. 2007/9/20, Giles Roadnight [EMAIL PROTECTED]: If I

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Mikhail Shevchuk
Thanks Giles for your response, I've read about that feature and the way to force user to select landscape orientation. But this is not convenient for the user. I wonder, if somebody knows the way to implement the rotated datagrid printing. 2007/9/20, Giles Roadnight [EMAIL PROTECTED]: If I

RE: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Alex Harui
Did you try embedding fonts and rotating the PDG? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mikhail Shevchuk Sent: Wednesday, September 19, 2007 10:10 PM To: Flex Subject: [flexcoders] Printing custom DataGrid in landscape

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: If I understand your problem correctly the only way you can print in landscape in Flex is to have the user select landscape in the print options. Yup. You could vote for the bug @ https://bugs.adobe.com/jira/browse/SDK-11211 but it's been

[flexcoders] Printing custom DataGrid in landscape orientation

2007-09-19 Thread Mikhail Shevchuk
Hello, group I would like to print DataGrid data as a simple table. The problem, I've faced to is that I can't use PrintDataGrid component because it prints data not the way I need. What I need is to print table in landscape orientation. How can I implement this ? The landscape orientation is

[flexcoders] Printing in ASCII

2007-09-07 Thread . /\\/\\ a r c o s . /\\ u g u s t o
Hi there, Can´ t find how to print in ascii ( on those nasty dot matrix printers... ) Was thinking about using some script on a linux box , call it via amfphp, and print using samba.. Any better idea? -- . /\/\ a r c o s/\ u g u s t o ; .eu ando de passo leve que é pra num acordar o

RE: [flexcoders] Printing having the mutliple PrintDataGrid

2007-08-27 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Printing having the mutliple PrintDataGrid Hi, I have modified the Adobe Example and now i am having multiple printdatagrid.Now i wan to show the complete data of the first datagrid and then show the complete data the second datagrid. Any ideas how

[flexcoders] Printing having the mutliple PrintDataGrid

2007-08-26 Thread rajanjainflex
Hi, I have modified the Adobe Example and now i am having multiple printdatagrid.Now i wan to show the complete data of the first datagrid and then show the complete data the second datagrid. Any ideas how to do that? Thanks Rajan mx:PrintDataGrid id=myDataGrid width=60% height=100%

[flexcoders] Printing from Flex

2007-05-18 Thread simonjpalmer
Anyone tried to do much printing from Flex? Any words of wisdom before I dive headlong into the docs and scour the message boards? Any good examples? How about Charts, anyone managed to print them successfully? And PDF generation? Anyone found a good way of doing that containing charts?

Re: [flexcoders] Printing from Flex

2007-05-18 Thread André Rodrigues Pena
http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html take a look at Print Controls On 5/18/07, simonjpalmer [EMAIL PROTECTED] wrote: Anyone tried to do much printing from Flex? Any words of wisdom before I dive headlong into the docs and scour the message boards? Any good

Re: [flexcoders] Printing Invisible Components

2007-05-01 Thread Tom Chiverton
On Friday 27 Apr 2007, Sastry wrote: Any thoughts on this? Set them visible, then callLater() the rest of your print process. -- Tom Chiverton Helping to widespreadedly seize value-added solutions on: http://thefalken.livejournal.com This

Re: [flexcoders] Printing Invisible Components

2007-04-28 Thread Jeffry Houser
There is an attribute called includeInLayout (or something similar). Have you tried that? At 04:25 PM 4/27/2007, Sastry wrote: Hi All, I am having issue with printing Tabs in Flex. I have a Tab Navigator with multiple tabs. In some of the tabs I have Images and Panels. There is a print

[flexcoders] Printing Invisible Components

2007-04-27 Thread Sastry
Hi All, I am having issue with printing Tabs in Flex. I have a Tab Navigator with multiple tabs. In some of the tabs I have Images and Panels. There is a print button. When it is clicked, I show all the items which are present in all the tabs and the user can select what items he can print.

[flexcoders] Printing beyond visible area

2007-04-25 Thread Jeremy Tooley
Hey all, I am still doing revisions for an app I built and am converting for apollo. I have run into a huge issue and cannot figure it out. I need to print beyond the boundaries of what is shown in the textfield. http://www.wemadethat.com/gov/UVSBack3.html goto the UVS Directory and click on

[flexcoders] Printing Image

2007-04-18 Thread Raphael R. Franco
Hi, I have an image in popUp and necessary I printed. It would like to know if somebody has some example of code or the best one if making this. Tank You -- Raphael [Raphamaster] http://www.raphamaster.com/blog gtalk: [EMAIL PROTECTED] msn: [EMAIL PROTECTED] skype: raphamasters

[flexcoders] Printing newbie

2007-04-04 Thread frank_sommers
Hi, I'm trying to understand how printing works in Flex. First, I saw in the documentation both mx.print.FlexPrintJob and flash.print.PrintJob being used, with slightly different syntax. Which one is the preferred way to print from Flex? (I guess it must be FlexPrintJob - but what are the

[flexcoders] Printing error with acrobat professional 7

2007-03-19 Thread wifi19
hie. I've made a basic datagrid printing ( to print with page 3000 line's datagrid when i print to adobe pdf printer i get timeout error ! can you help me ? my script : public function doPrint():void { var printJob:FlexPrintJob = new FlexPrintJob(); if

[flexcoders] Printing Mailing labels

2007-02-22 Thread pdflibpilot
I need to explore the possibility of printing mailing labels directly from my Flex app versus dumping the records to excel or another application. It seems to me that Flex printing would produce a print job for every record - queuing perhaps hundreds of print jobs to the printer. Is there a way

Re: [flexcoders] Printing a TextArea

2007-02-20 Thread Rich Tretola
Sorry, I have been away from this thread for a while. Setting to 100% width and height doesn't because 100% would be limited to the size of the application and not the actual content of the Textarea. Rich On 2/12/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 08 Feb 2007, Rich Tretola

Re: [flexcoders] Printing a DataGrid using a PrintDataGrid

2007-02-15 Thread Ian Shafer
Thanks for the code, but I'm not sure if this solves the problem. I went to the Flex2 demo (http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html) and tried the printing demo. If one prints 3 or more pages, one can see that the data grid on the second page could have more rows.

Re: [flexcoders] Printing a DataGrid using a PrintDataGrid

2007-02-15 Thread Igor Costa
Ian The Flex Print Job class has this property read carefully here. http://livedocs.macromedia.com/flex/201/langref/mx/printing/FlexPrintJobScaleType.html and here http://livedocs.macromedia.com/flex/201/langref/mx/printing/PrintDataGrid.html#sizeToPage Regards. --ic On 2/15/07, Ian

[flexcoders] Printing a DataGrid using a PrintDataGrid

2007-02-14 Thread Ian Shafer
Hello, I'm using PrintDataGrid to print a DataGrid and everything is working fine except one thing. The size (height) of the PrintDataGrid same one every page. This would be okay if I were just printing the PrintDataGrid, but I have a header on the first page (and footers on subsequent

Re: [flexcoders] Printing a DataGrid using a PrintDataGrid

2007-02-14 Thread Igor Costa
Here's a short example of PrintJob copied from Components Explorer. // The function to print the output. public function doPrint():void { var printJob:FlexPrintJob = new FlexPrintJob(); if (printJob.start()) { // Create a FormPrintView control

Re: [flexcoders] Printing a TextArea

2007-02-12 Thread Tom Chiverton
On Thursday 08 Feb 2007, Rich Tretola wrote: Has anyone done any work with printing the htmlText from a TextArea component that has a scrollbar? Have you tried settig height/width on the component(s) you are printing to 100% and just letting the printer sort it out ? -- Tom Chiverton Helping

[flexcoders] Printing High Resolution Graphics is Flex.

2007-02-12 Thread zgaff
Is there a issue printing high resolution graphics with flex. I have a app that prints out information about users and a couple of high resoution graphic. The graphics do not scale correctly. The image is 1200 dpi so on a 600 dpi printer i would think it would print an image 2 inch wide and 2

[flexcoders] Printing a TextArea

2007-02-08 Thread Rich Tretola
Has anyone done any work with printing the htmlText from a TextArea component that has a scrollbar? I have tried a few different avenues but none are getting me the results I am looking for. The biggest hicup is that I can't seem to be able to get a height calculation of the actual text within

[flexcoders] Printing High Res Images

2007-02-06 Thread zgaff
Hi Everyone, Does anyone know how to print a high res images in flex 2. What I mean is if I have and image that is 1200 DPI by 1200 DPI and my printer has a resolution of 600 DPI my image should print out a 2 inchs by 2 inchs. I set the size for my display the printout is incorrect. Thanks

Re: [flexcoders] Printing without the application background showing up?

2007-01-31 Thread August Kaiser
I am also seeing this issue (sliver of parent background around edge of printed [white background] component). If anyone knows the solution, Tom and I would love to hear it! Thanks, August Tom Bray wrote: I've created a custom diagram component that I want to be able to print with a plain

[flexcoders] Printing without the application background showing up?

2007-01-30 Thread Tom Bray
I've created a custom diagram component that I want to be able to print with a plain white background, but the application background color is being printed as well. Is there a way to get around this? Making the background of the component white doesn't quite do it because I always end up

[flexcoders] Printing DataGrids (More Questions)

2007-01-29 Thread loisgh
Hi All, We have a need to dynamically print different views of data grids in flex builder2. Has anyone done this sucessfully and do you have any words of wisdom regarding this. I've been working with the PrintDataGrid object but it has some issues associated with it. Also, what we'd really

[flexcoders] Printing

2007-01-23 Thread loisgh
Hi All, Does anyone know how you can control font size in Flex 2 printing? Thanks Lois

[flexcoders] Printing a Data Grid

2007-01-23 Thread loisgh1961
Hi There, I'm trying to set up print views for a datagrid. I want to control the font size of the columns. I've been reading about embedded fonts but they only seem to work on text fields . Is there another option for datagrid columns? Thanks Lois

Re: [flexcoders] Printing a Data Grid

2007-01-23 Thread Sam Shrefler
Lois: If you use the PrintDataGrid component, you can specify fontSize right in the tag. For example: mx:PrintDataGrid id=myPrintGrid fontSize=24 Hope that helps... Sam On 1/23/07, loisgh1961 [EMAIL PROTECTED] wrote: Hi There, I'm trying to set up print views for a datagrid. I want to

Re: [flexcoders] Printing in Flex

2007-01-05 Thread Tom Chiverton
On Thursday 04 January 2007 17:29, baardos wrote: print to a file it's size is 0. Any ideas? Try using callLater to call your print method in the next 'tick' - maybe the thing you are printing hasn't been drawn yet. -- Tom Chiverton Helping to globally coordinate transparent communities

  1   2   >