I am trying to create an AIR app that you can maximize, and when you maximize all the components contained in the windo开发者_开发知识库wedApplication are scaled with the containing windowedApplicatio
Is there a way in spark datagrid to disable some rows programmatically, in flex 3, it could be done using the function mouseEventToItemRenderer this way:
How do you remove the header row from a Spark DataGrid? MX DataGrid had the attribute \"showHeaders\" but this doesn\'t seem to be present in the Spark DataGrid.
Here\'s code that splits the screen into two columns, left and right.Then it puts a box in each column and attempts to center them.The horizontalCenter and verticalCenter properties are ignored:
Is mx.containers.HDividedBox deprecated by some spark container in Flex 4.5? I\'m new to Flex programming and can\'t find any spark replacement for it.
I\'m trying to create a report viewer for flex. The reports will be built from a PrintDataGrid since it\'s the only component in flex that supports multi-pages through validNextPage and nextPage().
While I was trying to change the fontSize of titlebar of TitleWindows, the whole container changes to new font Size. But I do not want to achive this. I would like to get it only on the titlebar.
I have a Popup skinned TitleWindow that I am using as a popup, but the items behind it are receiving mouse over and click events. Is there an option that lets me prevent mousevents from happening behi
I have used Spark panel to display the object inside a container. The panel and the inside elements are created dynamically. (us开发者_运维知识库ing ActionScript). I need to remove the title bar of th
I h开发者_如何学Pythonave a nullable DateTime I want to show in ShortDate format if it has a value, but I can\'t get it right. I am trying to use the null operator ($!{}) here.