Re: [flexcoders] FlexReport Beta - Public Release

2008-01-21 Thread Terry Allen
Thank you! Looks like I will have something to play with for the rest of the afternoon after all :) On Jan 21, 2008 3:14 PM, Frederico Garcia <[EMAIL PROTECTED]> wrote: > I'm releasing the first beta of FlexReport, a client-side open source > (LGPL) report generation library for Flex. You can s

[flexcoders] using variables in flexreport print jobs

2008-02-27 Thread Terry Allen
Hi, I am still learning Flex and have run into a wall at this point on an issue. The calculator application I have created needs to be able to print out a report with the various variables the user has selected via comboboxes. I have a print button that causes a popup window to appear with the p

Re: [flexcoders] How do I enter 2 arrays into one arraycollection

2008-08-27 Thread Terry Allen
rtment", title:"Engineering", children: new > > ArrayCollection( > > [ > > {type:"employee", name:"Erin M"}, > > > > {type:"employee", name:"Ann B"} ] ) }, > > > > ] ); > > > > > > How could I place the following arrays in the statement above? > > Parent = myParentArray > > children = myChildrenArray > > > > Thank you, > > > > Terry Allen > > > > > > > > > > > > >

Re: [flexcoders] Learning Flex and AMFPHP

2008-09-25 Thread Terry Allen
I was also having trouble with AMFPHP until I purchased the Essential Guide to Open Source Flash. The creator of AMFPHP has a chapter (chapter 7) that fully explains how to setup the PHP and Flex side of a CRUD sample application. It also contains a primer on VO's. I highly recommend this chapter t

Re: [flexcoders] Html file in Flex application.

2008-10-28 Thread Terry Allen
Make sure you modify the html page that initiates the flex application. You will need to make some modifications to it in order for the iFrame to work. The example shows what you need to change/add to the file. On Tue, Oct 28, 2008 at 6:07 AM, kotha poornima <[EMAIL PROTECTED]>wrote: >Hi, > B