0
votes
2answers
55 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
3answers
30 views
Flex install badge inside a Flex Application?
I have created a flex SWF file for my web page. I also have a AIR application.
Is it possible to use the install badge that is available for HTML pages inside my Flex web applicat …
0
votes
4answers
46 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
1answer
43 views
Text Input restrict in Flex3 Air
Hi,
I need to restrict the user and allow only first character as + or - or 0-9 and other character as 0-9..how can i do this
in regular expression validator the below expressio …
0
votes
1answer
19 views
Close with Custom Chrome
I'm using Adobe Air with a custom chrome and want to have a close button to close the window
I'm just starting out so I have no idea. I'm using HTML and javascript with Aptana Stu …
0
votes
5answers
33 views
Returning the value of a new CheckBox in Flex Air
I am trying to save settings to an XML File and setting the relevant data if the check box is checked or not.
private static function createXMLData():void
{
prefsXML = <pr …
0
votes
3answers
56 views
Capture CTRL+A, CTRL+C keys/events in flex
How to capture CTRL+A, CTRL+C events in flex? It looks like they are special keys/combinations.
As I understand in Flex 3.4 I can capture CTRL+A by capturing Event.SELECT_ALL, and …
0
votes
1answer
18 views
Validator Components in Flex3 Air.
How to use validator controls like Required validator, integer validator etc in Air application? I tried to use them but I got this error:
Component declarations are not allowe …
0
votes
1answer
16 views
Flex / AIR - Can it receive SYSLOG notices?
Is there a way for Flex / AIR to receive syslog notices from devices such as cisco switches etc? Does anyone know of any information I can read or sites to look at?
0
votes
1answer
26 views
how would the 3-tier architecture be applied in a Rich Internet Application (Flash/Flex)?
how would the 3-tier architecture be applied in a Rich Internet Application?
I thougt that flex was presentation, .net web services where busines and informix was data. But then w …
0
votes
2answers
28 views
Air app swf assets in ApplicationStorageDirectory produce Sandbox Violation
I have an Air application that lets users import jpg, png and swf files and use them as the source to an Image which they can drag around a Canvas.
The import function copies the …
0
votes
1answer
37 views
AIR application design
Hello!
I would like to make some AIR application which would be used for tracking jobs inside a company.
The idea is to create some database which will handle all the data and, whe …
0
votes
2answers
32 views
Flex / Air sqlite async issue
Hi,
I am writing an app that parses a csv file to an array and then insert the array into a sqlite database. I am having issues with Async connection to the sqlite database, I get …
1
vote
1answer
28 views
AIR (FLEX) and Google Earth Plugin API
At this point Google does not have a Google Earth plugin API for the flash player. I would still like to use GE in my AIR(Flex) application though. Can I do this by using the HTM …
0
votes
1answer
39 views
Is it possible to use conditional operator in checkbox using flex ?
I want to fill color based on condition so I used conditional operator for the checkbox. But it's shows the error Implicit coercion of a value of type String to an unrelated type A …
