[flexcoders] Statusbar goes blank after popup

2008-12-18 Thread danielrkrueger
Why does the AIR application status bar go blank after a popup window?



[flexcoders] Stop the flicker between menu items

2008-12-17 Thread danielrkrueger
When I place the mouse in just the right spot between 2 menu items I
can get a flicker. Does anyone know how to stop this?



[flexcoders] Get data from a cell in a data grid

2008-12-16 Thread danielrkrueger
If I know the RowIndex and the Column number how can I get the data
from the data grid? It seems simple, but I can't seem to find it.



[flexcoders] PrintDatGrid - change sizes and loosing data.

2008-12-14 Thread danielrkrueger
I am trying to print from Flex 3 using the PrintDataGrid.
On the first page I need to have the PrintDataGrid smaller than the
rest of the pages, so I can make room for other information that only
appears on page 1.
When I change the PrintDataGrid height before the call to the second
page, I seem to loose 14 rows of data, right from the middle of the
PrintDataGrid.

Has one ever tried to print a report like this from Flex?