[flexcoders] Re: Generate PDF report/invoice from Flex

2008-05-09 Thread memecpi
Can you elaborate on the Designer binding portion? I'm using Designer 8.1 and it's not intuitive to me as to where I would add the item[*] syntax in the Designer tool. In the Default Binding area? The default is Normal and I can choose Data Connetion or None, but it appears I can enter text

[flexcoders] Re: Generate PDF

2007-04-17 Thread billy_d_white
You should be able to add a function in JavaScript that opens the popup window in the html template that wraps the flash code. Then you can call that function from within the flash/flex code using the ExternalInterface API or the navigatetoURL function. Check out the Flex 2 Developer's Guide in