Function for 20 buttons need

The buttons are on stage with the names of Instance ButID10 - ButID32.

Can anyone help with this? Any help is appreciated. I create a table? Thank you.

We don't want the code below, I know:


for (var i: uint = 10; i < 32; i ++) {}
Chart06 ["ButID" + i.ToString ()] .addEventListener (MouseEvent.MOUSE_OVER, buttonIDChart06Over, false, 0, true);
Chart06 ["ButID" + i.ToString ()] .addEventListener (MouseEvent.MOUSE_OUT, buttonIDChart06Out, false, 0, true);

}

function buttonIDChart06Over(e:MouseEvent) {trace (i);
popUp01.x = Chart06 ["ButID" + i.toString ()] .x;
popUp01.y = Chart06 ["ButID" + i.toString ()] there;
addChild (popUp01);
popUp01.PopUpTextID00.htmlText = popupList [i-1];
popUp01.filters = [myDropShadowFilter];
}
function buttonIDChart06Out(e:MouseEvent) {}
removeChild (popUp01);
}

Yes, he does.  but the value of i replace when the listener to the button is added to when check you in the listener function.

If your 20 buttons are movieclip buttons using:

for (var i: uint = 10; I)<>

. Ivar Chart06 ["ButID" + i.ToString ()] = i;
Chart06 ["ButID" + i.ToString ()] .addEventListener (MouseEvent.MOUSE_OVER, buttonIDChart06Over, false, 0, true);
Chart06 ["ButID" + i.ToString ()] .addEventListener (MouseEvent.MOUSE_OUT, buttonIDChart06Out, false, 0, true);
       
}

function buttonIDChart06Over(e:MouseEvent) {}

trace (e.currentTarget.Ivar);
popUp01.x = Chart06 ["ButID" + e.currentTarget.ivar.toString ()] .x;
popUp01.y = Chart06 ["ButID" + e.currentTarget.ivar.toString ()] there;

addChild (popUp01);
   popUp01.PopUpTextID00.htmlText = popupList [e.currentTarget.ivar - 1];
popUp01.filters = [myDropShadowFilter];
}
function buttonIDChart06Out(e:MouseEvent) {}
removeChild (popUp01);
}

Tags: Adobe Animate

Similar Questions

  • same function for all buttons of mc?

    I am putting together a simple flash anim - and have little about 25 buttons I need to fade in and out on working capital. I think remember me there is a way to apply the same function to all buttons - as long as most and State labels in the mc are the same. Could someone let me know what I should look in to achieve this? Thank you.

    The just loop allows you to add your listeners to each button - btn1 - btn25. If you don't want to do it this way, you can place all the buttons into a container and just add listeners to the container... something like:

    myButtonContainer.addEventListener (MouseEvent.MOUSE_OVER, showHighlight, false, 0, true);
    myButtonContainer.addEventListener (MouseEvent.MOUSE_OUT, removeHighlight, false, 0, true);

    function showHighlight(e:MouseEvent) {}
    e.target.gotoAndStop (2);
    }
    function removeHighlight(e:MouseEvent) {}
    e.target.gotoAndStop (1);
    }

    Note the use of targets, instead of currentTarget in the listener functions. And you can use gotoAndPlay if you wish... I just used stop to illustrate.

  • unique function for multiple buttons

    Hello

    My problem is that I am using the following functions on 10 different logo movieclips. Each movieclip logo has a popup box (another mc) within its timeline with a description in. When I hover over the logo movieclip I want him to call the function of frames forward and on hover the rewindframes function call.


    function forwardFrames() {}

    onEnterFrame = function () {}

    If (_currentframe! = 15) {}

    nextFrame();

    } else {}

    Stop();

    delete this ["onEnterFrame"];

    }

    };

    }

    function rewindFrames() {}

    onEnterFrame = function () {}

    If (_currentframe! = 1) {}

    prevFrame();

    } else {}

    Stop();

    delete this ["onEnterFrame"];

    }

    };

    }

    However I am doing all of this on the main timeline, and the only way I can think to operate currently, it is if I do the following for each mc logo, there must be a better way:

    Symbol_1.onRollOver = function() {}

    Symbol_1.onEnterFrame = function () {}

    If (symbol_1._currentframe! = 15) {}

    Symbol_1.nextFrame ();

    } else {}

    Symbol_1.stop ();

    delete this ["onEnterFrame"];

    }

    };

    }

    Symbol_1.onRollOut = function() {}

    Symbol_1.onEnterFrame = function () {}

    If (symbol_1._currentframe! = 1) {}

    Symbol_1.prevFrame ();

    } else {}

    Symbol_1.stop ();

    delete this ["onEnterFrame"];

    }

    };

    }

    Any advice would be much appreciated, thanks

    Daniel

    You should be able to use something like the following...

    Symbol_1.onRollOver = symbol_2.onRollOver = playFwd;

    function playFwd() {}
    this.onEnterFrame = function () {}
    If (this ._currentframe! = 15) {}
    this.nextFrame ();
    } else {}
    This.Stop ();
    delete this.onEnterFrame;
    }
    }
    }

    Symbol_1.onRollOut = symbol_2.onRollOut = return;

    function rewind() {}
    this.onEnterFrame = function () {}
    If (this ._currentframe! = 1) {}
    this.prevFrame ();
    } else {}
    This.Stop ();
    delete this.onEnterFrame;
    }
    };
    }

  • Spectrum X 360: Function for the spectrum x 360 keys

    The arrows with the function key act as page, up, down, start and end. I want to use these keys a lot. Is there a way to set the keyboard for functions are reversed? On my Mac, I can by default the function for on button. Such a feature would make page upward, active down without the function key and the active arrows with the function key.

    Thank you very much for the comments and you are right that to access the function keys on the arrow key you will need to hold down the FN key.

    If I hear of a different method on changing these options with the arrow keys will let you know.

  • We need a separate servlet class to open a report of jasper for each button in report or not?

    Mr President.

    We need a separate servlet class to open a report of jasper for each button in report or not?

    My code for the servlet is as under which works very well for a single report.

    package ash.view;
    
    
    import ash.model.SchoolAppModuleImpl;
    
    
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.PrintWriter;
    
    
    import java.sql.Connection;
    import java.sql.PreparedStatement;
    import java.sql.SQLException;
    
    
    import java.util.HashMap;
    import java.util.Locale;
    import java.util.Map;
    
    
    import javax.servlet.ServletConfig;
    import javax.servlet.ServletException;
    import javax.servlet.annotation.WebServlet;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    
    
    import net.sf.jasperreports.engine.JasperCompileManager;
    import net.sf.jasperreports.engine.JasperExportManager;
    import net.sf.jasperreports.engine.JasperFillManager;
    import net.sf.jasperreports.engine.JasperPrint;
    import net.sf.jasperreports.engine.JasperReport;
    import net.sf.jasperreports.engine.design.JasperDesign;
    import net.sf.jasperreports.engine.xml.JRXmlLoader;
    
    
    import oracle.jbo.client.Configuration;
    
    
    @WebServlet(name = "ReportServlet", urlPatterns = { "/reportservlet" })
    public class ReportServlet extends HttpServlet {
        private static final String CONTENT_TYPE = "text/html; charset=UTF-8";
    
    
        public void init(ServletConfig config) throws ServletException {
            super.init(config);
        }
        
        protected Connection getConnection() {
            
            PreparedStatement st = null;
            String amDef = "ash.model.SchoolAppModule";
            String config = "SchoolAppModuleLocal";
            SchoolAppModuleImpl am = (SchoolAppModuleImpl ) Configuration.createRootApplicationModule(amDef, config);
            
            st = am.getDBTransaction().createPreparedStatement("select 1 from dual", 0);
            Connection conn = null;    
        
            try {
                conn = st.getConnection();
                return conn;
            } catch (SQLException e) {
            }   
        
            return null;
        }
    
    
        public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
            String var0 = "";
            try {
                var0 = request.getParameter("classId");
            } catch (Exception e) {
                e.printStackTrace();
            }
            response.setContentType(CONTENT_TYPE);
            Map parameters = new HashMap();
                   parameters.put("format", "pdf");
                   parameters.put("WEBDIR", getServletContext().getRealPath("/"));
                   parameters.put("REPORT_LOCALE", new Locale("ar"));
            
            
                   parameters.put("classId", new String(var0));
                   Connection conn = null;
                   InputStream is = null;
                   try
                   {
                     conn = getConnection();
                     is = getServletContext().getResourceAsStream("/WEB-INF/reports/ClassDataReport.jrxml");
            
            
                     response.setContentType("application/pdf");
                     response.addHeader("Content-Disposition", "attachment; filename=ClassDataReport.pdf");
                      
                     JasperDesign jasperDesign = JRXmlLoader.load(is);
                     JasperReport jasperReport = JasperCompileManager.compileReport(jasperDesign);
                     JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, conn);                    
                     JasperExportManager.exportReportToPdfStream(jasperPrint, response.getOutputStream());
                              
                     conn.close();
                   }
                   catch (Exception e) {
                     e.printStackTrace();
                   } finally {
                     closeConnection(conn);
                     try {
                         if(is !=null){
                             is.close();
                         }                   
                        
                     } catch (Exception localException1)
                     {
                     }
                   }
            
            PrintWriter out = response.getWriter();
            out.println("<html>");
            out.println("<head><title>ReportServlet</title></head>");
            out.println("<body>");
            out.println("<p>The servlet has received a GET. This is the reply.</p>");
            out.println("</body></html>");
            out.close();
        }
        
        protected static void closeConnection(Connection conn) {
            try {
                if(conn !=null){
                    conn.close();
                }           
            } catch (Exception ex) {
                //  System.out.println("Developer Msg : Exception in printReport1Servlet.closeConnection()");
            }
        }
    }
    

    Concerning

    It will be something like this:

      public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
              String var0 = "";
              String reportName = "";
              try {
                  reportName = request.getParameter("reportName");
              } catch (Exception e) {
                  e.printStackTrace();
              }
              response.setContentType(CONTENT_TYPE);
              Map parameters = new HashMap();
                     parameters.put("format", "pdf");
                     parameters.put("WEBDIR", getServletContext().getRealPath("/"));
                     parameters.put("REPORT_LOCALE", new Locale("ar"));
    
                     if(reportName.equals("report1"))
                     {
                       var0 = request.getParameter("classId");
                       parameters.put("classId", new String(var0));
                     }
    
                     if(reportName.equals("report2"))
                     {
                       Object value1 = request.getParameter("value1");
                       Object value2= request.getParameter("value2");
                       parameters.put("p1", value1);
                       parameters.put("p2", value2);
                     }
    
                     Connection conn = null;
                     InputStream is = null;
                     try
                     {
                       conn = getConnection();
                       is = getServletContext().getResourceAsStream("/WEB-INF/reports/"+reportName+".jrxml");
    
                       response.setContentType("application/pdf");
                       response.addHeader("Content-Disposition", "attachment; filename="+reportName+".pdf");
    
                       JasperDesign jasperDesign = JRXmlLoader.load(is);
                       JasperReport jasperReport = JasperCompileManager.compileReport(jasperDesign);
                       JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, conn);
                       JasperExportManager.exportReportToPdfStream(jasperPrint, response.getOutputStream());
    
                       conn.close();
                     }
                     catch (Exception e) {
                       e.printStackTrace();
                     } finally {
                       closeConnection(conn);
                       try {
                           if(is !=null){
                               is.close();
                           }                   
    
                       } catch (Exception localException1)
                       {
                       }
                     }
    
              PrintWriter out = response.getWriter();
              out.println("");
              out.println("ReportServlet");
              out.println("");
              out.println("

    The servlet has received a GET. This is the reply.

    "); out.println(""); out.close(); }

    And the button that will call the report should be something like this;

    
    
    
    
  • Need help for the button to trigger on the text caption effect

    Hello world

    I work in

    Screen Shot 2016-04-13 at 12.52.31 PM.png

    on a Mac (chart below)

    Screen Shot 2016-04-13 at 12.53.04 PM.png

    I'm very new to Captivate (only my second week), but am familiar in other Adobe programs. I'm trying to get a dynamic object that I made in a button to trigger an effect on a text caption. I scrolled the forums here and tried various things of the advanced actions for just using the drop down menus in the property inspector and nothing that I tried gives me the result I want.

    Here is a screenshot of what I'm working with.

    Screen Shot 2016-04-13 at 12.54.37 PM.png

    What I want to do is for the arrows for the buttons (and they are currently). When the slide appears first I don't want that image and the arrows visible. So when the user clicks on the arrow, I want the effect I chose (spiral) that will be triggered with the corresponding text.

    Looks like my property for each caption Inspector (the names are different for each)

    Screen Shot 2016-04-13 at 12.58.03 PM.png

    And I also tried to write a few advanced Actions that follow as well as tutorials that I found online, and nothing gives me what I want.

    When I preview the slide I can see everything on entry and then when I click the button to apply the effect. I rechecked the advanced actions and usually when I try these nothing happens at all.

    Is - it there anyway that I can get that works this way, I'm wanting. It seems that it should be simple and I'm right on it.

    The shape of buttons are all pause at this moment, it's OK.

    I just tried it out and see what you mean. The text is there from the beginning, and that shouldn't be the case. you expect it not to appear when the button is clicked. I have never used this spiral effect myself, but since you have no control over it, I mean you can't see where starts the effect at all, there is no visible path you have with the other effects of the entry. Either, you need to create a custom, effect whose path begins with text outside the scene, or a combination of an Alpha to + a standard entrance effect.

    Tried the first one with a simple left to a straight path. I edited the paths so that they all start at the same position horizontal and end at the same horizontal position. So happy with the leaders and Guides that we finally got in Captivate, they are very useful for this type of design:

    It's the chronology:

  • Reasons for introducing functions of data base for Discoverer Reporting needs

    Hi all

    I would like to know what other organizations have used in creating functions of custom database specifically for Discoverer statement needs criteria. It seems good and appropriate identify these reasons so they have a pretty good reason (for example by presenting it to a change management board).

    Here is a quick slide:

    -query explain plan improvements
    -remove the complexity of having the end user to cope with complex calculations
    -uniformity of a value (for example a calculation complex depreciation)
    -an attribute is used in a table of load with a minimum cardinality of zero

    Any who can list other good reasons in terms of reports of discoverer?

    Thank you

    Patrick

    Published by: Patrick Bacon on July 15, 2009 10:30

    Hi Patrick
    In addition to the reasons you gave reasons to have functions anyway apply just as Discoverer as they do in other applications.

    In General, the main reasons why I would use a function are:

    (a) the complexity of the code, or
    (b) what an end user could not do or doesn't have access to evaluate.

    For example if a user must have the aggregations of several tables side by side in a report, usually tables that don't have any join between them, I write functions to fetch the individual results.

    One specific function that I use a lot is one that calculates the number of days between any given two days. Some of my clients HR use this function to calculate the number of days of illness of an employee when obviously only working days should count. It would be very difficult to do this in a calculation of normal discoverer. Retail customers could use to calculate the number of days it took to the ship and to.

    There are other reasons for which I use the functions, but these are the most typical.

    Best wishes
    Michael

  • Disable the column key functional for an individual of forms

    Hi all

    I have a block of multiple registration details in my form with fields (type, point, wt, vehicle number etc.). Keys are already scheduled for functional use as f3 to copy.

    In my form, I want to use the copy function to get to the fields as type, point, wt, but not for the vehicle number column. IE type, point, maybe same wt columns but number of vehicle may not be same (according to customer requirement). They will not accidentally copying the same number of vehicle.

    For this I need to disable the copy (F3) function for this vehicle only number column.

    Is there a workaround for this...

    My version of the form is 10g

    Thanks in advance

    Concerning

    JaKes

    the KEY-F3-trigger has nothing to do with the F3 function key. In client-server F3 is associated with the DUPLICATE_ITEM function, so you should use the KEY-DUPITM-trigger.

    Also, if you implement a release BUTTON, it replaces the functionality by default, so you must manage the service for yourself.

    As for the OP functionality should just be deleted at one, the simplest solution is to create KEY-DUPITM-relaxation so precise and simple insert a value that is NULL. inside.

  • Folder level Javascript executes the Menu item, but not button - need a work around... Help, please

    I have a JavaScript that contains a function of confidence with a SOAP operation inside the confidence function.

    This function is inside a folder level script.

    When calling this function to a menu item, it works fine.

    When I try to add and call this function from a button or a Signature field to the title of JavaScript execution when signed, it will not work and I get an error message.

    What I'm missing and there is a work around, I need to run it from a button or a signature field?

    Any ideas?

    How to run privileged Javascript by a button

    //    1.  Need to put the necessary Javascript inside a function in the Javascripts folder

    //    2.  Javascript must be a function of trust

    //    3.  Add the call to the function of trust to the button

    //

    The Code for the button to execute a script Javascript on the Focus of the mouse is-> Trusted_CustomCode();

    //

    The following example is a JavaScript script at level folder for security reasons

    //

    The example code SHOULD BE wrapped in a function of trust which is part of .js in the javascripts folder

    //

    var Trusted_CustomCode = app.trustedFunction (CustomCode);

    function CustomCode() {}

    app.beginPriv ();

    Insert the custom JavaScript Code here

    App.Alert ("this is my custom Code that is running from a button");

    End of the custom Javascript Code

    app.endPriv ();

    }

  • How to write a function (for an ex-Flash-dev)

    Hiya,

    I am coming from a Flash/AS 3.0 environment and I'm getting a bit confused trying to write functions in EA.

    I'm quite new to JS and jQuery so that something is similar to actionscript, I'm still finding things a little confusing.

    I'm working on my first project with EA 2014.1.1 and managed to get away with the built in functions to date, but I now need to do something more custom.

    For example, in Flash, I would write a function to a button and it would go in the first frame of the timeline or a class file:

    function nameOfFunction (event) {}

    do things

    };

    Then the button, we would have a script event listener calling the function:

    myButton.addEventListener (MouseEvent.CLICK, nameOfFunction);

    Can someone explain to me how it works in the EA?

    It seems easy to use for the very basic functions, but anything more requires advanced js knowledge!

    I watched a lot of tutorials but they are for older versions of the edge or that they cover only the basic stuff.

    It doesn't seem to be much out there at all.

    Thank you very much

    Hello

    Put the function in the compositionReady

    SYM. Nomfonction = function() {}

    Do all that in the service

    }

    and call it when you want it

    SYM. Nomfonction();

    I hope this helps.

  • How to use the same script for several buttons

    Hello

    I have just started using flash if any help would be great!

    I create a blockbuster game, I have a grid of 20 buttons and I need (individually) to turn blue on red and click double click. I managed to do it with the first using this code;

    --------------------------------------------

    var click: Boolean = false;

    BN1.addEventListener (MouseEvent.CLICK, bn1click);

    function bn1click(event:MouseEvent):void {}

    clicked = true;

    var newColorTransform:ColorTransform = bn1.transform.colorTransform;

    {if (clicked)}

    newColorTransform.color = 0 x 064258;

    }

    BN1. Transform.ColorTransform = newColorTransform;

    }

    /////////////

    BN1.doubleClickEnabled = true;

    var doubleclicked:Boolean = false;

    BN1.addEventListener (MouseEvent.DOUBLE_CLICK, bn1dclick);

    function bn1dclick(event:MouseEvent):void {}

    DoubleClicked = true;

    var newColorTransform:ColorTransform = bn1.transform.colorTransform;

    {if (clicked)}

    newColorTransform.color = 0xac1e23;

    }

    BN1. Transform.ColorTransform = newColorTransform;

    }

    --------------------------------------------

    Now, I'll have trouble doing the same thing to work for the rest of the buttons, they are each named bn2, bn3 etc. They need to work individually and stay blue/red when clicked. I tried to list them as addEventListener orders but not with not a lot of success!

    Any help would be greatly appreciated, thank you!

    Tomo

    To do this is to use arrays to follow the buttons and their properties.

    var buttonList:Array = new Array (bn1, bn2, bn3);

    var clickedList:Array = new Array();

    var doubleClickedList:Array = new Array();

    Then use a loop for to assign functions and properties for each button:

    var thisMany:int = buttonList.length; This will give you the number of items in the buttonList array

    for (var i: int = 0; i

    buttonList [i] .addEventListener (MouseEvent.CLICK, btnClick); assign the function click on each button

    buttonList [i] .addEventListener (MouseEvent.DOUBLE_CLICK, btnDClick); assign the double-click function

    clickedList.push (false);  Add a value of false for each key in this table

    doubleClickedList.push (false);

    buttonList [i] .doubleClickEnabled = true; Set the property of double-tap for each button

    }

    function btnClick(event:MouseEvent):void {}

    var thisButton:int = buttonList.indexOf (event.target);  know which button has been clicked as an element in the table

    clickedList [Ceboutonselectionnel] = true;  Change the value in the table

    var newColorTransform:ColorTransform is buttonList [Ceboutonselectionnel].transform.colorTransform;.

    {if (clickedList [thisButton])}

    newColorTransform.color = 0 x 064258;

    }

    buttonList [Ceboutonselectionnel].transform.colorTransform = newColorTransform;

    }

    function btnDClick(event:MouseEvent):void {}

    var thisButton:int = buttonList.indexOf (event.target);

    doubleClickedList [Ceboutonselectionnel] = true;

    var newColorTransform:ColorTransform is buttonList [Ceboutonselectionnel].transform.colorTransform;.

    {if (doubleClickedList [thisButton])}

    newColorTransform.color = 0xac1e23;

    }

    buttonList [Ceboutonselectionnel].transform.colorTransform = newColorTransform;

    }

    Now you can have any number of buttons, just add their instance names in the table above.

  • AddListener for a button inside a movieclip in the library?

    Could someone point me in the right direction on how to add a listener for a button inside a movieclip in the library?

    Example:
    Root-> work_mc-> workss_mc (added with Addchild) (timeline)

    There are workss_mc in the library which is charged when someone clicks on a button inside work_mc. This is achieved with addChild. In workss_mc there is a close button to close it. I encountered problems with the work of navigation with this b/c I have to declare and create a single instance of workss_mc within a scope where it is visible to both managers of click, this will place the two managers in one place. So to do this I would need them all be designating the code of navigation, the root.

    So, how can I access the root workss_mc?

    It is good news.

    Now, what happens if you just after on the main timeline - none other than the trace:

    function clickHandler(event:MouseEvent) {}

    workss_mc = new mc_workss();

    workss_mc.addEventListener ("closeButtonClick", onCloseClick);

    workss_mc.x = 225;

    workss_mc.y = 200;

    addChild (workss_mc);

    removeChild (work_mc);

    }

    function onCloseClick(e:Event):void {}

    trace ("clicked")

    }

  • Is it possible to disable the functionality of the button export an Application.

    Hi mates,

    I need to disable the functionality of the button/export in installation of apex of the customer (3.2.1), as part of security measures.
    Customer don't want developers to be able to export the they have access to applications. As domestic demand is not editable (is there some kind of trick?), did anyone ever had this requirement and how to do it?

    Thanks in advance for your support.

    JP

    OK, I'm not going to lie, it's a really strange request. You and the client should really think about this before do you it, but the best way I can think to use Apache mod_rewrite. You can create a rule that redirects to an error page whenever someone accesses one of the export of pages. It is not infallible, but it's probably the safest way to do this without mucking with the APEX code. You can add an exception allowing import works from a particular IP address.

    Can you elaborate on the requirement of customers here?

    Tyler

  • How can I do a quick preview (thumbnails?) of all open tabs in a window (Safari has a function for the display of open tabs)?

    How can I do a quick preview (thumbnails?) of all open tabs in a window (Safari has a function for the display of open tabs)?

    Maybe look into this extension instead:

  • Jerky mouse mouseover function for all while the menu (file, options, help) and the key back/forward/home too. More scrolling is choppy every Web site.

    Jerky mouse mouseover function for all while the menu (file, options, help) and the key back/forward/home too. More scrolling is choppy every Web site since the update to version 3.6 to 4 RC1.

    Gel mouse pointer when it comes across objects that use some sort of animation or gradual highlighting when hovering on (which is basically all the Firefox 4 items menu, tabs, etc.) But also a lot of things on the Web pages as the green buttons on this page that change color when you hover over them).

    After rebooting my system, however, the problem seems to have disappeared!

    [, WinXP SP3 - 4 GB RAM, Core i5 M520, driver Nvidia NVS3100M 6.14.12.5738, Firefox 4.0]

Maybe you are looking for

  • I can't erase the history of Bing search. Bing said that there is a problem with Firefox.

    I recently discovered that I was able to clear my Bing.com search history with the exception of five searches all done one day. Give attempts to clear this message "we cannot clear history search now. Please try again later. "I'm able to clear search

  • Windows 7 from Vista

    I heard that upgrade Vista to 7, to do a "clean install" rather than an upgrade.  Since this is more intense, if it makes sense to just wait to buy a new system with 7 installed instead of buying now?

  • How can I update the video card driver

    video card How do I see what I've got the video card. Windows xp pro tried playind a new game and all I get is square and lines where should be the graphixs and letters.

  • WRT120N to Xbox 360 Wireless connection

    Hello My wrt120n worked perfectly with my xbox 360 until two weeks ago. I can connect to xbox live without problem but unplug it always within 10 to 15 minutes, my PC doesn't have this problem. My SSID and WPA2 Personal are correctly configured. I ha

  • Download NVIDIA graphic driver

    I tried to download the latest graphics driver for my HP Pavilion 14-n059tx laptop. The problem I keep having is that when I press the button download loading wheel starts in the tab, but nothing is really happening. I tried this on the page of searc