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

[Flash Player] Long Group object

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • Adobe Flex SDK 4.0 (Release)
    • Adobe Flex SDK Previous
    • Spark: Group
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      A long Group object disappear randomly according the Group width.

      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="main()" backgroundGradientColors="ffffff,#ffffff" backgroundColor="#ffffff">
      <mx:Script>
      <![CDATA[
      import flash.events.*;
      import mx.controls.Alert;
      import mx.containers.Canvas;
      import mx.core.*;
      import spark.components.Group;
      import spark.components.Scroller;

      private var group:Group = new Group();

      private function main() : void

      { group.clipAndEnableScrolling = true; group.width = 32000; group.height = 300; this.group.graphics.beginFill(0xff0000); this.group.graphics.drawRect(0, 0, group.width, group.height); this.group.graphics.endFill(); this.addElement(group); }

      ]]
      >
      </mx:Script>
      </mx:Application>

      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: