Category Archives: Flex

Unexpected Re-use of File object in Flex 4

I started getting more into Flash Builder/Flex 4 a few weeks ago, and all is going fine but I ran into what I believe is an odd situation: the File object being returned as the event.target from a “browseForOpen” invocation is the same over different calls.  This was throwing me off because I assumed that… Read More »

Embarking on Adventures in Flex Multipage Printing

For my CommandSim project, we have a new Flex application in a late alpha stage that requires multipage DataGrid printing.  Of course I am using PrintDataGrid, but as I am finding out around the Internet, Flex still has a way to go in making this work properly for complex forms. In our situation, we create… Read More »