IT tutorials
 
Mobile
 

Developing BlackBerry Tablet Applications : Permissions and Configuration Settings

12/10/2012 6:13:24 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

1. Other Configuration Settings

When creating a new Flex Mobile application, there are a few additional settings you can choose to configure. These include Automatically reorient, Full screen, and Automatically scale application for different screen densities. Figure 1 shows these options.

Figure 1. Additional Configuration Settings



2. 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 automatically 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. 

<autoOrients>false</autoOrients>

3. 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. 

<fullScreen>false</fullScreen>

4. Automatically scale application for different screen densities

Checking this box will allow your application to automatically scale for different screen densities. It will also allow you to set the default applicationDPI, which will be written to the main application file. The options for this value are 160, 240, and 320.

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
             xmlns:s="library://ns.adobe.com/flex/spark"
             applicationDPI="320">

5. Aspect Ratio

You have the option to force an application to run only in portrait or landscape mode. Uncommenting the <aspectRatio> node within the application’s XML configuration file and setting its value to either landscape or portrait can accomplish this. This setting can also be changed programmatically while the application is running. 

<aspectRatio>landscape</aspectRatio>
 
Others
 
- Developing BlackBerry Tablet Applications : Permissions
- Introducing Windows Phone 8 : The Marketplace
- Introducing Windows Phone 8 : Application Lifecycle, Driving Your Development with Services, Live Tiles
- Introducing Windows Phone 8 : Input Patterns
- Iphone Application : Using Address Book, Email, and Maps (part 4) - Using the Message UI
- Iphone Application : Using Address Book, Email, and Maps (part 3) - Using a Map Object
- Iphone Application : Using Address Book, Email, and Maps (part 2) - Accessing the Address Book
- Iphone Application : Using Address Book, Email, and Maps (part 1)
- Iphone Application : Extending Application Integration
- Introducing Windows Phone 8 : Phone Specifications
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us