Flex 3: DataGrid Column width on resize
Hello experts, I am facing an issue with width of DataGrid columns. We are using Flex 3.2.I am setting the widths for columns in creationComplete handler of DataGrid. When the browser window is...
View ArticleUsing OpenCV inside an Adobe Native Extension for IOS
I'm trying to use OpenCV.framework inside an Adobe Native Extension that I'm developing to use on an IOS application made in Flex. The problem is that I get errors while packaging the application:...
View ArticleConverting XMLList to ArrayCollection
Hi, I have an XML List as follows :<items name="total"><item name="value1" percentage="35"/><item name="value2" percentage="25"/><item name="value3" percentage="47"/><item...
View ArticleFlash Builder 4.6 Java Heap Space Error
Hi, I get this error "Java Heap Space" when trying to clean build (or build in any way) my project. I have a lot of embeded assets (png, mp3 and some binary files embeded to be read as a ByteArray)...
View ArticleFlex4 How to set background image in Vgroup..?
Hi., I have using v flex 4 vgroup to set background image., but image was not display.. any change my code., <fx:Style> .backgroundImage { color:#808080;...
View ArticleChange the text color of row in datagrid
Hi, Is there any way that we can change the color of the text of the whole row in the data grid based on the text of certain data in one of the columns Thanks Akshat
View ArticleHow to detect if user has denied access to camera on ios 8 camera permissions?
I am having an AIR application which uses camera to display webcam. Need to know if the user has selected "deny access" on IOS 8 ipad, then how the app will be able to detect?
View ArticleUsing an item renderer as an item editor
I am trying to use an item renderer as an item editor in my AdvancedDataGrid. Every cell in the grid is a textInput or a checkbox. One problem I've noticed and it also happens on the example on this...
View ArticleFlashBuilder 4.0 Download
We're in the process of upgrading our servers and aren't yet ready to migrate to FlashBuilder 4.5. We did, however, try to upgrade to FlashBuilder 4.5, however, we got an error saying that the Flex 4.0...
View ArticleFlex Mobile Error #2009: This method cannot be used on a text field with a...
Hi i'm formatting some html in a mobile flex project with css.... I used some of the code supplied directly from adobe. As soon as a width is specifed for the text area as 100% it crashes... Error:...
View ArticleFlex and its future
After I have spent close to 3 years designing an application (Flex and Air), my developer is now telling me that Flex as a language is dying and that I should consider a re-write using HTML and Java....
View ArticleITC.apps.assetvalidation.PURPLE_EXECUTABLE_OUT_OF_ALIGNMENT.error.message
ITC.apps.assetvalidation.PURPLE_EXECUTABLE_OUT_OF_ALIGNMENT.error.message Before one week i have submitted the ios mobile app for review. Yesterday it was showing Metadata Rejected( it suggested me to...
View ArticleFlex4 How to set background image in Vgroup..?
Hi., I have using v flex 4 vgroup to set background image., but image was not display.. any change my code., <fx:Style> .backgroundImage { color:#808080;...
View ArticleCombobox in a datagrid column. Using outerDocument to get data. Better Way?
<mx:DataGrid id="animalHistoryDG" left="5" right="5" top="5" bottom="5" editable="true" dataProvider="{animalHistoryList}"...
View ArticleFX:Binding When is it reliable?
I have always used fx:Binding for datagrids and Value Objects. fx:Binding source="dg.selectedItem as DTO" destination="dto" At first, I used it religiously but then when I was debugging my program, I...
View Articlei have a spark textinput, this textinput is stuck and wont disappear when...
i have a spark textinput, this textinput is stuck and wont disappear when popping or pushing to a new view any idea ? also sometime this textinput and when scrolling is stuck in a certain x-y position...
View ArticleFileReference browse doesn't work for one of our clients for unknown reason
Hi, I have a button on my page.<mx:Button id="browseBtn" label="Browse" click="onBrowse()" /> Inside the click event handler, I create a new FileReference Instance, and tried to call browse...
View ArticleChange the text color of row in datagrid
Hi, Is there any way that we can change the color of the text of the whole row in the data grid based on the text of certain data in one of the columns Thanks Akshat
View ArticleCheck Flash installed or not in Flex
Hi, I need to check whether flash insatlled or not using Flex. Thanks & Regards,Jayagopal.
View Article