Skip to main content
Participant
February 25, 2020
Question

Unable to Resize/move Air application window

  • February 25, 2020
  • 0 replies
  • 511 views

Hi, I have SWF browser-based application that I'm able to run on Adobe Air on desktop (Thanks to Community). But I am unable to move/resize/full screen the application using the descriptor file. 

I have not changed anything in SWF file other than removed some code specific to the browser like cookies etc... 

Below is the code formyApp descriptor file. 

  <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
        <systemChrome>none</systemChrome>

        <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
        <transparent>true</transparent>

        <!-- Whether the window is initially visible. Optional. Default false. -->
        <visible>true</visible>
        <maxSize>4096 4096</maxSize> 
        <minSize>500 400</minSize> 
        <maximizable>true</maximizable> 
        <minimizable>true</minimizable>
        <resizable>true</resizable> 
        <x>50</x> 
        <y>50</y> 
        <height>1000</height> 
        <width>1000</width> 

To run this, I am using adobe debugger launcher. (adl)

adl myApp-descriptor.xml

 

Based on Height and width, it opens the window but after that, I can't resize it to full screen or maximize, or minimize it.

 Thanks in advance for the support. 

 

 

This topic has been closed for replies.