Can't use drop-down menu

the OS of my laptop is windows 8. the drop-down menu does not stay open. my anti-malware program cannot open.

'''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
While you are in safe mode;
Press the '''Alt''' or '''F10''' key to bring up the tool bar.
Followed by;
Windows; '''Tools > Options'''
Linux; '''Edit > Preferences'''
Mac; ''application name'' '''> Preferences'''
Then '''Advanced > General.'''
Look for and turn off '''Use Hardware Acceleration'''.
Poke around safe web sites. Are there any problems?
Then restart.

Similar Messages

  • Cannot use drop down menue of app store screen becoming blank

    having problem to access drop down menue of app store i mean options under app store when selected the screen goes blank

    same here...everything else works though (i.e. music, books, movies, tv shows, etc.)
    However, if I search for a particular app by using the search field, the results show and I can then click on the result and access the app that way.
    It's been like this for the past 2 days.    

  • How to use drop down menu in JTables

    Hi, i'm trying to add an drop down menu to my jtable so that people can select a set number of texts from an enum type. How can this be accomplished?
    My current Code: /**
    * Bill Huang
    * Started: Nov 07, 2007
    * Dossier
    package packageSolo;
    import javax.swing.*;
    import java.awt.*;
    public class SpreadSheetGUI extends JPanel{
         private void debug(int x){
              //System.out.println(x);
         protected static Object[][] data;
         protected static int classroomAmount = 0;
         protected static JTable jtable;
         protected static String[] columnNames = { "Class Room Number", "Period One", "Period Two", "Period Three", "Period Four" };
         public SpreadSheetGUI(){
              super(new GridLayout(1,0));
              String input;
              int flag2 = 0;
              int flag4 = 0;
              int flag5 = 0;
              int flag8 = 0;
              input = JOptionPane
                        .showInputDialog("How many classrooms are there?");
               * see if the user wantes to quit at this point
              if (input == null) {
                   debug(4);
                   int exitint = 0;
                   exitint = JOptionPane.showConfirmDialog(null,
                             "Do you want to exit?", "Exit?",
                             JOptionPane.OK_CANCEL_OPTION);
                   if (exitint == 0) {
                        try {
                             System.exit(1);
                        } catch (SecurityException eb) {
                             System.out.println("exit");
              while (flag4 == 0) {
                    * this while loop with flag2 is for checking if the thing is of int
                    * class
                   while (flag2 == 0) {
                         * try to get a integer, check for a bad input class
                        try {
                              * parse, and if success set flag2 to 1 and break out this
                              * while loop
                             classroomAmount = Integer.parseInt(input);
                             flag2 = 1;
                             debug(2);
                        } catch (NumberFormatException ec) {
                             debug(3);
                              * ops user input was not a integer class
                             JOptionPane
                                       .showMessageDialog(null,
                                                 "Enter a positive integer only",
                                                 "Number Format is Wrong",
                                                 JOptionPane.ERROR_MESSAGE);
                             input = JOptionPane
                                       .showInputDialog("How many months are there?");
                              * see if the user wantes to quit at this point
                             if (input == null) {
                                  debug(4);
                                  int exitint = 0;
                                  exitint = JOptionPane.showConfirmDialog(null,
                                            "Do you want to exit?", "Exit?",
                                            JOptionPane.OK_CANCEL_OPTION);
                                  if (exitint == 0) {
                                       try {
                                            System.exit(1);
                                       } catch (SecurityException eb) {
                                            System.out.println("exit");
                    * this while loop sees if the integer is smaller than 0 so the
                    * array cannot be a real one
                   while (flag5 == 0) {
                        // numamountint = Integer.parseInt(numamount);
                        if (classroomAmount < 0 || classroomAmount > 12) {
                             debug(5);
                             JOptionPane
                                       .showMessageDialog(null,
                                                 "Enter a positive integer that is smaller than 12",
                                                 "Number Format/Size is Wrong",
                                                 JOptionPane.ERROR_MESSAGE);
                             input = JOptionPane
                                       .showInputDialog("How many months are there?");
                             if (input == null) {
                                  int exitint = 0;
                                  exitint = JOptionPane.showConfirmDialog(null,
                                            "Do you want to exit?", "Exit?",
                                            JOptionPane.OK_CANCEL_OPTION);
                                  if (exitint == 0) {
                                       try {
                                            System.exit(1);
                                       } catch (SecurityException eb) {
                                            System.out.println("exit");
                              * this while loop check for number format again
                             while (flag8 == 0) {
                                  try {
                                       debug(6);
                                       classroomAmount = Integer.parseInt(input);
                                       flag8 = 1;
                                  } catch (NumberFormatException ec) {
                                       debug(7);
                                       JOptionPane.showMessageDialog(null,
                                                 "Enter a positive integer only",
                                                 "Number Format is Wrong",
                                                 JOptionPane.ERROR_MESSAGE);
                                       input = JOptionPane
                                                 .showInputDialog("How many months are there?");
                                       if (input == null) {
                                            int exitint = 0;
                                            exitint = JOptionPane.showConfirmDialog(null,
                                                      "Do you want to exit?", "Exit?",
                                                      JOptionPane.OK_CANCEL_OPTION);
                                            if (exitint == 0) {
                                                 try {
                                                      System.exit(1);
                                                 } catch (SecurityException eb) {
                                                      System.out.println("exit");
                        } else {
                              * here the input is greater than 0 so it sets flag5 and 4
                              * then break out of the while loops
                             debug(8);
                             flag5 = 1;
                             flag4 = 1;
              data = new String[classroomAmount][5];
              jtable = new JTable(data, columnNames);
              jtable.setPreferredScrollableViewportSize(new Dimension(800, 600));
              JScrollPane scrollPane = new JScrollPane(jtable);
              this.add(scrollPane);
              this.show();
    }

            Object[] possibilities = {"1", "2", "3"};
            input = (String) JOptionPane.showInputDialog(null,
                    "Please choose the number of classrooms:",
                    "How many classrooms are there?",
                    JOptionPane.PLAIN_MESSAGE,
                    null, possibilities, "1");Edited by: Andre_Uhres on Nov 8, 2007 8:22 AM
    I thought you need a combo for JTable row set. Seems I misunderstood.
    See next posting.

  • Use drop-down menu to control plot visibility

    Hello everyone,
    I have simple data reading program that loads and parses a text file containing tab-delimited data. Currently, they are parsed and plotted in 7 separate graphs. I am trying to reduce this to 3 graphs where the user can select from a drop-down menu what they would like to be displayed. 
    Eg. Graph 1 would have choices data A, B and C; Graph 2 would have data D, E, F and etc
    The user would select on the drop-down box data A on graph 1 and data F on graph 2. 
    Is there an easy way to this? I have read some ideas about plot visibility.
    Thanks
    Thomas

    Each plot on a chart has its own Plot Visible property. One easy solution is to graph all the data, then set the visibility property for each line based on the selection from the drop-down menu. To set visibility for an individual plot, first set the Active Plot property to the plot that you want, then set the Visible property. You can do this in a single property node; make sure that the Active Plot property is at the top (property nodes execute in top-to-bottom order, and can be mixed read and write).

  • Can't get drop down menu for uploading to YouTube (Pre8)

    I have uploaded projects to YouTube before but for some reason this time, I don’t get an active YouTube location bar to give me the drop down menu to log on, etc. Share / Online / Online: Choose location and settings: Photoshop.com and My Website do work, but not YouTube or Podbean.

    Sorry Steve for not replying earlier.
    I will try that next time I run Pre8.
    Thanks for all you do....Dave

  • Can't get drop down menu to drop down

    I am still learning this process and I could use some help. I
    know alot of people prefer not to use the spry menu bar in
    dreamweaver cs3, but I have already built them using it and I need
    some help. What is happening is you can see the down arrow in the
    menu and the drop down is in my dreamweaver, so I know I created
    them, but when you click on the arrow nothing drops down. The main
    part is set to menubaritemsubmenu and then the drop down section is
    set to menubarhorizontal and all are set to visible. There has to
    be something I am missing in there and I could use some help.
    Thanks,
    Danny

    The link to the page?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "danoj22" <[email protected]> wrote in
    message
    news:gk5147$g13$[email protected]..
    >I am still learning this process and I could use some
    help. I know alot of
    > people prefer not to use the spry menu bar in
    dreamweaver cs3, but I have
    > already built them using it and I need some help. What
    is happening is you
    > can
    > see the down arrow in the menu and the drop down is in
    my dreamweaver, so
    > I
    > know I created them, but when you click on the arrow
    nothing drops down.
    > The
    > main part is set to menubaritemsubmenu and then the drop
    down section is
    > set to
    > menubarhorizontal and all are set to visible. There has
    to be something I
    > am
    > missing in there and I could use some help.
    >
    > Thanks,
    > Danny
    >

  • How can we use Drop Down Field in RTF Template

    Hi All,
    We have a requirement i.e in the RTF template we have the fields like supplier name,invoice number,invoice amount..etc.And we have a field Total that gives the sum of invoice amount.
    Our Requirement is we have to take "Total" field as a Drop down field.When we click on Total field it has to display the invoice numbers and invoice amount based on that Total.
    Could any one please provide us any solution.
    Thanks in Advance,
    Dhana

    You want to create an Interactive report - where the parameters are not part of the report, but part of the template?
    What is the expected output format PDF, HTML, RTF?
    I don't understand how total coudl be a drop down field? Why does total not directly contain the number?
    Do you want to generate a form that alllows the user to enter data fields and then recalculate the total
    based on the user input? So you want to create a form, not a report?
    Klaus

  • In Elements 5 I can no longer drop down menu for Blending modes

    Hi
    Something has broken my Elements 5 or is it me? I load a Jpeg make a copy, click on copy layer the blending mode writing goes from greyed out to normal. If I now click on the blending mode menu to drop it down or darken it so I can use the up/down keys to change modes nothing happens. I'm using Vista all updated and Elements 5.0.2. Tried repairing it to no avail. Any Ideas? Cheers Terry

    Hi Trish, Thanks for your help. I tried what you said and it worked but if I then reload the program without pressing ctrl-alt-shift (so it now reads in the new Prefs file which it produced when it closed down) it's doesn't work again. I downloaded a trial of Elements 7 and that work OK and if I click on the Elements 5 prefs.psp Elements 7 loads and works OK as well. So I'm flommaxed as to what is happening. I reckon some update of Windows has broken it. Looks like I'll have to upgrade. Cheers Terry

  • How can I create a rollover drop down menu from a link in Dreamweaver CS5?

    Hello all,  I am working on a portfolio website and I was just wanting to know if there is any way that I can create a drop down menu from a text link that cascades once the cursor has made contact with the link. I would like to have it in my navigation bar where the Portfolio link is. Basically, my navigation bar looks like this : Home | Resume | Portfolio | Contact. I only want three items on the drop down menu beneath the portfolio link: Traditional Art, Photography, Graphic Design. I would really appreciate any help I can get! Thanks!

    Have a look at what Nancy does http://alt-web.com/DEMOS/CSS-Horiz-menu-2.shtml

  • How can i create a drop down menu for set qty in my store?

    I'm wondering how i can create a drop down menu for the qty module that sits on the individual product page. My client sells in quantities of 6 packs. I currently have the minimum order at 6 but i would like to give consumers the option for 6,12,18...and so forth. I was told that it could be accomplished? Hopefully someone can help me.

    Hi Chris -
    Thank you for your reply! I had seen your article before, and just now again attempted to follow it, but I get stuck. There are two things that I'm confused by.
    First off, toward the top, referring to the initial button, you say to add this interaction:
    ON CLICK; Play Transition to comboBox: selected
    ON ROLL OUT; Play Transition to comboBox normal if comboBox is in over state
    ON ROLL OVER; Play Transition to comboBox over if comboBox is in normal
    However, I do not see these transition options. When I select the button, the only interactions I have are to Play transistion to state, Play action sequence, Go to URL, and two for videos. So that's the first roadblock for me.
    But, trying to get passed that, I went down to the portion of the article that refers to adding interaction to the dataset items. Again, I don't get it, as I see no way to add interaction to a dataset item. When I open my design-time data menu, I do see the items, and am able to rename each item, add additional rows, and change the shape of the datalist layout. However, I see no way to add an interaction to a dataset item. I must be missing a step ... Can you help with this?
    Again, thank you!
    Amy

  • I can't get the drop down menu in the search box in newest version.

    I just updated to the latest version (35.0) and can't get drop down menu. I couldn't get it in the last version either. I've filled everything out in the change settings page but still can't figure out how to get my choices to show up. (Please keep answers simple--I'm not a computer geek but I can follow clear directions.)

    ''Kathy99 [[#question-1042648|said]]''
    <blockquote>
    I just updated to the latest version (35.0) and can't get drop down menu. I couldn't get it in the last version either. I've filled everything out in the change settings page but still can't figure out how to get my choices to show up. (Please keep answers simple--I'm not a computer geek but I can follow clear directions.)
    </blockquote>
    ''Kathy99 [[#question-1042648|said]]''
    I see it now. Thank you, Phillip. I read the help page before, but I think it would help if that page pointed out that the options you have selected will appear at the bottom of the list of suggestions after you type a search in the box. Also that would have been clearer if I did not select give suggestions. The key point for my understanding was that I had to type a search first in order to get the options to appear, which is the opposite of how it worked before. Definitely fix that help page to make that part clear. And thanks again, so much.

  • I'm trying to find a word processing app that is comparable with Microsoft word, that supports drop down menu's for filling out forms. Any recommendations?

    I'm trying to find a word processing app that is comparable with Microsoft Word, but can use drop down menu's to fill in forms? Any suggestions

    Microsoft Word for Mac
    OpenOffice
    NeoOffice
    LibreOffice

  • In firefox 4, bookmarks drop down menu dissapeared next to the home buttom, but appears to be there when customizing, when clicking done, is dissapears

    My bookmark drop down menu disappeared next to the home button on firefox 4. When I right click customize, the bookmark drop down appears on menu bar, but when clicking done, it's gone again. I went into customize and removed it then put it back. When clicking done, it is gone again and will not appear. It happened when I click tools, options, tabs, and uncheck open new windows in a new tab, then clicked ok

    I had this same problem, using Ubuntu 11.04, here is the solution, pretty simple after trying 800 things to find the solution. Go to your addons, disable the addon called "global menu bar integration", then if your menubar is still viewable, disable it, and then you can see the drop down menu for your bookmarks. If you don't have Ubuntu then you just need to disable your menubar directly (the one with File, Edit, View, etc).

  • Creating a Drop Down Menu Attached to Existing Rovvover Menu Buttons

    I am working on a website, and I was wondering if one can create a drop down menu for existing buttons. I looked over directions for adding drop down menus for iWeb (http://iwebfaq.org/site/iWebTeardown.html) but wondered how difficult it would be to connect them to the rollover buttons that I am already using in my menu bar.
    Here is my draft site: http://web.me.com/toesproductions/AFW/Home.html
    Thank you for any advice or help you maybe able to provide.

    In iWeb you use the HTML Snippet to paste the code for the dropdownmenu.
    You have to find the code first.
    [Using the iWeb HTML Snippet|http://www.wyodor.net/blog/archives/2009/07/entry_213.html]
    You can also add the code directly with a JavaScript :
    http://www.wyodor.net/_Demo/tmf/Duckmenu.html
    http://www.wyodor.net/_Demo/tmf/TMF.html
    This is the JavaScript :
    http://www.wyodor.net/_Demo/duckmenu/tmf.js
    It searches for a textbox with the word DIVmenu in it and replaces it with the code.
    You may have to learn HTML/CSS/JavaScript and how iWeb creates its webpages.

  • Display normal text instead of drop down menu

    I have two tables. One is the customer particular, which has RaceID(int) as one of the field. The other
    table is Race, which has RaceID(int) and Race(char). Both of these tables are linked together.
    I have the following code generated from Ultradev when I am using Dynamic Elements Server Behavior.
    I will gonna do a search page, which list the value of Race of customer in normal text for each staff,
    not the drop down menu(but during insert page, I am using drop down menu to enter the data). How to
    do that?
    Codes:(This code will generate a drop down menu which compare the value in the customer particular and
    the race tables. If selected, display that one with the drop down menu.
    <select name="race">
    <%
    while (Race_hasData) {
    %>
    <option value="<%=((Race.getObject("raceID")!=null)?Race.getObject("raceID"):"")%>" <%=(((Race.getObject("raceID")).toString().equals(((((Matching_data
    = Matching.getObject("raceID"))==null || Matching.wasNull())?"":Matching_data)).toString()))?"SELECTED":"")%>
    <%=((Race.getObject("race")!=null)?Race.getObject("race"):"")%></option><%
    Race_hasData = Race.next();
    Race.close();
    Race = StatementRace.executeQuery();
    Race_hasData = Race.next();
    Race_isEmpty = !Race_hasData;
    %>
    </select>

    don't use <select>, use <input type = "text"> instead and you will get text box.

Maybe you are looking for

  • Logical and Physical Models

    Hi All, I'm new to Designer. I need to produce a logical data model in Oracle Designer 10g. I have created a few tables in the RON and have used Design Editor to add these to a Server Model. I think this is giving me the physical model rather than th

  • Itunes failing to launch. Please help!

    Itunes won't launch. I've tried from Itunes.exe, no response. I've check the compatibility from every option, ran as an administrator, ect. At first I thought maybe it was becuase I had a 32-bit edition installed in, so I uninstalled that and install

  • Advance Payment Invoice through MM

    Dear all, Please help me on this scenario: my client makes an advance payment for a PO and receievs an invoice for that. This invoice has VAT and it is shown at the VAT report. After a while the vendor sends the materials and a final invoice with the

  • Best router for compatability with Mac & Airport?

    I need to buy a wireless router, and know little about them. This will be for home use, and will be used for 2 people with their own computers. Distance is not a factor, as it's just a regular house, although the router may have to be placed in the g

  • Error during 10g Installation on WIN XP

    I am getting following error when installing oracle 10g...on Windows XP machine.. Enterprise Manager Configuration failed due to following error I got this error information from product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log SEVERE: Error st