Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 3. Configuration Settings > Full Screen - Pg. 41

CHAPTER 3 Configuration Settings When creating an iOS application, there are several configuration settings available for iOS Flex applications. Configuration Settings When creating a new Flex Mobile application, there are a few additional settings that you can configure. These include "Automatically reorient", "Full Screen", and "Auto- matically scale application for different screen densities". Figure 3-1 shows these options. Automatically Reorient This option is set to true automatically, unless you uncheck the box during your project creation. Setting this to true will allow the device to use its accelerometer to automat- ically switch between portrait and landscape. This property can be edited at any time within the application's configuration file. This setting can also be changed programmatically while the application is running. See Chapter 5 for more information on this: <autoOrients>false</autoOrients> Full Screen Checking this box during your project creation will force your application to launch in full screen mode. By default. this is set to false. This property can be edited at any time within the application's configuration file. This setting can also be changed programmatically while the application is running. See Chapter 5 for more information on this: <fullScreen>false</fullScreen> 41