air

Charts error in flex ? What you mean by bundle error in flex?

i adding chart using dataprovider . And also i used flex bulider SDK 3.0, In installed C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\locale\datavisualization.swc also there but my flex bulider shows error like Severity and Description Path Resource Location Creation Time Id Unable to resolve resource bundle "charts"...

merging document with openoffice from flex (air)

Hello, i'm searching a method to merge some data from an air application to a template made with word (.doc). I've search on the web for exemple, look at the open office API, but did'nt find anything. 1- do you think it's possible from air to make a document (pdf as possible) from a existing template in .doc ? If not, i read that livecyc...

example of streaming compression in adobe air

I'm trying to write an adobe air application that compresses multiple files into one archive and then uploads that archive to a web server. Currently I'm using the fzip library. The problem is fzip requires me to load the entire file into memory before serializing it to the zip format. I'm looking for an example of doing streaming fil...

SQLite Parameters - Not allowing tablename as parameter

I'm developing an application in AIR via Flex, but I'm not seeing where I'm going wrong with SQLite (I'm used to MySQL). Parameters work, but only in certain instances. Is this part of the built-in sanitation system against sql injection? Thanks for any help! Works: sqlite "INSERT :Fields FROM Category", where the parameter is :Fields...

Execute an external EXE from Flex/AIR or Java Web Application..

Hi, Need to execute an external EXE from either a Java web app (running on Glassfish on Windows Server) or from an Flex/AIR desktop app. Any suggestions, links? Thanks, ...

file flex air exec

i read this [link][1] thread . but currently i installed air 1.5.2 but cant be run fscommand() function is there any information? pls help me [1]: http://forums.adobe.com/thread/464862file flex air exec ...

Efficiently splicing items from an array using Flex

I have overcome a problem, but my solution seems really inefficient and clunky. Please consider this problem: I have an array collection with articles in. This array collection is filtered to a currently selected article category.  There is a cursor bound to a view that shows the current article. When a category is deleted I need to ...

A complete list of all paramets in a result set

Does anyone have a link(or know) what all comes from calling the getResult() function on an adobe-air sql statement? ...

air process adt flex

I have two air applications and installed them in desktop and executed them and two air processes are listed in taskbar manager.Now how can I execute some method of one air application from another air application? ...

Writing to and retriveing from a file: List in Flex!!

Hi People :) , I am Totally new to flex and Action script.. I have a List control in my Air application. When I install the application I want a file created automatically on the local folder, and then when I start using the application .i.e. start typing in the List control, after exiting the application I want this data saved in that ...

Positioning Flex/AIR Desktop App Window to the bottom right corner

Any clues how this can be achieved? It needs to work on all resolutions .. is there any parent/stage object available to find out the resolution of the system? ...

Adobe AIR custom chrome L-shape

I am wanting to create an Adobe AIR application that is L-shaped so that another application can fit in the open area of the screen. In other words, I would like an AIR app to surround another application on 2 sides (left and bottom). Is this possible? And if I do this will the AIR app cover the other application with a transparency? ...

Cannot print off-screen HTML content from AIR application

Hi, I am a newbie in Adobe AIR, and am trying to print a HTML from my air app, however, this HTML should never be seen on screen. I am using HTMLLoader for this, as per some sample I saw on the web. What happens, is that there is a print dialog, but it prints out a blank page. If this is a window application, and I click some button t...

Fiddler/Firebug for Adobe AIR?

How does one inspect the HTTP traffic in Adobe Air? Obviously because it's running outside of a browser you can't use firebug ... I've tried this link text but it doesn't work either... (nothing shows up in the log). I also don't really want to pay for a program. Any ideas? ...

Flex NativeDrag Event on an mx:Html control?

I have an mx:HTML tag loading external content. The control takes up 100%w and 100%height of the application. How can I accept NativeDrag (or any drag) events and receive the drops? <mx:Canvas width="100%" height="100%" backgroundColor="#000000" id="cvDropZone"> <mx:HTML id="coreHtml" width="100%" height="100%" backgroundColor="r...

Error #3115: SQL Error.

I keep getting this error when I try to commit a group of executed statements. Details are blank and the message just doesn't give enough information ('SQL Error' only). Anyone run into this error, or have any ideas? ...

Creating and editing CSS in Flex3 Air

Hi, I need to create a CSS file via the Flex 3 Air application. I need to create and edit the CSS file and access individual styles by class name. Please give any examples or related links of which you aware. Thanks & Regards Vinod.P ...

Pure AS3 Project with onInvoke working.

I'm trying to create a pure ActionScript 3 AIR project, without Flex, somewhat like in the following question: http://stackoverflow.com/questions/966180/actionscript-project-to-air-application ...but I'm not really sure how to access command line arguments from onInvoke(). I need this for accessing command line arguments for my Pure AS...

Detecting different quit options in AIR application on Mac

I have an AIR application running on a Mac and I want to have the behavior of hiding the window when someone "closes" the app (e.g. hits the red "x" button or cmd-w). However, if someone hits cmd-q or chooses "Quit" from the dock context menu or top level menu, I want the app to actually close. I can preventDefault on the "closing" eve...

How can I return variable from the correct JS scope ?

Hey, I'm doing some development using JS unde Adobe AIR. What I want to do is create a request to a remote website (for authentication for example). The problem is not AIR related, it's a JS thing I can't get right. What I want to do is to retrieve the request body but if I just return the "str" var it shows "undefined". I've tried to...