OK pop ups without text nor error

Hi everyone,
we recently (last week) upgraded from LV 5.0 and VISION 4.1. to Labview 7.1 and IMAQ VISION 7.1(hurray!!!) but since I'm running my VIs with the new version of IMAQ VISION, I et annoying popups everytime data goes through one of the standard VISION VIs. Just a small box having "VISION" in the title bar and an OK button I have to click on before I can continue working. One bow would be ok from time to time, but I get 5 of 'em everytime I click a button because my VI is essentially used for Image Processing.
Can anybody help me on this one, please ?
Thanks a lot
K.Y.

Here is the Vi (image Processor) including the subVI (ShiftFoldLinearizeImage.vi) used to Fold the Pic and the Globals2.vi plus a sample acquisition. In fact our hardware (resonant mirror) is sinosuoidal on the borders with a non constant offset from one pic to another. So we have to find a certain shift value (best overlap of left over right half) then linearize and finally fold and display overlaid halves; as soon as I load the VI I get one pop up per IMAQ VI the wire goes through ?!
Seems bizarre to me... Is there a problem with the DLL., or the new installation of LV 7.1 and IMAQ Vision 7.1. I hope the problem does not disappear on your PC, that would not help me very much.
(I did not change anyhing from the LV5.0 version; only changed the output of the IMAQ create. In LV5.0 images were considered as something like clusters, were'nt they ? The pink wires did not want to fit on IMAQ create anymore so I created new global images and linked them to get the program up and running)
Thanks for all
Attachments:
Image processor.zip ‏357 KB

Similar Messages

  • Pop Ups, Silverlight, Windows like errors and issues last coup

    A couple of weeks ago while at a hotel, I kept not being able to connect to wifi and receiving message saying my IP address was in use and to create another one or try again later.  I also did an update to yosemite as well as a silverlight update that I had pushed off for months.
    Since the updates, My home page when opening google chrome is set to google, but after I close it, it goes to a trovi.com site even though I have gone to google settings and check that google is the only site it is to open too, somehow this trovi.com keeps coming back  and is nothing but adds and starts with pop ups and system warnings like on windows laptops.  I also receive a message and phone number to call indicating I'm at risk.  What is going on?  I own an apple because I don't want to deal with windows crap
    Other issue is my silverlight plugin, since updating it crashes, so I disable but then can't use all the features that go with the program i am trying to use.
    Everything worked fine 2 weeks ago
    Help

    The issues you are seeing are mostly caused by adware, more specifically this one: http://www.thesafemac.com/arg-conduit/
    You can uninstall it manually or use this: http://www.adwaremedic.com/index.php

  • Is't Single-VLAN One-Armed Mode let the pop-ups error?

    Dear all
      In my network I deployed Single-VLAN One-Armed Mode In this mode,the real server’s default gateway is the upstream router. To ensure the return
    flow traverses back through the load balancer, the IP address of the client isrewritten to that of the load balancer.
      Direct access web was fine ,however when open Pop-ups website will appear error Example, the figure-1 :
      figure-1
      When I used real Server IP address not through ACE anything will be fine. Example, the figure-2 :
    figure-2
    The Web's Code
    <%@ page language="java" pageEncoding="UTF-8"%>
    <%@ taglib uri="/WEB-INF/hnisi.tld" prefix="hnisi"%>
    <%@ include file="/jsp/framework/head.jsp"%>
    <%@ page import="cn.sinobest.framework.util.DTOUtil,cn.sinobest.framework.util.Util,cn.sinobest.framework.util.ConfUtil" %>
    <%
        //当前登录用户 所属系统机构
        String orgCode = DTOUtil.getUserInfo().getBAE001();
        //操作员ID
        String operId = DTOUtil.getValue("OPERID");
        //角色类型
        String roleType = DTOUtil.getValue("ROLETYPE");
            String fromFuncDesc = DTOUtil.getValue("fromFuncDesc");
        //所选操作员的姓名
        String sOperatorName = DTOUtil.getValue("SOPERATORNAME");
        //权限树 where 条件
        String whereClsTree = " rightid in (  select distinct B.RIGHTID "+
                    " from FW_RIGHT B"+
                    " left join FW_OPERATOR2RIGHT A on LOCATE(B.RIGHTID,A.RIGHTID) = 1"+
                     " where A.AAE100 ='1'"+
                     " and B.AAE100 ='1' and A.operid = '"+operId+"' ";
        //条件:有效角色,当前登录用户只能操作用户所属系统机构及下级机构的角色,以及上级机构的共享角色
        String whereCls =" AAE100 ='1' and (BAE001 like '"+orgCode+"%' or ( IFSHARED = '1' and LOCATE(BAE001,'"+orgCode+"') = 1))";
        if(!Util.isEmpty(roleType)){//角色类型
                 whereClsTree +=" and AUTHTYPE='"+roleType+"' ";
                 String roleType_zdfpzj = ConfUtil.getDict("ROLETYPE", "13");//最大分配角色
            if("2".equals(roleType)){//分配角色包括:分配角色、最大分配角色
                     whereCls += " and ROLETYPE in('"+roleType+"','"+roleType_zdfpzj+"') ";             
            }else{
                           whereCls += " and ROLETYPE='"+roleType+"' ";
        whereClsTree +=" )";
    %>
    <%-- 导航栏标签 --%>
    <hnisi:gNavStr />
        <legend style="cursor:hand;" >
            <span>
                <img id="img_fw_authmngr_geneauth_list_grid" src="${ctx}/themes/default/images/query_icon_right.gif">
            </span>
            <span title="单击展开或收缩">
                <b><%=sOperatorName%></b>已拥有的权限树
                <hnisi:tree id="menus" type="1" whereCls="<%=whereClsTree %>"/>
            </span>
        </legend>
        <form name="roleListForm" method="post">
            <%-- 角色列表--%>
            <hnisi:glt id="fw_authmngr_geneauth_role" whereCls="<%=whereCls %>" />
            <p align="center">
                <%-- 确定按钮 --%>
                <hnisi:btn name="btnQuery" onclick="roleAutoOk()" value="保存" href="javascript:void(0)"/>
                <%-- 清除按钮 --%>
                <hnisi:btn name="btnCls" onclick="cls()" value="清除" href="javascript:void(0)"/>
                <%-- 关闭按钮 --%>
                <hnisi:btn name="btnClose" onclick="winClose()" value="关闭" href="javascript:void(0)"/>
            </p>
        </form>
        <form name="roleForm">
            <input type="hidden" name="OPERID" value="<%=operId %>"/>
            <input type="hidden" name="ROLEIDS">
        </form>
        <script type="text/javascript">
        <!--
        var orgCode ="<%=orgCode%>";
        var operId ="<%=operId%>";
        var roleType ="<%=roleType%>";
         * 权限列表窗口
         * @param roleId:角色ID
        function winRight(roleId){
            var eventId="1";//授权事件(1 查询、2 授权)
                 //弹出模态对话框,并加上时间戳以防止缓存
                 window.showModalDialog("right!left.do?EVENTID=" + eventId+"&ROLETYPE="+roleType+"&ROLEID=" + roleId+"&_t="+new Date().getTime());
         * 确定-保存授权信息
             function roleAutoOk(){
                       $(function(){
                           var roleIds = "";
                           $.each($("input[name='checkbox']:checked"),function(i,o){
                               roleIds += (i==0 ? "" : ",")+o.value;                 
                           if (roleIds == ""){
                                    FWalert("请选择要操作的角色!");                          
                                    return;
                           roleForm.ROLEIDS.value  = roleIds;
                           var params = FWGetForm(roleForm);
                           if(params.ROLEIDS ==""){
                               FWalert("请选择要操作的角色!");
                           }else {
                                    var fromFuncDesc = "<%=fromFuncDesc%>";
                                    //先进入本次权限变更列表页面,确认后再保存
                                    var title = encodeURIComponent('授权确认');//对话框的标题
                               var url = "right!list.do?OPERID="+operId+"&fromFuncDesc="+fromFuncDesc+"&ROLETYPE="+roleType+"&ROLEIDS="+roleIds+"&title="+title+"&_t="+new Date().getTime();
                                    var position="resizable:1;status:0;help:0;scroll:1;center:1;dialogWidth:800px;dialogHeight:500px";
                                    window.showModalDialog(url,window,position);
         * 直接授权:弹出权限树窗口
        function directAuto(){
            var eventId="2";//授权事件(1 查询、2 授权)
                       //弹出模态对话框,并加上时间戳以防止缓存
                 window.showModalDialog("right!left.do?EVENTID=" + eventId+"&ROLETYPE="+roleType+"&OPERID=" + operId+"&_t="+new Date().getTime());
         * 清除:清除已选择的角色 checkbox
        function cls(){
            var c_checkbox=document.getElementsByName('checkbox');
                       for (i=0;i<c_checkbox.length;i++){
                c_checkbox[i].checked=false;
         * 关闭窗口
        function winClose(){
                 window.close();
        //-->
        </script>
    </body>
    </html>
    The ACE's config
    `show running-config`
    Generating configuration....
    boot system image:c4710ace-mz.A4_2_0.bin
    interface gigabitEthernet 1/1
      switchport access vlan 100
      no shutdown
    interface gigabitEthernet 1/2
      shutdown
    interface gigabitEthernet 1/3
      shutdown
    interface gigabitEthernet 1/4
      switchport access vlan 3
      no shutdown
    access-list ALL line 8 extended permit ip any any
    access-list allowany line 8 extended permit ip any any
    access-list allowany line 16 extended permit icmp any any
    probe icmp Ping
      interval 2
      faildetect 2
      passdetect interval 2
      passdetect count 1
      receive 2
    probe tcp TCP6666
      description RPC Client Access
      port 6666
      interval 30
      passdetect interval 60
      connection term forced
      open 10
    probe tcp TCP8888
      description RPC Client Access
      port 8888
      interval 30
      passdetect interval 60
      connection term forced
      open 1
    rserver host YB1
      ip address 110.43.102.241
      inservice
    rserver host YB2
      ip address 110.43.102.245
      inservice
    rserver host YB3
      ip address 110.43.102.246
      inservice
    rserver host YB4
      ip address 110.43.102.247
      inservice
    rserver host YB5
      ip address 110.43.102.248
      inservice
    rserver host YB6
      ip address 110.43.102.242
      inservice
    serverfarm host YB01farm
      predictor leastconns
      probe TCP6666
      rserver YB2
        inservice
      rserver YB3
        inservice
      rserver YB4
        inservice
      rserver YB5
        inservice
    serverfarm host YB02farm
      predictor leastconns
      probe TCP8888
      rserver YB2
        inservice
      rserver YB3
        inservice
      rserver YB4
        inservice
      rserver YB5
        inservice
    parameter-map type http PRESIST-REBALANCE
      persistence-rebalance
    sticky ip-netmask 255.255.255.255 address source YB01-GRP
      timeout 60
      replicate sticky
      serverfarm YB01farm
    sticky ip-netmask 255.255.255.255 address source YB02-GRP
      timeout 60
      replicate sticky
      serverfarm YB02farm
    sticky http-cookie COOKIE1 STICKYYB01
      cookie insert browser-expire
      timeout 3600
      replicate sticky
      serverfarm YB01farm
    action-list type modify http IP-header
      header insert request X-Forwarded-For header-value "%is"
    class-map match-all YB01-slb-vip
      2 match virtual-address 110.43.102.251 any
    class-map match-all YB02-slb-vip
      2 match virtual-address 110.43.102.252 any
    class-map type management match-any remote_access
      description remote-access-traffic-match
      2 match protocol xml-https any
      3 match protocol icmp any
      4 match protocol telnet any
      5 match protocol ssh any
      6 match protocol http any
      7 match protocol https any
      8 match protocol snmp any
    policy-map type management first-match remote_mgmt_allow_policy
      class remote_access
        permit
    policy-map type loadbalance http first-match YB01-slb
      class class-default
        sticky-serverfarm STICKYYB01
        action IP-header
    policy-map type loadbalance http first-match YB02-slb
      class class-default
        sticky-serverfarm YB02-GRP
        action IP-header
    policy-map type loadbalance first-match YB6666
      class class-default
        sticky-serverfarm STICKYYB01
        action IP-header
        insert-http https header-value "on"
    policy-map multi-match client-vips
      class YB01-slb-vip
        loadbalance vip inservice
        loadbalance policy YB6666
        loadbalance vip icmp-reply active
        nat dynamic 100 vlan 100
        appl-parameter http advanced-options PRESIST-REBALANCE
      class YB02-slb-vip
        loadbalance vip inservice
        loadbalance policy YB02-slb
        loadbalance vip icmp-reply active
        nat dynamic 100 vlan 100
    interface vlan 3
      ip address 192.168.50.2 255.255.255.240
      access-group input ALL
      service-policy input remote_mgmt_allow_policy
      no shutdown
    interface vlan 100
      ip address 110.43.102.238 255.255.255.0
      access-group input allowany
      nat-pool 100 110.43.102.239 110.43.102.239 netmask 255.255.255.255 pat
      service-policy input remote_mgmt_allow_policy
      service-policy input client-vips
      no shutdown
    ip route 0.0.0.0 0.0.0.0 110.43.102.112

    Hi,
    The error comes when accessing the website through LB. The error is thrown by the server. Do  we know what does that error indicate and will be thrown by server under what circumstances?
    Can you just try with one server in the serverfarm and check if it works fine?
    Does it load initial page at all or throws error right away.
    What do you see in show conn output? Which VIP is in question here?
    Regards,
    Kanwal

  • How do I allow pop ups in safari without being asked "block or allow" ?

    I'm assuming that when I turned on the setting in Safari to allow pop-ups, I wouldn't have to tell the browser to allow or block every single pop up after that.  Is there a combination of settings to make allow pop-ups without the additional "block or allow" message from popping up before the pop up window.
    I used a 3rd party web application that has been coded for their drill-down messages to be displayed in another screen and I have no control over that.
    Thanks for any information you can provide.

    Well, not that helpful unless you can determine if that window is coming from Safari or iOS or from whatever the other "3rd party web application" you were talking about.
    If you don't want to play in that pool, then assume that iOS and/or Safari are working incorrectly. Your Users Guide has a whole chapter (at the end) devoted to what you do when things aren't going well, generally following the sequence of
    Restart - red slider, then boot up again
    Force Quit apps - either via Sleep/Wake followed by Home, or via Recents Tray
    Reset - hold Home & Sleep/Wake to force reboot
    Reset iPad Settings - Settings > General >Reset
    Erase All Content -   same as above
    Restore iPad Software - iTunes or iOS 5 equivalent
    You start at #1 and work your way through until the issue you're seeing goes away. If you get through all of the steps and it still doesn't work, you're pretty much out of gas and have to start talking to Apple.
    So .. start at #1.

  • Rollover Pop-ups

    Is there any way of making pop-ups (including text-only) open
    and close via a
    mouse rollover rather than relying on them being clicked. My
    problem is that I
    am using text-only pop-ups in pages that are already pop-ups
    and clicking to
    close the text-only pop-up closes the whole window! My hope
    is that by using a
    roll-over the user will still have the original pop-up page
    when they move away
    from the text-only pop-up and, also, to make the text-only
    pop-up appear via a
    mouse rollover as a click is not necessarily intuitive for
    the user.
    Thanks for your time,
    Greig

    Thanks very much for the replies. I am going to make this
    message the solution as there is more than one and I can include
    them in here.
    For simplicity the ideas contained in Peter Grainge's
    snippets page -
    http://www.grainge.org/pages/snippets/snippets.htm
    - under the heading
    Tooltips are worth considering. Basically storing the pop-up
    message as Alt text for images or in the <acronym title'"pop-up
    message in here"> tag for text.
    The RoboWizard solution of using Captivate was also a good
    one but I didn't want to embed swf files into my html. Am I missing
    anything here Rick? Please explain the idea further if I am.
    Leon's solution is more complex and took me a while to work
    around. As with complex solutions it does offer more flexibility in
    that the pop-up message text that is to appear can be formatted and
    images can be included. It makes use of a bit of JavaScript from
    Walter Zorn -
    http://www.walterzorn.com/tooltip/tooltip_e.htm
    - for displaying tooltips. The tooltips can be kept in another
    JavaScript file and called by Walter's script. An example of a
    JavaScript function that can be called by Walter's script is:
    function tooltip() {return "Type pop-up message in here and include
    html code such as <B>bold</B>";}. Walter's page
    provides plenty of examples.
    I leave it up to the reader to pick their preferred solution.
    Greig

  • I have disabled pop ups in my iphone but still i could n't connect to my college wifi.. It shows the error message  as ensure whether the pop ups are not blocked.. pls help

    Hai..
    I have disabled block pop up in my iphone 5s.. but still i couldn't connect my mobile with my college wifi.. it shows the error message as "ensure all the pop ups are not blocked"....

    You might want to talk to the IT dept. at your school to see if they know of a solution.

  • Open comment pop-ups for highlighted text (on Adobe Reader for Android)

    On my computer, I use the software Docear which allows to import highlighted text and comments from pdf documents. This function in Docear only works, if the reader copies highlighted text into the comment fields at the moment of highlighting. When using a reader on a PC, the settngs can be adjusted in order that this works. (Preferences>Commenting>Automatically open comment pop-ups for comments other than notes).
    It would be very practical for me to do this on my tablet (Android). However, as far as I know, this is not possible in the Adobe Reader for Android. Or is there any possibility to do this? If not,would it be possible to include this on a wishlist?

    Hi,
    This functionality is not available for Adobe Reader on Android. However, we have made a note of the same and shall try to incorporate it in one of our future releases.
    Thanks,
    Adobe Reader Team

  • Application error pop ups

    Hey!I'm in need of serious help-my blackberry 8520(I know its not so fancy lol) is taking me thru a rough patch-its been six days now that I have been having countless uncaught exception :app error pop ups aftr evry 5 2 10 min-they even appear just aftr I've rebooted-this has somehow affected my phone in a way that I can't make or receive calls-im unable 2 dial for a call or 2 call from the phone book-basically,my "yes" n "no" buttons r not working... pls help my BIS abt 2 expire
    Solved!
    Go to Solution.

    Thank u for the help Bifocals-last night-i decided to "download the device OS and desktop software from my carrier" and aftr trying it twice my bb was okay-no more errors!I dcydd 2 just let it off the battery overnyt-dis morning-i started from scratch bt it was all worth it cos 2day there's nothing irritationg me-ima chat all day #bigsmile!!!!!!

  • Tried to install Firefox but an error message "Extraction failed - cannot open output file" always pops up, without a reason. Why's this happening?

    Tried to install Firefox but an error message "Extraction failed - cannot open output file" always pops up, without a reason. Why's this happening?

    Try to disable your anti-virus software temporarily to see if that makes it work.
    You may need to delete the temp folder (%TEMP%) to remove the old files.

  • Pop ups on Standard MDM Portal iViews throw Portal Runtime Error

    Hi all,
    We are facing some issues with MDM Standard Search iViews in Portal. We have configured MDM standard iViews using MDM Search Texts iView, MDM Result Set iView, MDM Search Picklists iView, MDM Item Details etc. We are facing a problem with the MDM Search Picklists iViews wherein we have to click the ellipses button to open the pop up. Whenever we open the pop up, the pop up shows Portal Runtime Error. Please find the screenshot below:
    http://img209.imageshack.us/img209/1138/portalruntimeerror.jpg
    The MDM System is working fine. The other Standard iViews are also working fine. The surprising thing is that, when the Super Admin role is assigned to the user, the iViews start working perfectly as shown below:
    http://img696.imageshack.us/img696/6808/worksfinethisway.jpg
    I have checked the permissions also on all these iViews as well as the System object and did not find any problem. Moreoever, this was working fine till some days back. All of a sudden these iViews have stopped working. Please guide me as to what can be the reason for this and any possible solutions.
    Thanks in advance.
    Regards,
    Ankur

    I would check the logs but it sounds like a permission error to me.  Can you or your basis resources modify the Security Zones?
    System Administration -> Permissions -> expand Security Zones folder -> right click on com.sap.pct.mdm.appl.masteriviews and select Open Permissions -> in the assign permissions section add read permissions for a particular user, role, or group which the user getting the error is part of, check the End User checkbox -> Save.  Login to the portal and try again.
    -Greg

  • Yesterday, since I downloaded the lastest version 3.6.6, every time firefox opens and when I click on something, I get multiple error windows that say "ERROR: Security Manager Vetoed Action. I can't hardly use if anymore because of all the window pop-ups

    Yesterday, since I downloaded the latest version 3.6.6, every time firefox opens and when I click on something, I get multiple error windows that say "ERROR: Security Manager Vetoed Action". I can't hardly use if anymore because of all the window pop-ups. What can I do? Can I go back to an older version?
    == This happened ==
    Every time Firefox opened
    == I downloaded version 3.6.6 yesterday

    hello, when this is happening after you've already updated firefox with your admin account, try to delete the ''updates'' folder and ''active-update.xml & updates.xml'' within the %localappdata% folder of your restricted account like it is described in http://kb.mozillazine.org/Software_Update#Software_Update_not_working_properly

  • Pop-ups powered by Text-Enhance.

    Hello !
    Powered by Text-Enhance pop-ups appeared on my Fitness page. Thay come from http://textsrv.com
    By blocking cookies I disabled them. BUT, in my computer, ONLY !
    I do not want the VISITORS to see these Text-Enhances on my posts and pages.
    What to do ???
    Thanks !

    Go here: [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html#117498 http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html#117498] http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html#117498
    This is YOUR ACTUAL flash player control panel. Disable 'allow third party flash content to store data on your computer'
    Text enhance is using adobe flash to store its data on your computer. Its not the ideal solution but it completely disables it permanently in any case.

  • Why does my Safari browser keep having pop-ups and new windows open without permission?

    Whenever I click on a button to go to another page or something, a new tab with a new website opens up. When I search on Google, there are all kinds of ads and pop-ups on there. I really know nothing about Internet security, so I do not know what is wrong.

    There is no need to download anything to solve this problem.
    You may have installed the "VSearch" trojan. Remove it as follows.
    Malware is always changing to get around the defenses against it. These instructions are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Step 1
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    Step 2
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    The problem may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Internet criminal behind VSearch has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Suddenly I'm getting a bazillion pop-ups - many words are now hyper text to extraneous links - this never happend before - i have pop-up blocking on

    hi
    i have been using Firefox for years - suddenly - i am getting a bazillion pop ups
    pop up blocking is on - there are no exceptions
    they're everywhere and just keep coming
    out of desperation i loaded chrome
    so far i am not having any issues with chrome
    thank you for your help
    -Ethan

    hello, such problems are usually caused by adware on your pc. please go to ''firefox > addons > extensions'' & remove any suspicious entries (toolbars, things that you have not installed intentionally, don't know what purpose they serve, etc). also go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there and do a full scan of your system with the security software that you have in place and different other tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    [[Remove a toolbar that has taken over your Firefox search or home page]]
    [[Troubleshoot Firefox issues caused by malware]]

  • My mac pro book is running slow and I can hardly go on the internet without all kinds of pop ups and ads making it impossible to surf the net.

    I have a mac pro book version 10.10 that is running on the sluggish side. I can hardly use the internet  because every time I click on a link or details about a product  all the pop ups that make it impossible to surf the net. I am afraid to take any steps on my own because I am not quite that tech savvy. What can I do?  I didn't think these kinds of things happened with a mac.

    I have a mac pro book version 10.10 that is running on the sluggish side. I can hardly use the internet  because every time I click on a link or details about a product  all the pop ups that make it impossible to surf the net. I am afraid to take any steps on my own because I am not quite that tech savvy. What can I do?  I didn't think these kinds of things happened with a mac.

Maybe you are looking for

  • The files in download folder keeps adding _b to the file name

    I have a strange problem when downloading files on my Macbook Pro(running Mavericks). The name of the files being downloaded or already downloaded to the Download folder keep growing like this: Say for a file called My_file_name.zip, the system keeps

  • Freight based on order value before tax

    Similar  to the post regarding freight charges which are conditional on shipping address ( which looked as if customisation was the only route) , is there an easy way to implement an order value cut-off point on freight charges. ( i.e. orders below a

  • How to generate RXi Report

    Hi friends, Please help me Sequence the steps for creating an RXi report by using Oracle Financials RXi Reports Administration Tool in a specified scenario. I need the step by step procedure to run an RXi report. pls help me. I copied the attribute s

  • How to Block a Phone Number - Answered

    I've been doing some research on this, and there are several 'answered' threads in which people are claiming that it is impossible to block numbers with AT&T. Learn to research, or maybe don't talk about things you haven't any idea about. After maybe

  • When will iOS 7 be fixed, so I can use airplay again?

    Seems like Aplle don't want me to contact them, so I have to try here: Is there any chance that IOS 7 on Ipad will be fixed soon, so we can use airplay again?