Not finding what you are looking for? Request a recipe!
Edit the XML source of the PDF form, add a <setProperty> tag to add data binding for the caption and add XML nodes to your data source for the captions.
Use the new load() method and data property in the FileReference API of Flash Player 10.
The solution is to only use part of the frame time to process data and yield when processing time in the current method call exceeds a certain amount of time. Then carry on at the next frame until processing of all data items is over. For this, you need to use callLater().
Use the well-known LocalConnection hack to release memory on a regular basis using a timer.
Use the [RemoteClass] metadata tag
Set showDataTips to true on the AdvancedDataGridColumn tags, set the dataTipFunction on the AdvancedDataGrid tag and write the corresponding function to return the tooltips.
Add a field to the entity of your dataprovider to hold the formatted data as a string in an extra property.
Create a PDF form with a table in Adobe LiveCycle Designer, in Flex loop through the data provider of your datagrid and create a XML node for each row, then send the XML data to the LCDS server for the document generation.
Register the PDFResourceServlet in the web.xml file of your web application and call it, passing the same ID that was used to write the PDF in the session
Extend the Box component and override the updateDisplayList() method