adobe air

How much money did I make from an app?

Undoubtedly some people are very successful in making money by developing a smartphone app. Back in 2012 I developed an app called “Handbook of Brain” which is a collected resources of brain anatomy, function and diseases. I put the app i
Xu Cui
27 sec read

Handy programs to visualize NIRS data (2): plotTopoMap

Often you need to view the spatial pattern of activation as in the example below. plotTopoMap allows you to do that. It probably only works for Hitachi devices where the spatial relationship between channels are known. In the above example, the activ
Xu Cui
37 sec read

Flash 3D video demo

Racer Ostrova Zombie
Xu Cui
0 sec read

Copy/Paste keyboard shortcut doesn’t work under Mac

In your AIR application, if you overwrite the application menu, you might find that the keyboard shortcuts (e.g. Cmd-C, V) doesn’t work under Mac. It seems the “Edit” menu in the default application is essential to these functions.
Xu Cui
12 sec read

use asdoc to generate documents

First, your asdoc.exe should be in your system path Open command window, cd to your project folder. In this folder, you should find src folder Run command asdoc -source-path .\src -doc-sources . Then a folder called “asdoc-output” will be
Xu Cui
8 sec read

Adobe AIR 2 beta is out

Adobe AIR 2 beta is out last night (Nov 16, 2009). It includes a number of highly expected features including launching native applications. It also improves CPU/memory usages. Some sample applications include: http://labs.adobe.com/technologies/air2
Xu Cui
20 sec read

NativeApplication.nativeApplication.exit() doesn’t exit

If your AIR application needs to do something (e.g. saving some settings) before quitting, you may listen to the Event.EXITING event, and then preventDefault(), then do something, and finally call NativeApplication.nativeApplication.exit() to quit. B
Xu Cui
31 sec read

AIR application is invisible with mx:Application

If you use mx:WindowedApplication, you won’t have this problem. If you use mx:Application, you may find your application is not visible after launching. Solution:  open your application description file (xxxx-app.xml) and change visible propert
Xu Cui
8 sec read

Unable to build a valid certificate chain for the…

How to get a cert in the first place: http://www.adobe.com/devnet/air/articles/signing_air_applications_print.html If you encounter this error when signing your AIR application, do the following: Download the Thawte Code Signing CA from www.thawte.co
Xu Cui
39 sec read