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

2 debug Alert windows appear in AIR app when launching GE as NativeProcess

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK 4.5.1 (Release)
    • None
    • MXML Scripting
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows 7
      Language Found: English

    Description

      Steps to reproduce:
      1. launch Google Earth as NativeProcess
      2. two debug windows pop up

      Here's the code:

      var file:File = File.applicationDirectory;
      file = file.resolvePath("C:/Program Files (x86)/Google/Google Earth/client/googleearth.exe");
      var nativeProcessStartupInfo:NativeProcessStartupInfo = new NativeProcessStartupInfo();
      nativeProcessStartupInfo.executable = file;
      process = new NativeProcess();
      process.addEventListener(ProgressEvent.STANDARD_OUTPUT_DATA, onStandardOutputData);
      process.start(nativeProcessStartupInfo);
      process.closeInput();

      Actual Results:
      1st Alert window: "Intrinsic Alchemy v3.4 Beta-0111 (Dynamic/Release)
      Built by <unknown> on Tue Jan 11 00:00:00 2011"
      2nd Alert window: "INFO: Using DirectX Context."
      Google Earth is successfully launched.

      Expected Results:

      No debug Alert windows appearing and Google Earth successfully launched.

      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: