Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7668423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:21:35+00:00 2026-05-31T15:21:35+00:00

How set air window with javascriupt or configuration to be always on top? How

  • 0

How set air window with javascriupt or configuration to be always on top?
How i found in documentation, i need to set only property (boolean)(NativeWinow.AlwaysOnTop) to “True”.

But when im using it nothing happens. And this code:

for (var i in air.NativeWindow)
   air.trace(i)

show me nothing.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T15:21:37+00:00Added an answer on May 31, 2026 at 3:21 pm

    I think you are trying to iterate through the opened windows and then set the window you require to always be on top, and you want to do this using javascript correct?

    This is pseudo type code and hasn’t been tested, but looking at the NativeWindow HTML Reference and the NativeApplication HTML Reference you could try something like this:

    for(var i =0; i<NativeApplication.nativeApplication.openedWindows.length; i++)
    {
       var window =  NativeApplication.nativeApplication.openedWindows[i];
    
       //do some comparison to see if this is desired window
       if(window == window_I_want)
       {
          window.alwaysInFront = true;
          break;
       }
    }
    

    The only caveat here is that you must include the AIRAliases.js script in your application:

    <script src="AIRAliases.js" /> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do you set the position of an AS3 AIR Project window programmatically? It
I am trying to set the scaleMode on my AIR app. which is set
In my Flex (Flash Builder 4) Air application, I have a spark window ,
Like the title says, we need to set up WCF services between a .NET
I understand that in the Air for IOS settings you can set the Resolution
I have an AIR app that I need to define a proxy for because
I am working on a small AIR desktop application and I have some configuration
For a download.php I need to set allowed file extensions. What do I need
I have developed a Flash game for Adobe Air. In the game I set
I'm working on an Adobe AIR application for Android. Is it possible to set

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.