ApplicationUpdaterUI pop-up disappear

Hi all!
We've experience a strange issue with ApplicationUpdaterUI feature of Flex. We instantiate the object, set the configuration params and call to the initialize() method. All right, after this, we call to checkNow() method. After this, the pop-up with the update info shows only a milisecond and disappear!
This is our code (nothing special)
        public function checkForUpdate():void { 
            appUpdater.updateURL = Configuracion.getInstancia().getUrl();
            appUpdater.isCheckForUpdateVisible = true;
            appUpdater.isUnexpectedErrorVisible = true;       
            appUpdater.isDownloadProgressVisible = true;
            appUpdater.isDownloadUpdateVisible = true;
            appUpdater.isFileUpdateVisible = true;
            appUpdater.isInstallUpdateVisible = true;
            appUpdater.addEventListener(UpdateEvent.INITIALIZED, onUpdate); // Cuando se inicialice lanzamos el proceso onUpdate
            appUpdater.addEventListener(ErrorEvent.ERROR, onError); // Muestra el error si lo hay.
            appUpdater.initialize(); // Inicio del framework de actualización.           
        private function onError(event:ErrorEvent):void {
            Alert.show(event.toString());
        private function onUpdate(event:UpdateEvent):void {
            appUpdater.checkNow(); // Go check for an update now
Someone has the same experience?. I've read in some forum that's is a MAC issue, but i'm on Windows XP...
Any help is appreciated.
Thanks a lot.
Fran.

Hi all,
Problem solved, it was due to a MoveEffect (i don't know why). If i pause the effect, the updater popup shows without problems.
Strange...
Regards!
Fran

Similar Messages

  • My outbox of one of my email account(POP)  is disappeared.

    My outbox of one of my email account(POP)  is disappeared. How can I have it back?
    Thanks
    Max

    Sort of.
    - Apps and other purchases are locked to the account that purchased them.
    - You have to log into the account opd do certain things with the purchases like transfer then to your computer.
    - To update apps you have to sign into the account that purchased the apps. If you have apps that need updating purchased from more than one account you have to update them one at a time until the remaining apps were purchased from one account.
    Try recovering yur PS for the first axccount so y can change the email address.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.
    I no longer have an email address that was also my Apple ID. Can I still use the email address as my Apple ID?
    Apple recommends you change your Apple ID to your current, working email address. This will not create another Apple ID, it will only change it to your working email address. See Changing the name you use for your Apple ID if you'd like more information.
    Note: @mac.com and @me.com Apple IDs can not be renamed.  If you no longer use the .mac or .me email address be sure to add your valid email address as an additional email address.

  • Account pop-up disappeared?

    I have an account with an alias, and in the account info, the alias address follows the account address with a comma. But the Account pop-up does not appear in the Compose window. There is no way to send using the alias.
    This is not a facility I use very often, and I am not sure just when the menu disappeared. Maybe on the 10.4.5 upgrade? OTOH, not long ago I added a second account definition for a different server, maybe it disappeared then...
    Any suggestions on what I can check or change to get the Account popup?
    Thanks...
    dual g4   Mac OS X (10.4.5)  

    Hello, David talking to David here...
    Look at this recent thread. There isn't really anything I can say that has not already been said there:
    Choosing alias which email comes from

  • Share pop up disappears in 1 second, when trying to share a photo on Facebook through iOS 8

    When I try to share a photo on Facebook through iOS 8, the share pop up appears for 1 second and then disappears and freezes my phone for about 10 seconds. Any ideas? Does anyone experience this?

    Exactly how are you trying to do this and waht is the problem
    The iPhoto facebook upload can only post to your account
    If you are uploading using a browser your photos are accessed through the media browser in the lower left ahnd corner of the puload window under media ==> photos ==> iPhoto
    Please describe what you are doing, what problem you are having and what version of iPhoto and of the OS you are using
    LN

  • A warning message pops and disappears very quickly! Why?

    Hey guys, im using a mac book pro 10.8.3. i7, 8gb ram, 2.3Ghz. I use this laptop mainly for producing music on a software called Ableton Live. I also have an audio interface connected to my laptop to avoid latency. The audio inter face is called 'Traktor Audio 2'. 
    Recently when im on the laptop a warning message pops and goes aways to quickly to even read what it is. Also if there is any sort of connection, my logitech mouse has also started to act weird. Whenever i click a single time it double clicks sometimes and sometimes it is normal. i don't understand why either. i did some research on this topic and people said to open up your console and check. I dont understand what it means so i've attached a pic down here. Please help me solve this problem!

    If the built-in firewall is active, deactivate it and see whether the alerts stop.

  • POP Emails disappearing from email server

    I have a POP email address, set up on both my iPhone5 and laptop Outlook. All mail is coming to my phone. Some of the messages aren't showing up on Outlook. And all of the messages are deleted from my mail server (which is hosted by a local company in Houston).
    All the correct boxes are checked.
    On iPhone Settings>Mail>Advanced, "Delete from Server" is selected to "Never."
    In Outlook, under the specific account settings, the box that says "Leave copy on the server" is checked.
    I called mail provider and went through this with them. They had me re-check those boxes and, of course, they were correct. (I have three other email accounts on my phone and a bunch for business on Outlook) and every other address is working fine.
    The provider's answer was that it must be a device problem and that I should check with Apple or AT&T.
    Just wondering if anyone else has seen the same problem.

    That's because POP will delete messages from the server entirely when it downloads them. Set up Outlook to use IMAP instead. If you can set up the iPhone and iPad to use IMAP, there is no reason you can't set up your computer to use IMAP.

  • How can I configure my Macbook Air to always show the menu bar when in full-screen?  I hate, hate, hate it popping up and then going away all the time.

    I cannot find a way to change this in System Preferences.  When I have applications open full screen, my menu bar disappears.  Then when I try to move between tabs, I find it is always popping up & then disappearing.  I really just want to set up my computer so that the menu bar always displays in the foreground. I find this popping up & disappearing intrusive and annoying.  How can I fix this?  I hate, hate, hate this about my MAC...
    I have searched the full User Guide, Quick Start Guide, etc.  and cannot find a way to fix this.

    Don't use the full screen arrow in the top right corner of the window.  Instead, use the green + in the top left corner.  That takes the window full screen just below the menu bar.

  • Pop Up Text in an applet on mouse over event

    Can anyone help me to design a pop up text message to be displayed in an applet on moving your mouse over a particular control. Plz. Its urgent

    To show a pop-up use javax.swing.Popup. Add a mouse listener to button. When mouse enters the button pop-up shows and when mouse exited the button, pop-up disappears. This pop-up is capable of displaying simple message to any swing component. Sample code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    * @author mrityunjoy_saha
    * @version 1.0
    public class AppletWithPopup extends JApplet {
        private Popup popup;
        private JButton button;
        private JLabel message;
        @Override
        public void init() {
            setLayout(new FlowLayout());
            button = new JButton("Hello");
            message = new JLabel("This is a JLabel. It can be any swing component.");
            button.addMouseListener(new MyMouseListener());
            add(button);
        private class MyMouseListener extends MouseAdapter {
            @Override
            public void mouseEntered(MouseEvent e) {
                System.out.println("Mouse entered.");
                PopupFactory factory = PopupFactory.getSharedInstance();
                popup = factory.getPopup(AppletWithPopup.this, message, (int) button.getLocationOnScreen().
                        getX() - 20, (int) button.getLocationOnScreen().getY() + 40);
                //popup = factory.getPopup(AppletWithPopup.this, message, 50, 10);
                popup.show();
            @Override
            public void mouseExited(MouseEvent e) {
                System.out.println("Mouse exited.");
                if (popup != null) {
                    popup.hide();
    }If you are talking about alert box (where some message can be displayed), in above example instead of javax.swing.Popup use javax.swing.JOptionPane. In case you are using JOptionPane, make it visible in mouseEntered() method and hide it in mouseExited() method.
    Thanks,
    Mrityunjoy

  • Win 7 Pop up issues

    Hi...Windows 7 just started acting funny after installing a power supply. I know right....I figured maybe one of the daisy linked power cords for HD could be the problem(light on hd was on but diff from before...not as bright sometimes...seen this before...bad
    connection). Reason for this assumption was when I turned unit on....ran fine for about 26 hours, then friend came over and he just bought a external HD that powered with a usb cable...he wanted to try it out on my unit to make sure it would work with
    what he wanted to do...so basically I was showing him how to do it. So everything goes fine and went through the things he needed to know(basic stuff)Changed screen to TV(I have 2 cpus hooked to tv...1 is media and other is for work/fun ect.) so when I switched
    back to cpu...so I could safely remove external hd....the screen said(in old dos context) reboot with media device....hit enter cause I thought the cpu rebooted and said the same thing...so next I shut down and restarted....it said the same thing...so at this
    point I thought I lost my os...like I had no hard drive. I opened unit up and chked cables...re seated them...thinking maybe the connection..now it comes up with normal mode or repair(repair was recommended) so when it was repairing I saw it was deleting somethings
    as it repaired and I mean it deleted like 50-100 things and I was getting nervous cause I haven't backed unit up for sometime(1 year) went through that and restarted and it wanted to repair again... it went through but still same prob. So that's
    when I thought maybe it was a connection prob since I notice the hd was even sounding funny...most wouldn't notice it but I use to work on compuers(set up many school districts and offices for about 15 years then got out of it in 2006....I don't consider myself
    an expert by far) So I connected hd to the first female jack coming out of PS and ran a lot better...started up fine after it repaired again at start up. Now the problems begin....
    1st problem...I ran the windows troubleshooter tool ... it says it fixed somethings but didn't fix the missing files or corrupt ones.......I can't even restore to a point...it took those as well
     2nd prob I got solved......windows won't update....cant remember all it said....but I did get that fixed by stopping WUAUSERV then putting the old software distribution and re starting WUAUSERV...so that's good....updating like it's suppose too.
     3rd prob.......This is crazy....everytime I click something a window pops then disappears...does it on everything...sometimes it's like 1-3 pop ups on one click...real fast they pop and go away ....the pop up windows say "windows is preparing
    to install" it's weird that it does it on everything I click on and in Internet explorer when I click on the tab next to the site tab that your on(new tab) it opens to a blank page....it usually opens to my homepage like when I first open IE........
    4th prob...........which I think this one im going to have to figure out myself....I have a "High Definition Audio Controller" that keeps trying to install drivers to everytime I start cpu....no new devices...so im puzzled unless that has to do
    with the missing files in 1st prob I'm having. Ive tried updating driver and of course it can't update do to the fact it doesn't know what it is...ive uninstalled it and of course it comes back but can not update it......just going to have to start unplugging
    devices till I find it...I know its location "PCI bus 3, device 0, function 1" but I have no clue where that's at...so like I said trial and error I guess
     I hope there is a program or a site or a way that I can get those file that deal with windows 7 back or that I can restore my files without losing my stuff...I would hate to back those things up and re-install windows 7....
     back in the day when I had my shop...I loved win98....you could chk each file to see if it was changed recently and fix it or go back to the previous file by picking the date you wanted to....it took sometime but at least you prevailed.....but that
    was only because I dealt with it on a daily basis....so I hope someone is out there that knows win7 and has some tricks up he/she sleeve.
    Thank You for your time and any help is appreciated
    Sincerely.
    John

    Ok....Got "Problem 2 and 4" solved....still trying to figure out this pop up everytime I click something...it's crazy how fast the pop up blinks...maybe once or 3 blinks then nothing till you close the window, then pop up then disappears...then click something
    else and pop up then gone....never seen this before...ive seen it when you tried to get online which turned out to be a virus on a customers cpu I worked on some years ago, I think it has something to do with the deleted files that I spoke of on last
    post...I notice it does it on start up as well.....think something is trying to install but not sure. Need to figure out where the appdata or start up folder and see whats in there....maybe it's in there.......so I might wait to see how it acts in the next
    couple days for "Problem 1"...but other than that it's running like a champ...so right now I just want to get the pop up windows to stop........thx again for everyone's help on this.
    John

  • Applying LiveFont causes text to disappear

    When I apply a livefont to my text, the text goes invisible? Anyone have this problem? i've even soloed the track and still, no text. i've moved down the timeline to various locations on the text and still no text.
    Is it possible the LiveFonts are not loaded on my machine, even though they're displayed in the library?
    on a deadline and freaking.

    Stephen, you still around? I'm having another issue now, when I apply a live font to text, it seems fine for the first 100 frames or so, then the first letter pops off (disappears). i've tried different live fonts with same result.
    I also went through every tab in the inspector and scrubbed the timeline from where the first letter is visible to where it disappears and can't find anything that's changing over time.
    ugh. pulling hair out now. not enough time to debug this stuff as I'm on a deadline.
    thanks!

  • Why is my ipad Air icloud password pop up reappearing every time i draft an email

    Does anyone know why all of a sudden my Ipad Air is requesting my iCloud password every time I draft an email (regardless of the account)? Also, if I click cancel, i still can draft the email. If i put the password in, the pop up disappears. This happens after the ipad is idle for a few minutes.

    Gotcha...figured it was worth mentioning.
    What I would do next (provided you've exhausted everything else) would be to backup the device using iTunes...backup your media as well. Then restore the device as new, not using any backup. After the initial setup, don't install any apps or media. Test for the issue. If the issue is present after restoring as new, that a good indication that there's a hardware issue. If the issue is not present after restoring as new, the issue a likely a botched/borked setting somewhere in the backup of the iPad. In this case (and assuming you want to clear the issue), you'll have to rebuild your device (apps media, settings, everything) from the restored as new state. This won't be pleasant or enjoyable but it may need to be done if you want to clear the issue. I had to do this recently to clear a different issue and I know it's not easy, especially all of the settings involved. I may have it a bit easier than most since I keep my iPads pretty empty...my 16 GB devices have more than 8 GB free on average (3 - 4 GB used).

  • Recently Thunderbird started popping up big yellow "notes" if I hover too long anywhere on the screen. How do I make it stop?

    There must have been a recent update, and now when my cursor rests almost anywhere on the Thunderbird window, big yellow notes pop up, describing whatever I'm hovering over. I want to turn this feature off.
    I wish I could get a screen shot, but whenever I try to, the pop up disappears.
    I'm using a Mac, and version 24.6.0

    Are you sure that you do not have an add on doing this? I am running ver. 24.6 on a PC and I have never seen this occur.
    You can restart with add ons disabled under the Help menu.

  • POP UP MENU NO LONGER UNDER SAFARI

    I need help with finding how to unblock the pop up menu.  Since I upgraded my Safari system yesterday I no longer have anything to check under the Safari pull down menu.  There is no block or unblock pop ups. Please email me at [email protected]  If anyone knows why my menu to check or uncheck the block pop ups disappeared, please let me know.  I need to unblock the pop ups and I can not.  Thanks.

    Safari 6
    Block pop-ups is moved to Safari Preferences.
    Safari > Preferences > Security
    Web Content
    Check mark the box for "Block pop-ups" to enable it.
    Best.

  • Cannot save the text in pop up in variant

    Hi all,
    I am calling a pop up text editor using CATSXT_SIMPLE_TEXT_EDITOR. When i enter the text and try to save it as variant, the info on the pop up disappears. Any idea of how this message can be saved as variant?
    Thanks.
    Warm regards,
    Harshad.

    Hello Harshad,
    There is no way to save the text entered in to a variant.
    The only possibility is to download the text entered into a local file from pop up or upload the text from a local file into the popup.
    There is no other way.
    Since this kind of function module's main purpose is to load the text for a material and download it to local file.
    Things like Delivery conditions, payment terms, or Help file will be loaded into this for display for user.
    So that they could make a copy of it on local file.
    Hope 'READ_TEXT' function modules and all could be used for this.
    Thanks and Best Regards,
    Suresh

  • Anyone having problems creating Pop-Up Buttons in InDesign CS5??

    I was creating Pop-Up windows in InDesign when I encountered problems having the Pop-Up disappear after the cursor left the hot area.
    Everything was the same in the Button command box but some didn't work.
    See: http://www.first-image.com/a_/ID_PopUpWindow_ProblemPAGE.pdf
    There are links on the PDF for the demo and source file.

    Hi
    Welcome to Apple Discussions
    Oddities in Safari happen, not from viruses etc, but from some of the complexities of the program itself. In this case, a corrupted preference file may be causing the problem.
    In the Finder, drag to the desktop the com.apple.safari.plist folder found in your User Account>Library>Preferences folder.
    Restart Safari. Select the pop-up block. Quit/Restart Safari.
    If the pop-up selection held, you'll need to reset your Safari preferences to your liking, plus any custom settings found in the Edit Menu (spelling) or View Menu (status bar, bookmarks bar, custom icons in the "Customize Address Bar" ).
    Otherwise, move the file back to its original location.
    Post back

Maybe you are looking for

  • Remove Hidden Information tool

    Hi, I would have a question regarding Acrobat's 'Remove Hidden Information' tool. Under Tools, Protection there is the 'Remove Hidden Information' tool. When I click it the results can be seen on the left side. Under 'Comments and markups' the sum of

  • HP Scanjet 200 Problems with hpqkyggrp.exe

    Good day I have a new (6 December 2014) HP Scanjet 200.  I have a Dell Latitude using Windows 8.1 and it is a 64 bit OS. I installed the software from the disk.  The two desktop shortcuts (HP Scanning and HP Copy) do not work as they both point to hp

  • Notifying the user about Fax error

    HI Experts, We are sending the PO documents thro' Right Fax server. When the fax sending fails because of say wrong fax number, then we need to notify the sender of the fax. We have to send an email to the sender of the fax stating that the fax sendi

  • Media missing

    Ok, so I start having problems with the digitizer on the old Tungsten E2.  After an eternity of trial and error I discovered that I could fix it with a hard reset.  This of course then requuires a restoration from the back up files in the computer (W

  • Reinstalling Snow Leopard on MacBook Air with SuperDrive. Won't boot up.

    It won't boot up, and is stuck cycling between gray screen of death and what appears to be the "off" position. Elsewhere, people seem to make it to the gray screen, and it freezes. My situation, however, cycles between that and the black screen of "o