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

Creating a new utility window from MXML doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK Previous
    • None
    • mx: Window
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Other (specify version)
      Language Found: English

    Description

      (also occurs on Linux, but you can't enter multiple O/S into Jira)

      Doing
      <mx:Window xmlns:mx="http://www.adobe.com/2006/mxml"
      type="

      {NativeWindowType.UTILITY}

      ">
      seems the obvious way to create an MXML based Window, but it doesn't appear as
      a utility window (i.e. less window chrome) unless the type property is re-set after the
      creation and before open() is called,
      i.e.
      var resultsWindow:HLPeopleResultsWindow = new HLPeopleResultsWindow();
      resultsWindow.type=NativeWindowType.UTILITY;
      resultsWindow.open();

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: