[flexcoders] Re: Printing in Flex...

2010-02-27 Thread Laurence
--- In flexcoders@yahoogroups.com, Laurence lmacne...@... 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

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 lmacne...@comcast.net wrote: --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,

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 valdhorli...@embarqmail.com 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

[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 n...@... wrote: I've got these PDF's... http://www.adobe.com/support/documentation/en/flex/ But is there a good way to print off

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

2009-05-20 Thread Cato Paus
Here you have it http://bumpslide.com/blog/tag/flex/ --- In flexcoders@yahoogroups.com, Laurence MacNeill lmacne...@... 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

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

2009-05-20 Thread Laurence MacNeill
Thanks! That's perfect! Laurence MacNeill Mableton, Georgia, USA At 05:30 AM 5/20/2009, you wrote: Here you have it http://bumpslide.com/blog/tag/flex/http://bumpslide.com/blog/tag/flex/ --- In mailto:flexcoders%40yahoogroups.comflexcoders@yahoogroups.com, Laurence MacNeill lmacne...@...

[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 bened...@...

[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. I have a

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

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

2008-06-23 Thread Josh Millstein
I have tried changing margins, even changed printers and I can still not print anything in the bottom 10th or right 10th of the page. I¹ve changed scale-modes and width, heights, percent donkeys Everything I can think of. If I print an image out that is too big for one page and do scaleMode

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

2008-06-16 Thread Dmitri Girski
I think that these are the settings of your printer driver. I am printing with margins 5-10 pixels, but I set the margings to 0 in the Distiller printer drivers. Cheers, Dmitri. http://mitek17.wordpress.com --- In flexcoders@yahoogroups.com, Josh Millstein [EMAIL PROTECTED] wrote: Does

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

2008-06-16 Thread Josh Millstein
Thanks for the advice, I¹ll check out what my margins are set on in the driver although I still think it would be weird that my margins are 0,0 for top and left, and 100 px 100 px for right and bottom especially because anything else I print off (from another program) has evenly spaced margins.

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Tom Chiverton
On Wednesday 13 Feb 2008, David Mendels wrote: PrintJob, sumbit and vote for those directly, don't use the MARS ER as a proxy. Make sense? OK sure, though this is going to lead to a bit of fracture, of course. Does anyone know of a 'client side PDF templating' issue already before I create

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Nick Collins
Well, when I initially filed that ER in the bugbase, my intention was not merely that of wanting client-side PDF generation. My desire was to have the ability to create, and display those documents within a Flash application, without needing to have the Acrobat Reader installed. I love the AIR

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Paul Andrews
- Original Message - From: Nick Collins To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 1:06 PM Subject: Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future) Well, when I initially filed that ER in the bugbase

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Anatole Tartakovsky
David, Group, Essentially we have 2 issues here - Printing and client side PDF generation. 1. As far as sufficient printing API needed for Internet applications goes, I believe we need at least the APIs we implemented for IE 7 years ago - http://www.htmlprinting.com. We are willing to contribute

RE: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Alex Harui
14, 2008 10:37 AM To: flexcoders@yahoogroups.com Subject: Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future) David, Group, Essentially we have 2 issues here - Printing and client side PDF generation. 1. As far as sufficient printing API needed

Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-13 Thread David Mendels
Hi, As someone pointed out, MARS is in a early state. I think it would really help if folks really are precise about what problem they want to solve rather than how they want to solve it. If the problem to solve is client-side PDF generation, there are multiple approaches we might take to

[flexcoders] Re: Printing very long textarea

2008-01-08 Thread Otto
--- In flexcoders@yahoogroups.com, Frederico Garcia [EMAIL PROTECTED] wrote: I'm making a PrintTextArea component wich is basically a TextArea with simillar behaviour to PrintDatagrid. Still has some bugs, so I'll repost has soon has I corrected them. Read the documentation on

Re: [flexcoders] Re: Printing very long textarea

2008-01-08 Thread Frederico Garcia
Otto escreveu: --- In flexcoders@yahoogroups.com, Frederico Garcia [EMAIL PROTECTED] wrote: I'm making a PrintTextArea component wich is basically a TextArea with simillar behaviour to PrintDatagrid. Still has some bugs, so I'll repost has soon has I corrected

[flexcoders] Re: Printing very long textarea

2008-01-08 Thread Otto
--- In flexcoders@yahoogroups.com, Gregor Kiddie [EMAIL PROTECTED] wrote: Once you've called PrintJob.start() you can get the pageWidth and pageHeight of the paper and use these values along with the sizes of your TextArea to create your print area. You can then call PrintJob.addPage() as

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

2007-12-17 Thread Todd
Just add your Panel and HBox to another container, and send this other container to the print job. Here's the pseudo code: var newContainer:VBox = new Vbox(); newContainer.add( hbMainTitle ); newContainer.add( dspChildWithFocus); printJob.addObject (newContainer); Viola. Well, you

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

2007-12-03 Thread Anthony DeBonis
Here is some code we use to slice up a long list and print on X# of pages. You should be able to do somethink like this... Hope the code gets formated ok // Add 2nd page displaying names of selected organizations var selectedOrgList:List = new List();

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

2007-12-03 Thread Paul Steven
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anthony DeBonis Sent: 03 December 2007 17:42 To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] Re: Printing a large string over multiple pages Here is some code we use to slice up a long list and print on X# of pages

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

2007-12-02 Thread b_alen
I remember in AS2 I created an array of movieclips with print content and then print the array one by one. Each array entry was a movie clip object. I had to manually measure when the movieclip is to high, then create another one, etc. Now from the livedocs: The PrintJob class hasn't changed

[flexcoders] Re: Printing Chart

2007-11-23 Thread monkeeeh
Thanks for helping. I had many problems but now it works. Messing up with multidimensional arrays etc.. But still I have question. Is it possible to rotate chart before printing? because I have multipage printing and allmost all pages are portrait but i want to rotate barchart so barchart is

[flexcoders] Re: Printing Chart

2007-11-22 Thread monkeeeh
Please someone tell me how to print chart! I know that you know.

[flexcoders] Re: Printing Chart

2007-11-22 Thread Mark
Looks like you may be sending it too soon. Here's my code for a barChart that should work for a pie as well. Try reacranging the code a bit and see what happens. Let us know how it goes. Mark public function printSnapshotArea():void { var printDJob:FlexPrintJob = new FlexPrintJob();

RE: [flexcoders] RE: Printing without the Print Dailog

2007-10-19 Thread Alex Harui
Not possible afaik From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carl Vorster Sent: Friday, October 19, 2007 8:47 AM To: [EMAIL PROTECTED]; flexcoders@yahoogroups.com Subject: [flexcoders] RE: Printing without the Print Dailog Hi

[flexcoders] RE: Printing without the Print Dailog

2007-10-19 Thread Carl Vorster
Hi guys and gals, any idea's about this? _ From: Carl Vorster [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 4:21 PM To: '[EMAIL PROTECTED]' Subject: Printing without the Print Dailog Hi, Do anyone know of a way to print directly to a printer without the print

[flexcoders] Re: Printing in Mac

2007-08-31 Thread rajanjainflex
Hi Rashmi Thanks for the help. Rajan --- In flexcoders@yahoogroups.com, rashmi_nraj [EMAIL PROTECTED] wrote: Hi Raj Sorry for replying late Please find the code i have used to Print in Windows in the following link

[flexcoders] Re: Printing from Flex

2007-05-19 Thread jjkruse
Easiest way is to create a custom component representing the page you want to print. Example code, using component called ChartsPrint: public function print2():void{ var printJob:FlexPrintJob=new FlexPrintJob(); if(printJob.start()){

[flexcoders] Re: Printing in Flex

2007-01-25 Thread baardos
Hi Sam, This issue was caused by the fact that the FlexPrintJob was preparing the panel for printing (the print job was set to match or width/height) and for some reason it was setting it's height to 0 - that's why I think it was getting removed from the queue. I've noticed that wrapping a

[flexcoders] Re: Printing Images with printJob.addObject

2006-11-23 Thread bnuenemann
Sorry, now i understand: explicit embedding is working in Print-Templates: ... mx:Script ![CDATA[ import mx.core.*; [Embed(source=myimage.png)] [Bindable] public var imgCls:Class; ]] /mx:Script ... mx:Image height=60 id=myimage width=30% source={imgCls}/ ... Thanks ---

Re: [flexcoders] Re: printing/zooming bugs

2006-07-27 Thread Samuel Reuben
: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] OnBehalf Of JasonSent: 29 June 2006 17:50To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: printing/zooming bugsUnfortunately, it looks like the Zoom bug is still there in the releaseversion. I've entered it into the bug report page

RE: [flexcoders] Re: printing/zooming bugs

2006-07-25 Thread Daniel Tuppeny
TroglodytesSent: 18 July 2006 00:14To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: printing/zooming bugs I know this was asked a long time ago, but somehow I must have missed it. Either that or I learned how to do it later. In any case, do this: import flash.ui.ContextMenu; var

RE: [flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Daniel Tuppeny
pplication), unable to get back. I'm definately using the release player :-( From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel ReubenSent: 19 July 2006 05:52To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: printing/zooming bugs The zoom in, zoom o

Re: [flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Samuel Reuben
] On Behalf Of Samuel ReubenSent: 19 July 2006 05:52 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: printing/zooming bugs The zoom in, zoom out problem was noticed and was fixed. I'll look into it. As far as I can see it works fine on the release player. -sam On 7/18/06, Daniel Tuppeny

[flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Peter Blazejewicz
--- In flexcoders@yahoogroups.com, Samuel Reuben [EMAIL PROTECTED] wrote: If you go to http://www.adobe.com/shockwave/welcome/ in the flash player about does it show 9,0,16,0 ? -sam Hi sam, I've submitted that as serious usability issue to Flex QA team during beta and haven't got any

Re: [flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Pan Troglodytes
Since seeing is believing, have a video:http://rapidshare.de/files/26310210/zoombug.wmv.htmlOn 7/19/06, Peter Blazejewicz [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com , Samuel Reuben [EMAIL PROTECTED] wrote: If you go to

Re: [flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Uday M. Shankar
I too have noticed this... but, i simply assumed that someone is alerady working on it :-) -uday Peter Blazejewicz wrote: --- In [EMAIL PROTECTED]ups.com, "Samuel Reuben" [EMAIL PROTECTED] wrote: If you go to http://www.adobe.com/shockwave/welcome/ in the flash player "about"

Re: [flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Pan Troglodytes
So was I.That was in beta.Seriously, this is pretty major. Zooming MUST be very important to Flash/Flex if it takes up the first three right-click menu options by default. And yet, they break it and seem to just blow it off. FYI, I entered a bug report on the official web page about it.On

RE: [flexcoders] Re: printing/zooming bugs

2006-07-18 Thread Daniel Tuppeny
Cool, thanks! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan TroglodytesSent: 18 July 2006 00:14To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: printing/zooming bugs I know this was asked a long time ago, but somehow I must have missed

Re: [flexcoders] Re: printing/zooming bugs

2006-07-18 Thread Samuel Reuben
Of Pan TroglodytesSent: 18 July 2006 00:14To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: printing/zooming bugs I know this was asked a long time ago, but somehow I must have missed it. Either that or I learned how to do it later. In any case, do this: import flash.ui.ContextMenu; var

Re: [flexcoders] Re: printing/zooming bugs

2006-07-17 Thread Pan Troglodytes
- From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Jason Sent: 29 June 2006 17:50 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: printing/zooming bugs Unfortunately, it looks like the Zoom bug is still there in the release version. I've entered

[flexcoders] Re: printing/zooming bugs

2006-06-29 Thread Jason
Unfortunately, it looks like the Zoom bug is still there in the release version. I've entered it into the bug report page. But be aware. --- In flexcoders@yahoogroups.com, Jason [EMAIL PROTECTED] wrote: Before I start talking about bugs, let me just say thanks for the help. I demoed to the

[flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Jason
Can someone else confirm this happens with them, too? I get it both on my machine and another one. But it would be good to get some verification from someone else. Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email.

[flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Peter Blazejewicz
Hi Jason, I've submitted that (zoom in/zoom out/show all) as plugin usability bug some time ago to Flex Team QA, haven't received confirmation yet from them though, kind regards, Peter Blazejewicz Yahoo! Groups Sponsor ~-- Check out the

Re: [flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Abdul Qabiz
I suggest, you to use Flex PrintJob class instead of Player's PrintJob. Flex 2 PrintJob gives you more control.mx.printing.FlexPrintJob ?If you still see the same problem...let us know... I know the person, who can answer this best :) -abdulOn 6/15/06, Peter Blazejewicz [EMAIL PROTECTED] wrote:

RE: [flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Daniel Tuppeny
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: printing/zooming bugs Can someone else confirm this happens with them, too? I get it both on my machine and another one. But it would be good to get some verification from someone else. Yahoo! Groups Sponsor

[flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Jason
Thanks for the tip! That worked great on the printing part of the bug. Still have weird zooming issues, though. For anyone else's reference, I changed the code around to this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] Re: Printing whole lotta pages?

2005-07-06 Thread svktiilikainen
Thank you all for the answers. Clearly printing is not the most advanced and easy-to-use feature in Flex/Flash. Nihit, your code example works - it really is possible to print two pages even if they are not on screen. Great, thanks! But how does the code work, could you explain the logic a

Re: [flexcoders] Re: Printing whole lotta pages?

2005-07-06 Thread Manish Jethani
On 7/6/05, svktiilikainen [EMAIL PROTECTED] wrote: Nihit, your code example works - it really is possible to print two pages even if they are not on screen. Great, thanks! But how does the code work, could you explain the logic a little? Where are the resizeMask() etc methods coming from?

Re: Printing

2005-02-24 Thread rbrueckmann78
I noticed something odd in testing the code available on macromedia.com on how to print the entire contents of a datagrid. It works if you leave the default printer settings alone, but if you change to have the report printed landscape-wise, it doesn't work anymore. It stops at the point

RE: [flexcoders] Re: Printing

2005-02-24 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Printing I noticed something odd in testing the code available on macromedia.com on how to print the entire contents of a datagrid. It works if you leave the default printer settings alone, but if you change to have the report