Bonsoir à tous, voici le nom de code de la pré-sortie de Adobe AIR 2.0, sa sortie publique ne devrait pas trop tarder, au programme pas grand chose si ce n'est :
What's new? The following new features are available in this build: • The File class includes a new openWithDefaultApplication() method. • Screen reader support • Mac vector printing support • Mac PowerPC no longer supported You must update your application descriptor file to the Athena namespace in order to access the new AIR 2.0 APIs and behavior. If your application does not require the new AIR 2.0 APIs and behavior, you are not required to update the namespace. To update the namespace, change the xmlns attribute to: http://ns.adobe.com/air/application/athena If you register any file types but do not specify a contentType value for them, you need to do so when making this change. This element is required as of AIR 2.0. File.openWithDefaultApplication() method Use this method to open a file using the default application that is registered by the operating system to open a file. • The File object throws an IllegalOperationError exception if the file is in the application folder. • To use the openWithDefaultApplication() method of the File class, use the AIR 2.0 namespace in the application descriptor file (see the next section). Note: This feature is not complete. In a future prerelease build, it will not be possible be possible open executable applications, such as .exe, .bat and .sh files. Code that attempts to open an executable file will cause the File object to throw a run-time exception. The purpose of this API is to allow developers to open documents such as .mp3, .pdf or .doc files. It is not intended to be used to execute platform-specific scripts and applications. Screen reader support Preliminary support for building applications that work with screen readers is now available in the latest build (see the "Known issues" section below). This feature is available for Windows only. Specifically, the following support has been added: • Runtime dialog boxes, such as those included in the installer, can now be read by supported screen readers. • Applications that use accessible Flex components and containers can be read by supported screen readers. In addition, it is also possible to build pure ActionScript 3 applications by attaching accessibility properties to display objects. See the AccessibilityProperties class . For more information on creating accessible applications, see Creating Accessible Applications in the Flex documentation. In order to enable support for accessibility for your Flex-based AIR application, you must enable the "Generate accessible SWF file" option Flex Builder, under the project properties: 1. Right-click on your Flex project (in the Flex Navigator), and select "Properties". 2. Select "Flex Compiler". 3. Select the "Generate accessible SWF" check box, and then click the "OK" button. Mac vector printing support Mac vector printing is now supported. Support for vector printing on Windows is already available in the shipping version of Adobe AIR. Mac PowerPC no longer supported Beginning with Adobe AIR 2.0, PowerPC will no longer be a supported CPU architecture. When attempts to install AIR 2.0 on PowerPC-based Mac computer, an error dialog box will explain that the system is no longer supported. et beaucoup de correction de bugs mais toujours pas en vue la possibilité de lancer des applications externes ... ;) Bonne nuit Iteratif ++ --~--~---------~--~----~------------~-------~--~----~ Vous avez reçu ce message, car vous êtes abonné au groupe Groupe "FCNG" de Google Groupes. Pour transmettre des messages à ce groupe, envoyez un e-mail à l'adresse [email protected] Pour résilier votre abonnement à ce groupe, envoyez un e-mail à l'adresse [email protected] Pour afficher d'autres options, visitez ce groupe à l'adresse http://groups.google.com/group/FCNG?hl=fr -~----------~----~----~----~------~----~------~--~---
