[flexcoders] Re: rowCount and PrintDataGrid

2006-04-04 Thread kronos113
I just realized I should show the print view code as well.  Here it is:   http://www.adobe.com/2006/mxml" xmlns="*" xmlns:wtrfrd="customComponents.*"   paddingBottom="10"   paddingTop="10"   paddingLeft="10"   paddingRight="10">            titleStyleName="panelHeader" ver

[flexcoders] rowCount and PrintDataGrid

2006-04-04 Thread kronos113
Hello all, I'm working on some print reports and I've run into an issue. I have a print data grid that needs to print over multiple pages. On the first page only nine rows can fit due to a header that's printed on this first page along with the grid. On subsequent pages there is space for many

[flexcoders] Re: Chart printing options

2006-01-24 Thread kronos113
s is implemented in the currently > public alpha, but I'm sure this will work in the next public release. > > > Ely. > > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of kronos113 > Sent: Tuesday, January 24, 2006 12:

[flexcoders] Re: Chart printing options

2006-01-24 Thread kronos113
Sorry...using Flex 2. --- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > > > > Kent -- are you using Flex 1.5 or 2.0? > > Ely. > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTE

[flexcoders] Chart printing options

2006-01-24 Thread kronos113
I'm creating print views for some online reports we're working on. In the online versions we have some nice colored bars on our charts. This looks great online but it isn't an ideal solution for printing. What I'd like to do is create a custom pattern fill to be used in the chart's print view.

[flexcoders] Re: DataGrid styles

2006-01-18 Thread kronos113
I've been having some difficulty getting the style right PrintDataGrid's as well. To get the most uniform look possible I've turned off border-sides except for the right side, as the vGridLine doesn't show up on the right edge of the data grid. When I have all the borders turned on I get a double

[flexcoders] paginating runtime objects.

2006-01-13 Thread kronos113
Hello all, I'm having a bit of difficulty. I've got a VBox component that is a combination of mxml declared components and objects added at runtime. I need to page this for printing. So I've created a script class that I pass the Container and the desired page lenght to. I return an array o