I am receiving xml from a webservice call that contains a nil=\"true\": <cacheEntry> <systemFK nil=\"true\"/>
As in the figure i have three lin开发者_StackOverflow中文版es out of which line1 and line2 are fixed.
I\'m trying to build a collapsible panel in Flex 4. I thought I\'d use s/thing like this: <s:Panel width=\"100%\">
I have an XML which contains a field of the type: <mytext><![CDATA[ My name is <color value=\"FF0000\">Bill</color>. ]]></mytext>
It shows me an error of : 1120: Access of undefined property myArray.DataGrid.mxml/DataGrid/srcline 10
problem is I have a spark Tabbar, with many forms in each tab. But I have a single global save button. Problem is, if I don\'t open a Tab,
In Flex 4.0, I have a project with a videodisplay, and below it some controls that I\'ve created (play/pause button, HSlider for showing progress, some volume controls...)
I\'m using s:MXDataGridItemRenderer for my Datagrid. The click event for an image inside the ItemRenderer is not getting dispatched.I have pasted my code below.
i have a problem in flex 开发者_开发百科fullscreen mode... that is my input box doesnot work in fullscreen mode.
Is it possible to set开发者_开发百科 a tooltip just on the header of a spark datagrid. I do not want any tooltips on the data - just the header. I have played with mouse over and this sort of looks li