1
vote
1answer
34 views
What are the best development tools to use in this project?
I am currently devising 3 database desktop applications for different users in a manufacturing company (one for the accounting department, sales department, production department). …
0
votes
3answers
41 views
Multiple HTTPService Requests with Flex and AIR
I am developing an AIR application with Flex Builder that requires me to make two HTTPService requests at the same time. They both use different instances of the HTTPService AS3 cl …
0
votes
2answers
12 views
Adobe Air - Read updates to File with FileStream
I'm trying to get two different apps to communicate through a file. I would like app 1 to append some text to a file, and app 2 to notice, and read the new bytes (not the whole fil …
0
votes
1answer
22 views
Flex: Make advanced data grid height of rows?
I have an ADG along with some other components in a VBox. The number of rows of items in the ADG is variable. I want the height of the ADG to be however tall it needs to be to show …
0
votes
1answer
25 views
Java / Adobe Air without a webserver
Hello everyone,
I want to build a desktop application (no connection with the internet) using Adobe Air (i want to be able to design my app, and mxml allows CSS styling)
But i am …
0
votes
2answers
26 views
Add eventlistener If the Object property is Updated or changed in Flex3, Air?
Hi,
I am working in air application , i need to know how to add event listener when any object is updated, how can i implement this.
Example: i have Class name Vehicle, and chi …
1
vote
1answer
16 views
Adobe Air GUI Question
Hello,
I am new to Adobe Air and I have just started to learn. I am using FlexBuilder 3 to build a desktop app for Adobe Air. I am a bit confused with the GUI development. The app …
0
votes
4answers
69 views
Detecting alt keyDown keyboard event in Flex
I am trying to detect the key down event for the alt key in flex. I have a standard event listener for KeyboardEvent.KEY_DOWN and KeyboardEvent.KEY_UP but don't get any response fo …
0
votes
2answers
52 views
Is there a stand-alone database for Adobe AIR that supports large amounts of data?
I have considered SQLite, but from what I've read, it is very unstable at sizes bigger than 2 GB. I need a database that in theory can grow up to 10 GB.
It would be best if it was …
0
votes
1answer
16 views
Communicating between Adobe Air or browser and Java Web Start
We're designing an application and the client has requested that a portion of their app stay in Java Web Start and another portion be in a browser. I'm thinking about AIR as an al …
0
votes
1answer
13 views
Reason for slow Adobe AIR app performance?
I am trying to debug a strange problem with Windows XP (SP3) Adobe AIR performance. Our app syncs data from a remote server to a local SQLite database, and on certain machines, th …
0
votes
5answers
68 views
In Flex, is it posible to identify if the code is runing on Web or AIR?
Im doing an app that runs both in the web and on AIR, to avoid copying code arround, I figured I should do 3 kinds of proyects on flex builder: Library, Web and AIR proyects.
So a …
0
votes
0answers
22 views
Air / Flex / Zend Amf - How to move from localhost to web server enviroment?
Hi Everybody,
I'm new to flex and Air development and have been stuck on a problem for weeks ;).
Are there any Air + Zend Amf examples that use a real world web server and not lo …
0
votes
2answers
67 views
C# screenshot program cannot “see” Adobe AIR programs
Hello,
I've written a program in C# to take screenshots of rectangular areas on my screen. however i don't seem to be able to capture the information from Adobe AIR applications. …
0
votes
1answer
45 views
Using ExternalInterface.addCallback in AIR
We're building an Ajax AIR app but want to include a Flex component in it to display photos. Currently using Doug McCune's 'coverflow' but also looking at Sebastiaan Holtrop's 'seb …
