In the air window

I launch word with native process, but word is launched next air window.
Is it possible launch word(or another software) inside the air window ?
Thx

No, there is no way to do this.

Similar Messages

  • Problem with minimize and maximize of the AIR WIndow

    If I execute the below code I will get an window with 100 buttons. With vertical scrolling on.
    If I bring the vertical scroll down say positioned at some button. Minimize it using minimize button and maxmize it . The vertical scroll position is resetting to the top.
    I am not able to figureout how to resolve this issue. I appreciate any help in this regard.
    Regards,
    Penugondac
    <?xml version="1.0" encoding="utf-8"?><mx:WindowedApplication 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" initialize="init()">
    <mx:Script>
    <![CDATA[
    import mx.controls.Button; 
    public function init():void{
    for(var i:int =0; i< 100; i++){
    var button:Button = new Button();button.width=50;
    button.height=50;
    vbox.addChild(button);
    ]]>
    </mx:Script>
    <mx:VBox id="vbox" />
     </mx:WindowedApplication>

    imaginebeth, not all ppl have set it up the iMessage feature they just turn off the option on their apple devices, i had few friends that i know they have iPhone iPad , iPod and they just do not use iMessage because they said are using the same apple ID in all their devices and the imessages drop in they message app, i know that happend but just some do not like use that feature, if u send a text to one of ur contacts that has iPhone and the message go in green color that is because they are not using iMessage feature or some are out range from cellphone towers signal sometimes happend with few of my contacts.

  • Which Event is invoked on clicking the Close button of AIR Window

    Hello
    I am trying to capture the event; which is invoked when we close the AIR window by clicking its Close button (on the top-right corner). I have tried the following; but none of them seems invoked:
    Code:
    newWin.stage.addEventListener(Event.CLOSING, closeHandler);
    newWin.stage.addEventListener(Event.EXITING, closeHandler);
    newWin.stage.addEventListener(Event.REMOVED, closeHandler);
    newWin.stage.addEventListener(Event.DEACTIVATE, closeHandler);
    newWin.stage.addEventListener(Event.REMOVED_FROM_STAGE, closeHandler);
    The code for the said problem is something like the following:
    Code:
    var initOptions: NativeWindowInitOptions = new NativeWindowInitOptions();
    initOptions.systemChrome = NativeWindowSystemChrome.STANDARD;
    var newWin: NativeWindow = new NativeWindow(initOptions);;
    newWin.stage.addEventListener(Event.CLOSING, closeHandler);
    Would anybody kindly help!

    I wonder, no geek came forward for rescue! I am still hopeful to get a response from Adobe AIR wizards.

  • In my Apple Macbook Air, most of the USB Flash/Thumb Drives are not shown in the Finder Window. Only a few Brands of USB /Flash Thumb Drives are shown or compatible or shown in the Finder. How do I use any Flash/Thumb Drive with my Apple MacAir?

    In my Apple Macbook Air, most of the USB Flash/Thumb Drives are not shown in the Finder Window. Only a few Brands of USB /Flash Thumb Drives are shown or compatible or shown in the Finder. How do I use any Flash/Thumb Drive with my Apple MacAir?

    Yes, junker thumb drives pour like rain in the market.  
    Which makes are working on your Air, and which arent?
    Stick to Sandisk and a couple of other reliable mfg. of memory sticks

  • HT5706 To the above Step 1, "Select Settings General Update Software"; starting in the finder window of my Apple Air laptop (with version 10.8.5 OSX), how do I get to the starting point "Settings"?

    Starting from the finder window of an Air model laptop (OSX 10.8.5) were do I find 'Select Settings' to access review and update of the Apple TV hardware I just spent eight hours trying to set up?

    I believe those instructions are for the Apple TVand not the MacBook Air.

  • Over-the-air sync of iphone 4s with windows xp pc

    how do i sync my iphone calendar with a calendar on my windows xp pc over the air, that is without connecting by wire.

    Your husband's Android is almost certainly probably synching with a server somewhere, not with his desktop computer directly. If you have your calendar on some sort of server - iCloud, Google Calendar, Microsoft Exchange, or the like - then you also can sync your calendar from your iPhone.
    Regards.

  • New Air Window - Access to a var in the root Window

    Hi,
    i have a main application and i open a new air window from
    this main application. How can i access from the new air window a
    variable in the main application?
    the variabel in the main application is in a sandbox.
    i use adobe air 1.5 + html + javascript.
    best regards.
    BjT

    Hi,
    There might be another easier way, but this is what came to
    my mind first:
    Take a look at
    http://livedocs.adobe.com/labs/air/1/jslr/flash/desktop/NativeApplication.html
    which has an openedWindows and activeWindows property.Figure out
    the native window you have to access, get to its htmlLoader
    property. HTMLLoader has a window property that gives you access to
    the entire DOM.
    URLS:
    http://livedocs.adobe.com/labs/air/1/jslr/flash/display/NativeWindow.html
    http://livedocs.adobe.com/labs/air/1/aslr/flash/html/HTMLLoader.html#window

  • If my Adobe Muse and Air apps are  both up to date as of today and I cannot open a Muse file, what are my options? I get an error message regarding the Progress Window showing and then Muse crashes.

    If my Adobe Muse and Air apps are both up to date (as of today) and I cannot open a Muse file, what are my options? While Muse is relinking assets I get an error message regarding the Progress Window "showing" and then Muse crashes.

    Hi there,
    Do you get this error while opening a particular file or all files?
    Please try opening a different .muse file, and check if it does the same?
    Ar you opening a .muse which is saved on a network drive?
    Thanks.

  • Adobe air windows/C++:Error #3500: The extension context does not have a method with the name

    I created a C++ dynamic dll called by air.
    If the dll depends on other dlls, then the error#3500 occured. However removed other dlls, it works.
    Could that mean the air can only call one dynamic dll that doesn't depend any other dlls?
    does anybody met this problem before, or let me know what can I do?

    Alex Rekish wrote:
    Why you comment Windows-x86 in your extension.xml ?
    I think that is a problem. You launch your application on Windows but ANE haven't got Windows-x86 implementation (also you don't include it while packaging). So your application use default implementation. But default implementation don't use any native code and cannot use ExtensionContext. And you got error.
    If you don't need Windows-x86 native implementation than you need implement default implementation that different than Android-ARM. You don't need to use ExtensionContext in default implementation.
    Thanks for you answer Alex Rekish, Sorry I didn't screen shoot all about the extension.xml. I comment it because the latest ANE that I build is contain Android-ARM and default. so I commented. but I already try it using just ANE that's just contain Android-ARM, with Android-ARM and windows-x86,and Android-ARM, and default, and Android-ARM,default,Windows-x86 the error still the same.
    here the screen shoot, I embeded the ane that's i contain Windows-x86
    in action script test.as I didn't change it anythings, I just play it on extension.xml to build the ane. is there any mistake over there? I interact with your answer that "If you don't need Windows-x86 native implementation than you need implement default implementation that different than Android-ARM. You don't need to use ExtensionContext in default implementation." I didn't need to user ExtensionContext? is means? in the actionscript? or in extension.xml? can you explained

  • Can I get the air port utility for Windows based pc or Gallaxy S4

    Can I get the Air Port Utility for my windows based pc or my Galaxy S4?

    Yes, for Windows. No, for the Galaxy.
    Choose the version of AirPort Utility that matches the operating system on your PC.
    AirPort Utility 5.6.1 for Windows - Support - Apple   requires Windows 7
    AirPort Utility 5.5.3 for Windows - Support - Apple   requires XP SP3, Vista SP2, or 7 SP1
    AirPort Utility 5.4.2 for Windows - Support - Apple   requires XP SP2, Vista

  • HT4783 I know air drop is enabled on this iMac, but it's not appearing in the finder window on my user account.  Is there a way to enable it for my user account?

    I'm on an imac running mountain lion.  I know it has air drop on it, but it's not showing up in the finder window for my user account.  How can I get it to show up on my user account?  And yes, I do have administrator rights.

    Which os are you using on your computer? 

  • HT4191 i cant sync my windows seven contacts with itune because of the "over the air option cant be changed" help me

    i cant sync my windows seven contacts with itune because of the "over the air option cant be changed" help me

    This sounds like you configured the phone to sync contacts with iCloud or with an MS Exchange email account. If you want to sync directly with your computer you will need to disable the over the air sync settings on the iPhone.

  • Preventing AIR Windows from showing up in the taskbar

    Is it possible to prevent a normal type window from showing
    up in the taskbar? I would like the normal window systemchrome on
    my windows but want them to act like a utility type window. Any
    help is appreciated.
    Mike

    bump

  • I have itunes on old dell desktop and older ipod, bot Macbook air...when i plugged ipod into air to try to put music library on the Air itunes, i got a erase and sync message....will this put my itunes library on my new air?  thank you in advance!

    I have an old dell desktop and an older ipod with my itunes library....the dell desktop is not functioning as well and have not been able to sync a newer ipod to the library .....i now have a newer Macbook air....i would like to put my library on my Air i tunes....when i attached the ipod to the air to try to sync the ipod library onto the air itunes i received a message that said i was synced with another library and that if i wanted to sync with this library i would need to "erase and sync" ....got spooked as i dont want to lose the library/ or the music....question ----will this procedure put my existing library (which is all on my older ipod) onto my Macbook air itunes?...any help would be greatly appreciated...thank you in advance...

    No, it will sync the ipod to the content of the MBA which presumably has nothing on it (= erasing content of iPod and replacing it with nothing).
    Ideally:
    iTunes: How to move [or copy] your music to a new computer [or another drive] - http://support.apple.com/kb/HT4527
    do not confuse moving your whole folder and library with moving just media files as in
    iTunes for Mac: Moving your iTunes Media folder - http://support.apple.com/kb/HT1449
    Quick answer if you let iTunes manage your music:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Start iTunes with the option key held down and guide it to the new location of the library.
    Macworld - How to transfer iTunes libraries between PC and Mac - http://www.macworld.com/article/46248/2005/08/shiftitunes.html
    Move an iTunes library from a Windows PC to a Mac - http://www.macworld.com/article/1146958/move_itunes_windows_mac.html
    if you absolutely must use the iPod:
    Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Commercial software utility for transferring songs from i-device to Mac - http://www.fadingred.com/senuti/
    http://support.apple.com/kb/HT1848 - just media purchased from iTunes Store

  • AIR/Windows 7 Onscreen Keyboard

    Hi
    Any reason why the onscreen keyboard would stop working when a TextInput is being focused?
    * AIR 2.03
    * Flex SDK 3.4
    * j3500 Motion Computing tablet (http://www.motioncomputing.com.au/products/tablet_pc_J35.asp)
    The onscreen keyboard is the default version that comes with windows 7 Professional...The interesting thing is we did not have this issue in the AIR app in the past up until the our latest app update.
    There are no definatley no programmical modifications to the default focus behaviour of any text editable fields or anything that would interrupt the default behaviour of the flash/air integration with the onscreen keyboard and the operating system....it should be transparent AIR/Windows 7 function and totally out of our hands...
    The soft keyboard will still enter text into input fields, however the keyboard needs to be manually opened. The standard behaviour was...when the wacom pen tapped into a text input, a keyboard icon would appear next to the input and open the keyboard over the AIR app, now that does not work..
    We are really at a lose with this issue and need to know which direction to look into. The tablet has all windows and motion computing specific updates applied to it...and can be replicated on other tablets etc..
    We have not tried linux or mac installations troubleshooting because do not have direct access.
    Any ideas much appreciated.

    I am havin the sam eissue as you can tell I have set al setings to fast..and still it skips keys randomly. I have reinstalled drivers and what else can I do? This keyboard came with bundle HP Pavilion s5310f. I need a fix for this issue. I type for a living and this is unacceptble sppeed and tuypps...shew. Any info, help, or new keyboard appreciatd...thisis no working

Maybe you are looking for

  • Scaning issue using iPhone AiO Remote app v4.3

    Following 4.3 update on iOS, scaning is no longer working using tray, the app conects to the scanner, it initiates the document feeder to scan, pages get scanned trough, but the application reports failure and displays message to check printers contr

  • Where can I purchase a Thinkpad T61 fan replacemen​t?

    Where can I purchase a Thinkpad T61 fan replacement?  I've looked all over the Lenovo site, and I can only find the part number referenced, not a location to purchase it. When I opened up my Thinkpad, on the fan, it said: Lenovo P/N 42W2461 FRU P/N 4

  • Mac os lion changes desktop order automatically

    Hello, The problem I have is rather insignificant, and yet really annoying. I'm going to give you the example of what I am actually doing. I've got two office word 2011 windows on full screen (ctrl+cmd f) and I've got chrome on full screen also. And

  • Target Value check not taking place

    Hey Gurus, In the MIC i have maintained the target value as 8. Now i have created an inspection plan and assigned this MIC to it. The inspection lot is getting generated at the time of GR, I am going to QA32 and recording the result for the lot gener

  • Batch Photoshop actions?

    Is it possible, somehow, to run a batch of images from Aperture with a PhotoShop action? I use this feature a lot in Bridge and hoping something similar is available in Aperture.