Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Rotate left/right is always grayed out in device simulator

Contributor ,
Sep 26, 2012 Sep 26, 2012

If I run my app in Air Debug Launcher (Mobile), the "rotate left" and "rotate right" options in the device menu are always grayed out, regardless of whether the publish settings have auto-orientation enabled. This is making it impossible to test orientation code. Does anyone know a solution?

Addtionally, I have found (via a textfield reporting the current orientation) that my AIR app doesn't throw the "default" or "upside down" orientations on my device (Asus Transformer Infinity). It only throws "rotated left" and "rotated right". Anyone know a solution for that?

Thanks!

TOPICS
Development
1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 26, 2012 Sep 26, 2012

The rotate buttons are enabled only in "ANY" Aspect Ratio mode and auto orients set to true. For other aspect ratio values, the stage orientation must remains in one of the orientations specified by the aspect ratio and hence should not rotate.

Translate
Adobe Employee ,
Sep 26, 2012 Sep 26, 2012

The rotate buttons are enabled only in "ANY" Aspect Ratio mode and auto orients set to true. For other aspect ratio values, the stage orientation must remains in one of the orientations specified by the aspect ratio and hence should not rotate.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 26, 2012 Sep 26, 2012
LATEST

D'oh! I forgot "Auto" was even an option. Yep, it was set to Landscape. Thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines