adobe air
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
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
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.
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
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
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
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
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