• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Unable to Resize/move Air application window

Community Beginner ,
Feb 24, 2020 Feb 24, 2020

Copy link to clipboard

Copied

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. 

 

 

TOPICS
Air beta , Development

Views

416

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines