Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-27083

Coordinates seem off in AS Mobile projects

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Later
    • Adobe Flex SDK Previous
    • None
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Create an AS Mobile app with:
      package
      {
      import flash.display.Sprite;
      import flash.text.TextField;

      public class ASMobile extends Sprite
      {
      public function ASMobile()

      { super(); var l : TextField = new TextField(); l.text = "I'm at 0, 0"; l.backgroundColor = 0x999999; l.x = 0; l.y = 0; addChild(l); }

      }
      }

      Actual Results:
      Text is placed at 0, 0 but appears about 1/3 of the way down in the app area

      Expected Results:
      I'd expect 0, 0 to be at the top left

      Workaround (if any):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: