[flexcoders] Print Functionality in flex

2015-05-07 Thread stinas...@yahoo.com [flexcoders]
Hello People, i have a report in flex that is populated by repeaters that get data from a database. The reason i use repeaters is based on the design of my report. Now i would like to know how to create a print functionality to print the report when a button is clicked. Please know that the

Re: [flexcoders] Print text

2015-03-13 Thread Brendan Meutzner bmeutz...@gmail.com [flexcoders]
Have you considered using a server side print functionality like Java or ColdFusion to organize and print? I know, for example, that ColdFusion's CFDocument print will allow you to specify page breaks, and could be configured to a specific height for inserting the page break to match your print re

[flexcoders] Print text

2015-03-13 Thread Jairo França ja...@tgi.inf.br [flexcoders]
Hello, I need to print some text to a dot matrix printer. After print the text I don´t want the printer to move to next page (in fact, the papper is continuous). How can I do this? PrintJob class let me change the paper size, but I can´t see a custom one. Thanks. --

Re: [flexcoders] Print-or-PDF AdvancedDataGrid

2011-10-22 Thread Paul Hastings
On 10/22/2011 4:57 PM, Steve Roger said: > I am recently working on AdvancedDataGrid print & export in PDF function. > I have looked at many libraries of Flex print & PDF (alivePDF, FxPDF,.) > but not get what i wanna to do. not sure what you "wanna to do" but maybe have a look at purePDF (mos

[flexcoders] Print-or-PDF AdvancedDataGrid

2011-10-22 Thread Steve Roger
very good morning to all I am recently working on AdvancedDataGrid print & export in PDF function. I have looked at many libraries of Flex print & PDF (alivePDF, FxPDF,.) but not get what i wanna to do. I am having one AdvancedDataGrid with HierarchicalData. I wanna to print complete Advan

Re: [flexcoders] Print examples?

2009-05-26 Thread Rick Winscot
If you want to print a sub-set of you text... You are going to need to select the appropriate text ­ transfer to a temporary container and use the temporary container as an argument for the PrintJob.addObject(). Remember that in order to print what you see ­ you must see what to print. This is esse

[flexcoders] Print examples?

2009-05-23 Thread Tony Obermeit
I'm looking for examples of how to print a single paragraph of text in flex where I can chose the font and rely on word wrap on page margins. The few examples I've found show grids, anyone help really appreciated. tony

Re: [flexcoders] Print existing documents in Flex

2009-04-02 Thread Paul Andrews
ot;Arun Menon" To: Sent: Thursday, April 02, 2009 3:12 PM Subject: [flexcoders] Print existing documents in Flex > > Hi > > I have a situation where i have a bunch of urls which point to existing > files which have to be printed to a users default printer. How can i use > the Pri

[flexcoders] Print existing documents in Flex

2009-04-02 Thread Arun Menon
Hi I have a situation where i have a bunch of urls which point to existing files which have to be printed to a users default printer. How can i use the PrintJob to achieve this. The user does not want to navigate to each url and print it manually.. I am not sure if PrintJob can print existin

[flexcoders] Print Inverted Image?

2009-03-04 Thread pliechty
I am trying to print an image with a filter on it. The filter inverts the colors of the image. I add the imgBox to the printJob. But, the image doesn't print with the filter applied. Here is the code:

[flexcoders] Print Image and Text Problem

2008-09-30 Thread wwwpl
I am trying to print a text header with an image control. I scale the image to fit the page, but the text gets scaled also. Is there a way to scale the image without the text scaling as well. I am printing as a bitmap. Here is the code: http://www.adobe.com/2006/mxml"; backgroundCo

[flexcoders] Print Selected Area of Image

2008-09-17 Thread wwwpl
We need to create a control that will allow the user to rubber band an area of an image and then print it. Does anyone know of a blog or example code that has a rubber banding control or a control or code to print a selected area of an image?

[flexcoders] Print?

2008-08-26 Thread kpjj31
Is it possible to print an external html page from with in Flex?

Re: [flexcoders] Print Preview, figuring out just how to do it.

2008-07-07 Thread Tom Chiverton
On Monday 07 Jul 2008, bredwards358 wrote: > Now, I am aware of the marvelous looking FlexReport at > http://www.kemelyon.com/bts/, however I am at a loss as how to > "install" it so to speak (Meaning I have no idea what files and > components I need to copy over in order to use it). Ummm, from ht

[flexcoders] Print Preview, figuring out just how to do it.

2008-07-07 Thread bredwards358
Thankfully, the basic printing functionality of Flex was all I needed to print out the very basic looking reports I need for my application. However, another requirement is adding Print Preview functionality. So far in my experimentation I've managed to display what should be on the report by openi

Re: [flexcoders] Print a ticket

2008-05-27 Thread Fidel Viegas
On Tue, May 27, 2008 at 9:20 PM, Jean Szabo <[EMAIL PROTECTED]> wrote: > Hello, > > I must print a ticket on a printer Epson (thermique), and I can send it > a rtf file with special font for a quick print. > > How can I generate and send directely a rtf document with AIR ? > > Can I just send text,

[flexcoders] Print a ticket

2008-05-27 Thread Jean Szabo
Hello, I must print a ticket on a printer Epson (thermique), and I can send it a rtf file with special font for a quick print. How can I generate and send directely a rtf document with AIR ? Can I just send text, with font and font size, without canvas ? Thanks Jean

Re: [flexcoders] Print Preview in Flex

2008-01-17 Thread Tom Chiverton
On Thursday 17 Jan 2008, jitendra jain wrote: >How can we show print preview in Flex? Before printing , i want the user > to see print preview of the printing document. No, but you can access the bitmap of a control, and display that in a PopUp. -- Tom Chiverton Helping to paradigmatically r

Re: [flexcoders] Print Preview in Flex

2008-01-17 Thread Frederico Garcia
jitendra jain escreveu: > Hi Everybody, > >How can we show print preview in Flex? Before printing , i want the > user to see print preview of the printing document. > > Thanks, > > with regards, > JJain > > > Looking fo

[flexcoders] Print Preview in Flex

2008-01-17 Thread jitendra jain
Hi Everybody, How can we show print preview in Flex? Before printing , i want the user to see print preview of the printing document. Thanks, with regards, JJain - Looking for last minute shopping deals? Find them fast with Yahoo! Search.

RE: [flexcoders] print to server

2008-01-11 Thread Tracy Spratt
groups.com Subject: Re: [flexcoders] print to server which path I can get the flashlog.txt ?Thanks - Original Message From: Tracy Spratt <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, January 11, 2008 2:29:05 PM Subject: RE: [flexcoders] print to server Rememb

Re: [flexcoders] print to server

2008-01-11 Thread Mark Shen
which path I can get the flashlog.txt ?Thanks - Original Message From: Tracy Spratt <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, January 11, 2008 2:29:05 PM Subject: RE: [flexcoders] print to server Remember, Flex apps do not run on the server like Java, js

RE: [flexcoders] print to server

2008-01-11 Thread Tracy Spratt
PROTECTED] On Behalf Of dominique.bessette Sent: Friday, January 11, 2008 12:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] print to server is there a way to print out statements in a flex application to the server? ie. in java it's System.out.println("ERROR");

[flexcoders] print to server

2008-01-11 Thread dominique.bessette
is there a way to print out statements in a flex application to the server? ie. in java it's System.out.println("ERROR");

[flexcoders] print function code - can someone help me?

2008-01-08 Thread b.martinelli
Hi, I have an application : - on the left side a list, - on the right side detail's company leaders. it's look like : http://www.sitepoint.com/print/flex-2-internet-applications (section : "Enhancements ... and More!") And i need two buttons : - The firt one who permit to print the current leade

Re: [flexcoders] print function code for $$ - anyone interested?

2008-01-03 Thread Frederico Garcia
anthony_morsey escreveu: > Is anyone interested in building a print function for a small reward - > $100 ?? > > I need a function that will take any objects from the current screen > (text areas of varying/dynamic size, labels, charts and legends) and > place them sequentialy on some type of invisi

[flexcoders] print function code for $$ - anyone interested?

2008-01-03 Thread anthony_morsey
Is anyone interested in building a print function for a small reward - $100 ?? I need a function that will take any objects from the current screen (text areas of varying/dynamic size, labels, charts and legends) and place them sequentialy on some type of invisible/hidden container that then can b

[flexcoders] Print in Landscape mode

2007-05-29 Thread Jaganathan.K
any idea on how to print a page in landscape mode?

Re: [flexcoders] Print Preview Help

2007-02-02 Thread Abdul Qabiz
Hi, and the preview should be able to show the number of pages that would be present in the Printed hard copy. To show that you need to know the paper size, that is not known until you start printjob.start (..), once printjob.start (..) is called Print dialogue box is shown and Flash Player st

[flexcoders] Print Preview Help

2007-02-01 Thread Sastry
Hi All, I am trying to print the contents of a DataGrid using a Print Data Grid. The Direct print is working good. But now, I need a Print Preview and the preview should be able to show the number of pages that would be present in the Printed hard copy. I also want to let the user select the p

RE: [flexcoders] Print Datagrid Columns Dynamically Based on User Selection

2006-12-18 Thread Dimitrios Gianninas
groups.com [mailto:[EMAIL PROTECTED] On Behalf Of rob_scio Sent: Monday, December 18, 2006 12:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Print Datagrid Columns Dynamically Based on User Selection We are looking for suggestions on how to handle the following: We need to print a Dat

[flexcoders] Print Datagrid Columns Dynamically Based on User Selection

2006-12-18 Thread rob_scio
We are looking for suggestions on how to handle the following: We need to print a DataGrid with DataGrid columns chosen by a user at runtime in a dynamic fashion. The app that's been written utilizes the mx.printing.FlexPrintJob method to accomplish this task. Specifically, the code already writte

[flexcoders] Print / PrintDialog / PrintJob / No Multiple Print

2006-11-30 Thread dingobidon5
Hello, for an Business solution in Flex we have to control the Printer Dialog. We knows that printing without Printer Dialog on the Standard Printer is for security reasons not possible. The PrintJob Class gives return-values for the OK or Cancel Button and the page orientation, but unfortunate

[flexcoders] Print function on linux server cannot work well

2006-03-23 Thread wujunjr
Could anyone kindly help me? Thanks. --- In flexcoders@yahoogroups.com, "wujunjr" <[EMAIL PROTECTED]> wrote: > > Hi, everyone, > > I'm dying... > It's our local time 3:00 a.m. > It is the first time for us to depoy the flex 1.5 code to linux server. > As the result, all the text in the chart ca

Re: [flexcoders] Print datagrid with picture in Flex2 alhpha

2005-11-16 Thread Zhu Feng
HI,all, I find my mistakes. I miss adding the cellrender property in the PrintDataGrid. And another questions: When i dynamiclly load a image, the image disappears in the printed papaer. Am i missing something again?On 11/16/05, Zhu Feng < [EMAIL PROTECTED]> wrote:Thank you, Patil. But I can no

Re: [flexcoders] Print datagrid with picture in Flex2 alhpha

2005-11-16 Thread Zhu Feng
Thank you, Patil. But I can not access the url. would you attach the source code?On 11/15/05, Sandip Patil <[EMAIL PROTECTED] > wrote: Here is the link regarding data grid examples. Which also contains printing of datagrid. Just see demo examples & then go through source code.   http://p

Re: [flexcoders] Print datagrid with picture in Flex2 alhpha

2005-11-15 Thread Sandip Patil
Here is the link regarding data grid examples. Which also contains printing of datagrid. Just see demo examples & then go through source code.   http://philflash.inway.fr/example.htmlZhu Feng <[EMAIL PROTECTED]> wrote: Hi, All,does the Flexprintdatagrid support printing pictures?when I use

[flexcoders] Print datagrid with picture in Flex2 alhpha

2005-11-14 Thread Zhu Feng
Hi, All, does the Flexprintdatagrid support printing pictures? when I use the browser's print, it works correctly, while when i use my own funciton of printing, something seems wrong. and My codes are like this: PicForm.mxml: http://www.macromedia.com/2005/mxml" xmlns:local="*">