Questions tagged as 'adobe-flex'

1
answer

Adobe Air integrate Flex Componets

I'm developing a project through Adobe AIR and Action-Script 3, I found that UI Components does not support mobile, ie in Android or iOS they do not scroll-bar down and up with your finger . As far as I can tell, it has the Flex Framework fun...
asked by 22.11.2015 / 18:54
1
answer

Flex 3 - ActionScript - Cairngorm DispatchEvents - How do I know when event is over?

I'm using Flex 3 with Cairngorm framework. Somewhere in the program I trigger a dispatchEvent event, like: CairngormEventDispatcher.getInstance().dispatchEvent(new eventExample [...] Do you have any way to tell when the event is over...
asked by 26.06.2014 / 13:27
1
answer

URLloader error - flex

I'm creating an application in flex (AS3), where I need to get information from an external url. However when using URLloader the error occurs:    "Error # 2044: Unhandled securityError :.text = Error # 2048: Security   sandbox violation: "...
asked by 21.08.2014 / 19:30
1
answer

Verify that the option to clear the cache when closing the browser is active

I have an application in Adobe FLEX and since some clients have very bad computers, the automatic cache cleaning is interfering with the performance of the application, I wonder if there is any way to check if this option is marked in the brow...
asked by 29.07.2014 / 18:59
0
answers

How can I put an optional value in this condition?

How can I put an optional value in this condition? func mapView(mapView: MKMapView, regionDidChangeAnimated animated: Bool) { if var annotations = mapView.annotations { for annotation in annotations { if let a = annot...
asked by 08.11.2015 / 15:03
0
answers

Error writing special characters

Hello, I have a problem, I work with flex and java, I have a part in the system where I write text, I can record anything, but when trying to write special character type º ª ° ¬, the system brings me a Format specifier 's' error. Does anyone kn...
asked by 22.05.2015 / 14:56
1
answer

Mobile development with Adobe AIR

I'm trying to develop a chat, with custom listview for video, images and so on. but it's causing a lot of lag. Lock all that's the way! Even the touch, when you move from screen to screen. Has anyone had a problem with this and can you hel...
asked by 30.07.2014 / 00:20
1
answer

javascript error with WebBrowser

I'm creating an application with WebBrowser component in C # but when I run the following code it returns me a JavaScript error and does not run my other application that was developed in Adobe Flex: private void chamaPagina(string tipo) {...
asked by 04.08.2014 / 14:48
1
answer

How to download HTML-linked files within AIR application?

I created an application with Adobe AIR and I threw inside it the HTML component that will open my desired page. The problem I'm having is that within my HTML page there are some file download functions, but these do not work because they are in...
asked by 09.12.2014 / 11:50
0
answers

Flex 3: Adding an image to an AdvancedDataGrid

Good morning, I am modifying an old project in flex 3 and I need to create an AdvancedDataGrid as shown in the image example: Ineedtoindividuallyaddtheiconsinthefirstcolumn.IhaveanarraywiththeinformationofwhichiconsIhavetoadd.Atthispointmyta...
asked by 29.12.2018 / 12:39