Re: [flexcoders] Re: FlexPrintJob and large DataGrids?

2006-06-21 Thread Abdul Qabiz



The docs recommend that, for print jobs, you create a seperate 
custom component that contans the DataGrid in it's full size (no 
scroll bars).  The print DataGrid is bound to the same dataProvider 
as the view DataGrid.Right. Use mx.printing.PrintDataGrid in that separate component and you would also need to do write some code to add header/footer/content...Check out Flex 2.0 help in Flexbuilder 
2.0. Flex 2.0 Developer's Guide 
 Flex Programming Topics  Printing  Printing 
multipage output-abdul On 6/21/06, Tim Hoff 
[EMAIL PROTECTED] wrote:   Hi,The docs recommend that, for print jobs, you create a seperate 
custom component that contans the DataGrid in it's full size (no scroll bars).The print DataGrid is bound to the same dataProvider as the view DataGrid.-TH--- In 
flexcoders@yahoogroups.com, djbrown_rotonews  [EMAIL PROTECTED] wrote: I've got a large DataGrid that the user needs to scroll 
(vertically)  through to view completely. When I go to print this, I only get the  portion that is currently displayed to print out (I'm using the  dataGrid itself as the UI component to print, so that's not the 
 issue). Any ideas?  Here's the relevant snippets:   public function printGrid(e:Event):void { import mx.printing.FlexPrintJob
; var myPrintJob:FlexPrintJob = new FlexPrintJob(); myPrintJob.start(); myPrintJob.addObject(dgBags, FlexPrintJobScaleType.SHOW_ALL); myPrintJob.send(); }
  mx:DataGrid id=dgBags x=10 y=75 width=95% height=90%  dataProvider={bags_xml}


__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Re: FlexPrintJob and large DataGrids?

2006-06-20 Thread Tim Hoff
Hi,

The docs recommend that, for print jobs, you create a seperate 
custom component that contans the DataGrid in it's full size (no 
scroll bars).  The print DataGrid is bound to the same dataProvider 
as the view DataGrid.

-TH

--- In flexcoders@yahoogroups.com, djbrown_rotonews 
[EMAIL PROTECTED] wrote:

 I've got a large DataGrid that the user needs to scroll 
(vertically) 
 through to view completely. When I go to print this, I only get 
the 
 portion that is currently displayed to print out (I'm using the 
 dataGrid itself as the UI component to print, so that's not the 
 issue). Any ideas?
 
 Here's the relevant snippets:
 
 
 public function printGrid(e:Event):void {
 import mx.printing.FlexPrintJob;
 var myPrintJob:FlexPrintJob = new FlexPrintJob();
 myPrintJob.start();
 myPrintJob.addObject(dgBags, FlexPrintJobScaleType.SHOW_ALL);
   myPrintJob.send();
 }
 
 mx:DataGrid id=dgBags x=10 y=75 width=95% height=90% 
 dataProvider={bags_xml}







 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/