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

Cannot set visible = true in a WindowedApplication that was set to visible = false a moment before

    XMLWordPrintableJSON

Details

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

    Description

      1- Create the following Adobe AIR application:

      <?xml version="1.0" encoding="utf-8"?>
      <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      visible="false"
      creationComplete="this.visible = true"
      xmlns:mx="library://ns.adobe.com/flex/mx">
      <s:Label text="Random content"/>
      </s:WindowedApplication>

      2- Run it
      3- See that the application starts, the main window "flashes" and closes.

      Expected result:

      The application should be shown on screen

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: