FF will load but website only appears when scrolling over icon. How do I bring to full screen, clicking will not work and max will not work

FF shows that it is loaded but the website will not come onto the screen. When I put the mouse on the icon, the website is there, apparently to be opened. I click on it, screen flickers and nothing but still showing on icon. I right click, select maximum, and nothing. I was on 3.6.15, upgraded to 3.6.16 and not to 3.4. They are all doing the same thing. I uninstalled FF and reinstalled. Still nothing.

OK, I found a way to do this.  Might not be the best way, but it turns out that I can put a addEventListener(MouseEvent.MOUSE_UP, gottaMouseUp) in the calling class, add a public variable in the button class that lets me know if the correct button has been clicked, and use that in the calling class to decide which button was clicked.  I knew it was something simple like that....

Similar Messages

  • Safari status bar disappears.  I have tried clicking on show status bar and it will only appear when I move the cursor to the top of the screen.  I can not minimize the open page only full screen or close the browser.  Any idea how the rectify this

    Safari status bar disappears. I have tried clicking on show status bar, under the View tab and it will only appear when I move the cursor to the top of the screen. I can not minimize the open page, only full screen or close the browser. Any idea how the rectify this issue?

    One enters and exits full-screen with control+command+F keys. This is on the View menu in Safari. Optionally, the green traffic light in your browser title bar, if you roll over it, has the full-screen control it it. While in full-screen mode with Safari, moving your mouse pointer virtually up, and off-screen reveals the Safari title bar again, and you can click the green traffic light to exit full-screen mode.
    You can hide/show the status bar by simply typing command+/. This too, is on the Safari View menu. and in 10.10.1 — it works reliably for me.

  • TS1410 By mistake I disconnected my iPod Classic when it said Do not disconnect. Now it doesn't appear in iTunes, but it does appear on my desktop. How can I get to reappear in iTunes (have tried resetting and rebooting).

    By mistake I disconnected my iPod (5th generation) when it said Do not disconnect. Now it doesn't appear in iTunes, but it does appear on my desktop. How can I get to reappear in iTunes? I have tried resetting and rebooting. And my iTunes is up to date on my macbook pro, mountain lion, OS X 10.8.
    Thank you!

    The iPod's filesystem may be corrupted.  This may seem like overkill, but it has been known to help many others in the same boat.  Try doing a low level reformat of the iPod's hard disk using the instructions in this article.
    http://www.methodshop.com/gadgets/ipodsupport/erase/
    B-rock

  • How do I keep the name tags in Picasa Web Albums from appearing on the images by default? With Explorer, name tags only appear when mousing over the image, but with Firefox, all the tags appear on the picture as soon as it is loaded, which looks messy.

    I use Picasa to create web albums, and I tag people who appear in the pictures. With Explorer, the name tags do not appear on the pictures until I mouse over a specific person, at which point the tag appears. With Firefox, the name tags appear as soon as the picture is loaded, and only disappear when you mouse over the people in the picture. This makes the picture look messy; by default, one would want to see a picture without tags all over people's faces.
    The only way to "fix" this is to disable the name tags completely (or tell people to use Explorer!), but this is not an ideal solution, since I would like to be able to share albums with people's names in them.

    I use Picasa to create web albums, and I tag people who appear in the pictures. With Explorer, the name tags do not appear on the pictures until I mouse over a specific person, at which point the tag appears. With Firefox, the name tags appear as soon as the picture is loaded, and only disappear when you mouse over the people in the picture. This makes the picture look messy; by default, one would want to see a picture without tags all over people's faces.
    The only way to "fix" this is to disable the name tags completely (or tell people to use Explorer!), but this is not an ideal solution, since I would like to be able to share albums with people's names in them.

  • I have unwanted links on my website only appear on my computer. How do I remove them?

    I have unwanted hyperlinks on my computer. Apparently only on my computer. For example, the word, "revitalize" is now underlined and in a hyperlink color. I did not put this there. How do I remove it.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • GUI components only appear when mouse passes over them???

    I have a frame that contains componentes but they only appear when my mouse passes over them or clicks on them. can any one help with this. i do only set vibible after i have added them but the problem seems the same as if i haddent.

    Sorry i couldn't make a SSCCE because it doesnt happen with small programs. my code is pretty long but here it is if any one can help.
       import java.io.*;
       import javax.swing.*;
       import java.awt.*;
       import java.awt.event.*;
       import java.awt.image.*;
       import jmfdemo.*;
       import java.util.*;
        public class LaserControll extends Frame implements ActionListener
          //Setings
          int vk[]=new int[9];
          int samplePlus=100;
          boolean vis=true;
          int rePaint=1000;
          int time=250;
          int numP=5;
            //End of Settings
          private BufferedImage image1;
          private FrameGrabber vision1;
          private int threshold = 200;
          private Color on = Color.white;
          private Color off = Color.black;
          int x,y;
          Rectangle r1,r2,r3,r4,r5,r6,r7,r8,r9;
          boolean found=false;
           public void paint(Graphics g) {
             if (image1 != null)
                g.drawImage(image1, 10, 30, this);
           public void load()
             try{
                File f=new File("Data");
                Scanner sk=new Scanner(f);
                for (int y=0;y<9;y++)
                {sk.nextInt();
                   sk.nextInt();
                   sk.nextInt();               
                   sk.nextInt();
                   vk[y]=sk.nextInt();
                vis=sk.nextBoolean();
                samplePlus=sk.nextInt();
                rePaint=sk.nextInt();
                time=sk.nextInt();
                numP=sk.nextInt();}
                 catch(Exception q)
                {System.out.println(q+"");
                   JOptionPane.showMessageDialog(null,"Error: Data File Cannot be Found","Error",JOptionPane.ERROR_MESSAGE);
                   System.exit(0);
           public void update(Graphics g) {
             paint(g);
           public void getRects()throws IOException
          {File f=new File("Data");
             Scanner sc=new Scanner(f);
             int x,y,w,h;
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r1=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r2=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r3=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r4=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r5=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r6=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r7=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r8=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r9=new Rectangle(x,y,w,h);
           public int sample()
          {int sample=image1.getRGB(x/2,y/2);
             int sr,sg,sb;
             Color sc=new Color(sample);
             sr=sc.getRed();
             sb=sc.getBlue();
             sg=sc.getGreen();
             sample=((299 * sr + 587 * sg + 114 * sb) / 1000);
             return sample;
           class WindowListener extends WindowAdapter {
              public void windowClosing(WindowEvent e) {
                System.exit(0);
           public LaserControll()throws Exception {
             Robot r =new Robot();
             load();
             addWindowListener(new WindowListener());
             setTitle("Laser Control");
             try {
                vision1 = new FrameGrabber();
                vision1.start();
                 catch(FrameGrabberException fge) {
                   System.out.println(fge.getMessage());
             image1 = vision1.getBufferedImage();
             setResizable(false);
             Color col = new Color(229,229,229);
             setBackground(col);
             x=image1.getWidth()-1;
             y=image1.getHeight()-1;
             for (int i=0;i<5000;i++)
                image1 = vision1.getBufferedImage();
                repaint();
             int sample=sample();       
             try{
                getRects();}
                 catch(Exception z)
             JButton hide=new JButton("Hide");
             hide.setBounds(35,183,100,20);
             hide.addActionListener(
                    new ActionListener() {
                       public void actionPerformed(ActionEvent e)
                         setAlwaysOnTop(true);
             JButton rc=new JButton("Recalibrate");
             rc.setBounds(35,160,100,20);
             rc.addActionListener(
                    new ActionListener() {
                       public void actionPerformed(ActionEvent e)
                      {int sam=sample();
                         JOptionPane.showMessageDialog(null,"New Threshold set to: "+sam+samplePlus,"Recalibrated",JOptionPane.INFORMATION_MESSAGE);
             JTextField status= new JTextField("");
             status.setBounds(146,184,20,19);
             status.setEditable(false);
             setLayout(null);
             add(status);
             add(hide);
             add(rc);
             setSize(image1.getWidth(this) + 20, image1.getHeight(this) + 95);
             setVisible(vis);     
          repaint();
             while(true) {
                image1 = vision1.getBufferedImage();
                repaint();
                try {
                   Thread.sleep(1);
                    catch(Exception e) {
                      System.out.println("Error");
                for (int i=0;i<x;i=i+numP)
                   for (int j=0;j<y;j=j+numP)
                      int v=image1.getRGB(i,j);
                      Color c =new Color(v);
                      int red=c.getRed();
                      int green=c.getGreen();
                      int blue=c.getBlue();
                      int b=(299 * red + 587 * green + 114 * blue) / 1000;
                      if (b>sample+samplePlus)
                         if (r1.contains(i,j))
                            r.keyPress(vk[0]);
                            r.keyRelease(vk[0]);
                            status.setText("1");
                            found=true;}
                         if (r2.contains(i,j))
                            r.keyPress(vk[1]);
                            r.keyRelease(vk[1]);
                            status.setText("2");
                            found=true;}
                         if (r3.contains(i,j))
                         { r.keyPress(vk[2]);
                            r.keyRelease(vk[2]);
                            status.setText("3");
                            found=true;}
                         if (r4.contains(i,j))
                         { r.keyPress(vk[3]);
                            r.keyRelease(vk[3]);
                            status.setText("4");
                            found=true;}
                         if (r5.contains(i,j))
                         { r.keyPress(vk[4]);
                            r.keyRelease(vk[4]);
                            status.setText("5");
                            found=true;}
                         if (r6.contains(i,j))
                         { r.keyPress(vk[5]);
                            r.keyRelease(vk[5]);
                            status.setText("6");
                            found=true;}
                         if (r7.contains(i,j))
                         { r.keyPress(vk[6]);
                            r.keyRelease(vk[6]);
                            status.setText("7");
                            found=true;}
                         if (r8.contains(i,j))
                         { r.keyPress(vk[7]);
                            r.keyRelease(vk[7]);
                            status.setText("8");
                            found=true;}
                         if (r9.contains(i,j))
                         { r.keyPress(vk[8]);
                            r.keyRelease(vk[8]);
                            status.setText("9");
                            found=true;}
                         if (found==true)
                            try
                               Thread.sleep(time);
                                catch(Exception e)
                                  System.out.println("Error!");
                            sample=sample();
                            for (int z=0;z<rePaint;z++)
                               image1 = vision1.getBufferedImage();
                               repaint();
                            found=false;
               setVisible(vis);
           public void actionPerformed (ActionEvent e)
           public static void main(String[] args)throws Exception {
             LaserControll a=new LaserControll();
       }

  • Help - someone sent me an invoice, but it only appeared on my phone...

    Help - someone sent me an invoice, but it only appeared on my phone as a text, for some reason. I am unable to pay that way, and when I log into Paypal on my computer I can't find the invoice.

    I also had to get the email address from my seller and then forward them the money, which looked bad because Paypal didn't report to them how much I forwarded, they just took their cut out of it and sent the seller the rest. I rang Paypal yesterday about this, and was on hold for an hour, only to be told that "Your seller didn't invoice you correctly". !?!?! WHAT THE !?!?! So I was notified by SMS by Paypal, by email from Paypal, and by my Paypal app on my phone, that my seller had invoiced me and how much my seller had invoiced me for, and I was given links to 'just click and pay' in all notifications, which I did click on, and in every case the links just took me to my account where there was no trace of the invoice.  So they asked me to get my seller to send the invoice again, which I did...and again I was notified in all the same ways, but there was no invoice yet again. If Paypal had said "Look, we're having trouble with invoicing at the moment.  We're sorry, but please get your seller's email address and send it to them that way until we fix it."...then I would have been entirely sympathetic to them.  But blaming the seller?!?!...the person who they will be charging for the 'service' of this transaction?!?!?!   I feel bad because it was my idea to do this by Paypal to start with. And there has been no help offered here in this thread either.Paypal really has a lot to learn about customer service.

  • Calculated Value in Infopath List Form only appears when editing.

    I have a InfoPath 2010 List Form running against SharePoint 2010 Enterprise. I've created a calculated value that returns data from a secondary list.  The returned value is correct but isn't being displayed in the display form.  It only appears
    when I click Edit.  Help!?!

    Hi dshupe,
    According to your description, my understanding is that you were using a Calculated Value control in InfoPath, and the contorl could not display in the list display form.
    I reproduced this issue, and it seem to be impossible to display the control in display form.
    For implementing your requirement, you can add a textbox control, and set default value using calculated  value(formula) for the textbox control, then set the control read-only. After that, the textbox control can not only work as well as a Calculated
    Value control, but also display in display form.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Search Bar : "Go button only appears when text in the bar"

    With the new update they have made it so that the "Search" button in the "Search bar" only appears when there is text on it.
    While probably a minor (in)convinence for most, it had become a browsing habit for me, to middle mouse click the search in an empty search to take me to "google.com" in a new tab (or whatever search engine was set).
    I would like to know if its possible to tweak something in order to bring back the search button so it stays there.
    I know there is easy workarounds for this (bookmark comes to mind), but having browsed like this for many years I would like to continue doing so if possible.
    Thanks

    Hmm, it takes a little doing, but I think so.
    When the bar is empty, the code that generates the little image of the arrow has a new attribute set, which is hidden="true". There is a corresponding style rule to suppress the arrow when hidden="true". You can use a custom style rule to override the built-in rules, and apply it to the interface using either:
    * Stylish extension ([https://addons.mozilla.org/firefox/addon/stylish/])
    * userChrome.css file ([http://kb.mozillazine.org/userChrome.css])
    This is a rule you could use:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    searchbar .search-go-button[hidden="true"] {
    display: -moz-box !important;
    I have attached an image of how this looks when you create a new blank rule in Stylish, paste that in, and click the Preview button.

  • TS1389 When I go to play a movie, I get prompted that the original file cannot be found.  When I do a search on spotlight it cannot be found, but it does appear in my purchases.  How do I re-download when it does not appear that it is allowed?

    When I go to play a movie, I get prompted that the original file cannot be found.  When I do a search on spotlight it cannot be found, but it does appear in my purchases.  How do I re-download when it does not appear that it is allowed?

    Hello paddyrb154,
    Thank you for the details of the issue you are experiencing with your purchased movie in iTunes on your iMac.  It sounds like iTunes thinks the movie is on your computer, but it is not located in the iTunes Media folder. 
    For an issue like this, I recommend deleting the movie from iTunes and downloading it from the iTunes Store again.  Use these steps to delete the movie:
    Mac or PC
    Launch iTunes.
    From the Library pop-up menu, choose Movies.
    Click Movies in the navigation bar.
    Click the movie you want to delete.
    Press the Delete key on your keyboard.
    In iTunes 11, the movie cover art will remain visible, but a cloud icon will appear on it to allow you to download the item again (in countries that support this).
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    http://support.apple.com/kb/HT5772
    Once you have deleted the movie, you can click on the cloud icon to download the movie again.  If you do not see the cloud icon, use the steps in the section titled “Download previous purchases on Mac or PC ” in the following article to download the movie from your list of past purchases in the iTunes Store:
    Download past purchases
    http://support.apple.com/kb/ht2519
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How do I delete my old Apple ID that only appears when I try to update my apps...my new I'd works fine with everything else

    How do i delete an delete delete an old Apple ID that only appears when I try to update my apps..a

    All of the purchase you made on the old AppleID are permanently connected to that AppleID. The only way you can get rid of it is to repurchase everything again with the new AppleID.

  • I have uninstalled the GAmesbar toolbar, but it still appears when I open firefox.

    How do I permanently remove the Gamesbar toolbar? I have done it through my control panel, but it still appears when I open firefox.

    See:
    * http://kb.mozillazine.org/Uninstalling_add-ons
    * http://kb.mozillazine.org/Uninstalling_toolbars

  • I have a personal email calendar kept on Outlook, I also have an Exchange calender on outlook.  I want to sync both calendars with my Iphone 5 /6.1.2  but ITunes only sees the exchange calendar. How can I get Itunes to see both calendars

    I have a personal email calendar kept on Outlook 2010, I also have an Exchange calender on Outlook.  I want to sync both calendars with my Iphone 5 / 6.1.2  but ITunes only sees the exchange calendar.
    How can I get Itunes to see both calendars?

    Hi,
    you don't need MobileMe or anything fancy. I personally sync my Outlook calendar and my Outlook address book with three computers (two at the office and one at home)and besides I run Office 2003 on one, Office 2007 on the other and Office 2010 on the third, so it can't get more complicated than that, but it works 100%.
    First sync Outlook with iTunes on one computer, having done that when you try to sync it to another machine, iTunes will recognize that it is synced with another computer and ask you if you want to merge the data, say yes, That's all there is to it.
    It does not work for music as you rightly say but as far as Calendars and Contacts are concerned it's flawless and transparent.
    If you hit a snag talk back to me.
    Cheers.

  • Photos in album are only a hash-marked outline the image only shows when scrolling how can I see the image and open the photo?

    Photos in iPhoto album are only a hash-marked outline the image only shows when scrolling how can I see the image and open the photo?

    Make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • My pc was stolen and now i want to transfer the music from the ipod touch to the new computer, but sync only allows the other way. How can i do that? I need to back up the music!

    my pc was stolen and now i want to transfer the music from the ipod touch to the new computer, but sync only allows the other way. How can i do that? I need to back up the music!

    If it is purchased music from itunes you can redownload it.
    Follow instructions at link below.
    http://support.apple.com/kb/HT2519

Maybe you are looking for

  • PAGES FILE FROM IPAD WONT OPEN ON MAC

    after page update when i try to transfer a file back to my mac, then open it I get this error message: The required index.xml file is missing.

  • Script logic - how to use a selection variable within an allocation logic

    Hi, I want to implement a simple top-down distribution to distribute values from a yearly budget (Y20xx.TOTAL) to a quarter budget (Q20xx.Q1, ... Q20xx.Q4) using the actuals of the previous year as reference. If we hard code the members it works fine

  • T450s docking station and 3 monitors simultaneously with one 4K@60hz ?

    Hi, I left my job for a new one and I am looking for a replacement of my very good old X220 which was paid by my previous company. Currently, my X220 drives, under Linux, 4 FHD monitors through eGPU (DIY with a 5870 Eyefinity 6) with 16GB RAM. I inte

  • How to get a serial number without a registration or redemption/product code?

    I downloaded Adobe CS6 last fall from IUWare (Indiana University's online software store). At that time I had Windows 8, which I loved. I recently updated to Windows 8.1 and am wanting to go back to Windows 8. To do this, I need to reinstall all of t

  • Bean debugging

    I have a feeling this is not the best place to discuss java beans for forms (11) but .... my bean doesnt work! In fact it hangs ... So the next question is, how to debug a bean...Typically I would just put System.out.println statements in java to get