Problem with Popups

Since downloading the adobe flash player update (install_flashplayer11x32au_mssd_aaa_aih.exe) today I've been getting popups, usually after clicking an unrelated link or moving the cursor. How do you stop these from popping up?
Popup example: [removed]

I don't know what you mean by "Popup example"; your link leads to a site that sells Apple products.  I have removed that link from your post, as it looks like spam to me.

Similar Messages

  • Anyone else having problems with popups since the new security upgrade? can't get rid of them

    anyone else having problems with popups since the new security upgrade? can't get rid of them

    You may have inadvertently installed adware. You do not need to download or install anything to fix it. It ought not to be related to any Apple security update.
    For a description of how this may have occurred, how to avoid it in the future, and for Apple's recommended actions read How to install adware. Apple's instructions are linked in the Recovery Procedure near the end of that document. Read and follow them carefully. Pay particular attention to the easily overlooked passages directing you to restart your Mac when required.

  • Problem with POPUP and exit plug

    Hi together,
    in my case under certain conditions i create a popup window from a view with the method "if_wd_window_manager->create_popup_to_confirm( )"
    The popup displays an error or success message to the user and a "OK" button is available. I stored the popup window in the attributes of the underlying view. So an action "OK_BUTTON_PRESSED" of the view is assigned to the OK-button of the popup using method "if_wd_window->subscribe_to_button_event( )".
    In the action handler two commands are executed:
    1) closing the popup with "if_wd_window->close( ) method of the popup reference stored in the view attributes".
    and
    2) firing a navigation plug from the view to the underlying window which calls its own window exit-plug.
    Now my problem is that the popup window does not close when i leave the view with the navigation plugs. Without the plugs everything is working fine. It seems that the underlying view/window must still be available to close the popup.
    In my case the exit plug is called. I can see it because a new URL is called and i can see the new page but the modal popup is still there and not closed.
    Has anyone an idea how to solve that problem?
    Edited by: Dirk Jäckel on May 23, 2008 3:34 PM

    hi dirk......
             what you can do is first execute the close method and set an attribute to 'X' once this close is over. then in your wddomodify method of the view check for that attribute and fire that plug. so the firing should take place in the modify view method.
    ---regards,
       alex b justin

  • Simple problem with popup message before adding document on system form

    Hi all,
    We have an AddOn that validates price lines on system Sales Order form matrix, so that if prices fall below a certain value, a popup is show to ask to continue or not, when user presses ADD button.
    The problem is that if he chooses yes (to continue), the Sales Order is not added since the button ADD keeps being selected ....
    Here is my code:
            [B1Listener(BoEventTypes.et_CLICK, true)]
            public virtual bool OnBeforeClick(ItemEvent pVal)
                int iResult = B1Connections.theAppl.MessageBox("Price lines fall bellow minimum! Continue?", 1, "NO", "YES", "");
                if (iResult == 1) // NO
                    // Show error
                    B1Connections.theAppl.StatusBar.SetText("OK", SAPbouiCOM.BoMessageTime.bmt_Short, SAPbouiCOM.BoStatusBarMessageType.smt_Error);
                    return false;
                // YES: Continue to add Sales Order
                return true;
    The problem is somehow related with the popup message being shown: if user says YES to continue, the system form does not continue with the standard process of adding the Sales Order (when I move the cursor above the ADD button is shows it already pressed...).
    Do I have to do anything more to force the process to continue, when the user says YES?
    Regards,
    Manuel Dias

    Thtas known problem. The solution for this is declare global variable as boolean, when user selects Yes, then set this variable to true and emulate click to add button again where before the message box check if its varaible sets to true - in this case dont show message box, only set variable to false.
    The concept of code will be
    dim continue as boolean = false
    in item event
    if continue = false then
        x = messagebox...
      if x = 1 then
        continue = true
         items.item("1").click
    end if
    else
    continue = false
    end if

  • JDeveloper 11.1.2.3 on glassfish 3.1.x: problem with popup component

    Hi
    How does pop up component works in JDeveloper 11.1.2.3 - adf essentials?
    This is the sample code what me trying and no pop-up comes up.
    <af:commandButton text="popuptest" useWindow="true" id="cb10">
    <af:showPopupBehavior popupId="testpopup" triggerType="click"/>
    </af:commandButton>
    <af:popup id="testpopup" >
    <af:commandButton text="popupbuttontest" id="cb9"/>
    </af:popup>
    Can anyone please advice how to go about with pop-up component.
    Thanks

    Hi All
    Any help would be appreciated.
    The pop-ups are not working.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document title="main.jsf" id="d1">
    <af:form id="f1">
    <af:commandButton text="commandButton 1" id="cb1" useWindow="true" partialSubmit="true">
    <af:showPopupBehavior popupId="p1"/>
    </af:commandButton>
    <af:popup childCreation="deferred" autoCancel="disabled" id="p1">
    <af:commandButton text="commandButton 2" id="cb2"/>
    </af:popup>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Does css or any custom components in the project can create this problem?
    Thanks
    Edited by: 982693 on Jan 24, 2013 11:39 PM

  • Problem with Popup window in BDC

    Hi Gurus,
    I have an SHDB record for transaction VA01 that is called by an ABAP code via "CALL TRANSACTION 'VA01' USING bdc_tab mode 'N' update 'S'".
    It does work when I use the 'A' mode, but when I use 'N' mode it shows an error that can't find a window. But this window is a modal popup asking for copy the taxes for all entries in ITEM TAB.
    We have many BDC here that works in 'N' mode, but none of them have modal popup windows.
    I've already searched for this problem in SDN but I couldn't find any answer.
    May anyone help me please?
    Thanks very much.
    Fabio Purcino

    I am trying to do this with ME15.
       1                                               T ME15 BS AA X   F
       2 SAPMM06I 0100 X                                                                                                                                                                                                                                                                         
       3                                                 BDC_CURSOR EINA-INFNR
       4                                                 BDC_OKCODE /00
       5                                                 EINA-LIFNR 0001100619
       6                                                 EINA-MATNR 93-0450C
       7                                                 EINE-EKORG 2000
       8                                                 EINE-WERKS 2000
       9                                                 EINA-INFNR 5300032946
      10                                                 RM06I-NORMB X
      11 SAPMM06I 0104 X                                                                                                                                                                                                                                                                         
      12                                                 BDC_CURSOR EINE-LOEKZ
      13                                                 BDC_OKCODE /00
      14                                                 EINA-LOEKZ X
      15                                                 EINE-LOEKZ X
      16 SAPLSPO1 0100 X                                                                                                                                                                                                                                                                         
      17                                                 BDC_OKCODE =YES
    it then keeps the last popup and I cannot stop that...
        PERFORM BDC_DYNPRO      USING 'SAPLSP01' '0100'.
        PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                      'SPOP-OPTION1'.
        PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                       '/00'.              "1432 7/22/2014
    *                                   '=ENTR'.              "1357 7/22/2014
    *                                  '=YES'.               "1356 7/22/2014

  • X6 problems with popups - missing images

    We recently purchased RoboHelp X6 and generated a X5 project
    in X6 and the popups that were working fine in X5 (gif images) are
    now not working (not showing up in output file).
    Anyone have this problem? Some of them have conditional
    tagging as well. Any suggestions? We are going to try and
    troubleshoot by removing the conditional tagging and see if that is
    the problem, but I just wondered if X6 was handling autosizing
    popups differently than in X5??

    Alas, the RH 6 hyperlink dialog for auto- and custom-sizing
    popups lists .htm files and bookmarks only. As you have discovered,
    you can use the "Display in frame" feature, specify a new window,
    and you get your popup. But you lose the click-close feature. The
    user has to click the "X."
    I'd like to make a couple of points.
    1. Direct placement of any file into the project's Windows
    directory deprives RH of the "knowledge" that the file is part of
    the project. When you insert a link to the file, RH adds it to the
    project list.
    2. You can import images as baggage files, and RH will keep
    track of them in the project database. However, popup dialogs don't
    list baggage image files.
    3. Instead, I save screen captures elsewhere. I often crop,
    resize and otherwise fiddle with images for graphic effect. I
    prefer not to work from the graphics application in the RH project
    folder, because I would have to keep careful track of which images
    already are linked. Resizing a linked image distorts the output
    because its original dimensions are in the html code. I would have
    to go back and re-link to the revised image.
    4. When it's ready to be brought into the project, I import
    an image into a new topic, sometimes with a headline or caption,
    but usually with no text. If I have a lot of them, sometimes I add
    a folder to the project explorer for popups and use a file name
    like homescreen_pop.htm to remind me of which topic it belongs to.
    Since it's an htm file, it appears in the popup hyperlink
    file list.
    Yes, it's an extra step. I find it well worth the trouble.
    Harvey

  • Problems with popup lov in report in Apex 4.0.2.00.08 XE 11g is a bug?

    I had a report in Apex 3.2 in XE 10g. The type of field was popup lov(editable)
    i defined a trigger on change to load data from database and fill anothers fields.
    to know in wich row change this field i have the nex javascript code
    var vRow = pThis.id.substr(pThis.id.indexOf('_')+1);
    in this release works fine and return 1 (0001) for the first rows, etc etc
    in the new version 4.0.2.00.08 in XE 11g the same code return 0000, but if i put a trigger in a field(column)(editable too) of the same row returns 0001, Is this a bug? or in apex 4 change the ordinal of rows for popup lovs only?
    thanks
    The current version of apex is 4.0.2.00.08 XE 11g (the release included with the database ) and runs in Windows Vista and internet explorer 8
    Edited by: DanielB on Jun 13, 2011 11:52 AM
    Edited by: DanielB on Jun 13, 2011 11:57 AM

    when i put the mouse over the popup lov in release 3.2 , on the console bar i can see javascript:genList0_f01_0() for the first record and javascript:genList0_f01_1() for the second
    in release 4 and 4.1 javascript:genList0_f01_$_row() for the first record and javascript:genList0_f01_1() for the second, i think this is my problem......

  • Problems with Popups

    Hi,
    I'm having problems trying to use Popups. Not as in JPopupMenu, but a custom popup. I'm writing an application which lets you upload photos to Facebook. I want the 'tagging' part to work in pretty much the same way as it does on the Facebook website: you click on the image, a box pops up with a list of your friend's names and you can type into a text box and narrow the list down or scroll through, that kind of thing.
    Anyway, it's all working pretty well, except for a rather strange problem: when the popup appears and goes outside of the parent window, you can't enter any text into the JTextField. It's as if it was made read-only. You can still click on the JList items and select friends though, which seems strange?! It's just as if the text field can't gain focus when the popup panel goes outside of the frame - when it's inside the frame, there aren't any problems.
    The code works like this: I've created a class called AbstractPopup (which borrows quite heavily from JPopupMenu) - you can see it here:
    http://fb-photo-uploader.googlecode.com/svn/trunk/src/main/java/uk/me/phillsacre/uploader/gui/utils/AbstractPopup.java
    This is the bit that creates the javax.swing.Popup:
         private Popup getPopup()
              if (null != _popup)
                   _popup.hide();
                   _popup = null;
              PopupFactory popupFactory = PopupFactory.getSharedInstance();
              Popup popup = popupFactory.getPopup(getInvoker(), this, _desiredX,
                        _desiredY);
              popup.show();
              return popup;
         }So... anyone have any bright ideas? :-)

    ok, I just managed to find this bug report:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4909116
    Apparently it's "not a bug, it's a feature" :-S

  • Problem with popup conformation windows in SAP XI 7

    Dear XI community,
    in our company we have installed the latest available release of SAP XI (nw2004s) and I have the following problem. When the system (web interface) try to display a popup window in order to confirm the user actions as for example the deletion of a technical system, then the system freeze and the only acceptable action you can do is to refresh the web browser. The action that the user has done is not completed.
      Does anyone have meet the same problem and is there any suggestion for this ?
      Thanks in advance
         John Syrigos

    Which browser are you using ?
    IE7 has some problem...
    Regards,
    Sandro

  • Problem with popups with words with friends

    Hello,
      I synced my phone to the bluetooth in my wifes car and after doing so I started getting a propt to enter a password for CalDav yahoo account. I have not seen that prompt lately but since syncing when I load Words With Friends a popup keeps coming up saying to connect to iTunes to use push notifications. How can I get this to stop so I can play the game? A man at a Verizon store deleted it and reloaded it but it still does the same thing. Any help would be appreciated.
    Thanks TD20SB

    Go into Settings -> Notifications and turn it off in there

  • Problem with popup

    Hello,
    using VC 7.1 I have created a model which can be seen [here|http://img216.imageshack.us/img216/2421/screenshotfh4.png].
    The popup is intended to display the key of the object which has been created by the web service. This happens as expected.
    However, when I hit the Ok button which closes the popup, I get the following error message:
    The repository has been closed at this location.
    What am I doing wrong?
    Best regards
    Alexander

    Hi,
    1. What do you expect to happen after you close the popup ?
    Usually, when I test a view from the visual composer the screen is blank after finishing the view with an end point. When I remove the end point the screen remains at the input formular. I guess this indicates that the creen has not been completed yet, as I can still modify values and re-click on the submit button. This is not the intended behavior.
    2. In order to save parameters try using the signal out connector instead of the end point.
    When using GPs the start and end point are the preferred way for modeling input and output values, aren't they?
    Best regards
    Alexander
    PS: I have tried to replace the end point with an output signal. When creating a callable object for GP the data from the ouput signal is not recognized as an output parameter.
    Edited by: Alexander Königs on Oct 7, 2008 9:41 AM

  • Problems with Popup Menu on Mac

    Hi,
    i've created an application which displays a Popup menu.
    i've used me.isPopupTrigger() to display the popup.it works well on windows.
    but when i run the same on Mac OS-X .it is not at all showing the Popup menu.
    is there any way i can solve this.
    this is very urgent.Pls help me out.
    Thanx in advance,
    Gsimhan

    Hi,
    I'm trying to find out the way how to solve it, because I have the same problem.
    It seems isPopupTrigger() return false under MacOS and under Linux (atleast MacOS X and RedHat 8).
    Did you solve this problem already. If so, please, let me know how.
    Best regards.

  • Problem with popup in a page fragment

    JDev 11.1.2.1
    I'm using the code described here to launch popup from a backing bean.
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/oct2010-otn-harvest-183714.pdf
    How-to launch a popup programmatically from Java
    Starting Oracle JDeveloper 11.1.1.3, instance of af:popup can be opened using a Java method on the RichPopup object. The RichPopup class is the bean implementation of the af:popup ADF Faces tag. To launch a popup from a managed bean, you first need to get a hold on to a rich popup instance, which you can do by searching it on the UIViewRoot or by referencing a JSF component binding – which you create using the "binding" property of the af:popup component tag. To open the popup you then call
    RichPopup.PopupHints ph = new RichPopup.PopupHints(); popup.show(ph);
    It works fine except when the popup is inside a page fragment.
    In IE 7 I get the javascript error message
    "this.getDomNode().parentNode' is null or not an object"
    I have also tried the following code; that works fine except when the popup is inside a page fragment.
    FacesContext context = FacesContext.getCurrentInstance();
    String popupId = popup.getClientId(context);
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExtendedRenderKitService service =
    Service.getRenderKitService(facesContext,
    ExtendedRenderKitService.class);
    service.addScript(facesContext,
    "AdfPage.PAGE.findComponent('" + popupId + "').show();");
    Any idea how to launch a popup in a page fragment?

    Since this is working for others I'm working on a test case to send to oracle.
    I'll try to give more information.
    Main.jspx
    has a region for Child.jsff using a bounded task flow.
    <af:region value="#{bindings.Child.regionModel}" id="r1"/>
    Child.jsff has a popup bound to backing bean and a button that calls java to open the popup.
    Child.jsff has its own set of bindings. It is not inherting parent bindings.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core">
    <af:resource type="javascript"/>
    <af:group id="g100">
    <af:popup childCreation="deferred" autoCancel="disabled" id="p1" binding="#{TestBacking.testPop}">
    </af:popup>
    <af:commandButton text="testPopup" id="cb1" actionListener="#{TestBacking.test}"/>
    TestBacking.java
    public void setTestPop(RichPopup testPop) {
    this.testPop = testPop;
    public RichPopup getTestPop() {
    return testPop;
         public void test(ActionEvent actionEvent) {
              RichPopup.PopupHints ph = new RichPopup.PopupHints();
              testPop.show(ph);
    Edited by: Phil on Nov 14, 2011 11:53 AM
    Edited by: Phil on Nov 14, 2011 11:58 AM

  • LocalConnection problem with Popup page

    I have tried a lot to get this thing done but no success.
    What I am trying to do is to send some variables from SwfA to
    SwfB. Both swf's are in seperate domains. In my SwfA, I am using a
    getURL to open SwfB in a pop up window. So now after SwfB is
    completely loaded in the popup page it has to send some variable to
    SwfA.
    This is the code,

    from the flash help files:
    As discussed in the entry LocalConnection.connect(), Flash
    adds the current superdomain to connectionName by default. If you
    are implementing communication between different domains, you need
    to define connectionName in both the sending and receiving
    LocalConnection objects in such a way that Flash does not add the
    current superdomain to connectionName. You can do this in one of
    the following two ways:
    Use an underscore (_) at the beginning of connectionName in
    both the sending and receiving LocalConnection objects. In the SWF
    file containing the receiving object, use
    LocalConnection.allowDomain to specify that connections from any
    domain will be accepted. This implementation lets you store your
    sending and receiving SWF files in any domain.
    Include the superdomain in connectionName in the sending
    LocalConnection object--for example, myDomain.com:myConnectionName.
    In the receiving object, use LocalConnection.allowDomain to specify
    that connections from the specified superdomain will be accepted
    (in this case, myDomain.com) or that connections from any domain
    will be accepted.
    Note: You cannot specify a superdomain in connectionName in
    the receiving LocalConnection object--you can only do this in the
    sending LocalConnection object.

Maybe you are looking for

  • IPhone 5S GSM no sound during calls

    Dear all, I have been having this issue for quite a while now and nothing seems to be working: 95% of the times when I try to answer or place a call, it will connect, but I would not hear anything and I also will not be heard. The phone app itself is

  • New operating system problems

    A screen with the apple and a line beneath it appears on my phone most of the time, impeding access to all apps, answering the phone, doing anything really. If I press the power button long enough I get the option to turn it off and then I select the

  • Nforce3 raid sata raid driver

      Hi everyone... I have a k7n2  Delta 2 board and have installed everything...but noticed the Sata Raid driver floppy that came with it has become corrupted (probably by me) Anyway...does anyone know where I can download any Nforce3 sata raid drives

  • Pressing command-z deletes the files even if there is no restore location

    I have copied some photos from sd card to my mac. Then I deleted the files from sd card and removed it to take more photos. While my friend was taking pictures somehow accidently I pressed the command-z. Then whole folder just disappeard. I didn't ev

  • GTK3 apps refusing to start

    I've switched from LXDE/openbox to Compiz/emerald and am having a strange problem with GTK3 apps (tested with nm-applet and nautilus). Starting from a terminal gives the following error; (nm-applet:1445): Gtk-WARNING **: Theme parsing error: gtk-widg