I downloaded Firefox 4., now what? There are no tabs that say install...how does one install it?

For folks that are not highly technologically savvy, I suggest you add more instruction on the upload to 4.0 HP. I downloaded the file as suggested and then nothing prompted me to do more.

Me too! I put 4.0 into the Application folder (I thought) then put the icon on my bar but when I double clicked on it, version 3.6.1 came up. I had deleted the original icon from my bar before dragging the 'new' icon from the Apps folder. Do I need to delete 3.6.1 from Apps first?
thanks for any help!

Similar Messages

  • I can make individuals match to target areas (as there are tutorials for that) but i want each one

    hi in drag and drop  I can make individuals match to target areas (as there are tutorials for that) but i want each one to be able to slide in to any target area (and someday i want to create a solve button which will then place each element in the correct place).
    can any one help me with it

    I changed your mUp function to allow each movieclip to be placed on any target and to be reset to its original position if it is not on any target. I added the code for a button to position each movieclip to its correct target.
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    //Array to hold the target instances, the drop instances,
    //and the start positions of the drop instances.
    var hitArray:Array = new Array(hitTarget1,hitTarget2,hitTarget3);
    var dropArray:Array = new Array(drop1,drop2,drop3);
    var positionsArray:Array = new Array();
    //This adds the mouse down and up listener to the drop instances
    //and add the starting x and y positions of the drop instances
    //into the array.
    for (var i:int = 0; i < dropArray.length; i++)
              dropArray[i].buttonMode = true;
              dropArray[i].addEventListener(MouseEvent.MOUSE_DOWN, mdown);
              dropArray[i].addEventListener(MouseEvent.MOUSE_UP, mUp);
              positionsArray.push({xPos:dropArray[i].x, yPos:dropArray[i].y});
    //This drags the object that has been selected and moves it;
    //to the top of the display list. This means you can't drag
    //this object underneath anything.
    function mdown(e:MouseEvent):void
              e.currentTarget.startDrag();
              setChildIndex(MovieClip(e.currentTarget), numChildren - 1);
    //This stops the dragging of the selected object when the mouse is
    //released. If the object is dropped on the corresponding target
    //then it get set to the x and y position of the target. Otherwise
    //it returns to the original position.
    function mUp(e:MouseEvent):void
              var dropIndex:int = dropArray.indexOf(e.currentTarget);
              var target:MovieClip = e.currentTarget as MovieClip;
              target.stopDrag();
              for (var i:String in hitArray)
                        if (target.hitTestObject(hitArray[i]))
                                  target.x = hitArray[i].x;
                                  target.y = hitArray[i].y;
                                  return;
              target.x = positionsArray[dropIndex].xPos;
              target.y = positionsArray[dropIndex].yPos;
    // setRight is the instance name of the new button to reposition each
    // moveable movieclip to the correct target clip
    setRight.addEventListener(MouseEvent.MOUSE_UP,reset);
    // this function moves each movieclip to the correct target using a tween
    function reset(event:MouseEvent):void {
              for(var n:String in dropArray) {
              var myTweenX:Tween = new Tween(dropArray[n],"x",Strong.easeOut,dropArray[n].x,hitArray[n].x,3,true);
              var myTweenY:Tween = new Tween(dropArray[n],"y",Strong.easeOut,dropArray[n].y,hitArray[n].y,3,true);

  • On my settings menu under messages there is a tab that says receive at and has 2 addresses my phone number and my email. It says i can be reached for messages at and shows both of these. What does that mean?

    On the settings menu under messages there is at tab that says receive at. What is this? When you select it it states you can be reached for messages at and has my phone number and email. What messages is it referring to?

    iMessages.

  • Just brought home newly purchased MacBook Pro 15"/Maverick/Retinal Display. To my astonishment, there is NO DVD slot! No one in the store told me about this missing feature. Intolerable, How does one install software? Insert CDs to copy for iTunes?Do I ha

    Just brought home newly purchased MacBook Pro 15"/Maverick/Retinal Display. To my astonishment, there is NO DVD slot! No one in the store told me about this missing feature. Intolerable, How does one install software? Insert CDs to copy for iTunes?Do I have to purchase an external DVD drive? Is one even available? What a crock!

    I’ve owned Macs since 1990 (IICX my first), mostly desktops. Having had DVD/CD drives in all my previous laptop Macs since 2001 -  (2) G4 Powerbooks,  A 17” Mac Book Pro - and also inspecting a friend’s year-old Mac Book Pro which had the DVD slot - unless someone told me at purchase, I had no reason to know that the Retina display version of the 15” had NO DVD drive. ANYHOW, I fully intended to buy the non-Retina display version, because it was cheaper. Unfortunately by the time I got to the Apple store they were no longer selling the non-Retina display version; all versions were ONLY with the Retina display. And the fine distinction of a DVD vs. a non-DVD drive was not pointed out. So now I have to shell out an additional $80 bucks for an external SuperDrive.

  • There is no tab that says, manually manage video and music, only one to manage video.

    I have an Iphone 5. I want to manually manage my music.
    There is no tab that says, manually manage video and music,
    only one to manage video!

    Hello rmblue,
    Thanks for using Apple Support Communities.
    The support article below has directions on how to configure iTunes to manually manage the content on your iPhone.
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/ht1535
    Take care,
    Alex H.

  • Firefox has always opened with an extra tab that says "server not found." How can I fix this?

    Several years ago, I downloaded Firefox for the first time on my Xp machine. The browser opens to the home page, but up in the tab area, there is always, and I mean through EVERY version and upgrade since that first one, including the most recent version 4, there is a second tab just to the right of the home page tab that says, "server not found." Now, since the home page loaded, it is obvious to me that the server WAS indeed "found." what I don't understand is why this second tab is there. Any ideas? I have read through the FAQ about not finding the server, and nothing there is relevant to this, as far as I can see.

    How many pages do you have set as your "homepage"? <br />
    Firefox allows for multiple homepages in separate tabs, separated by the pipe | symbol.
    Try resetting your homepage. <br />
    http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • How does one install Firefox on Windows 7 for just one user, so separate users can have completely independent Firefox installations?

    I'd like to create a new user, and install firefox for that user completely separate in all respects from the existing user's installation, so that there is no interaction at all between the two installations, with separate copies of the program files as well as separate Firefox profiles.

    I was asking about how to have multiple Windows user accounts, and how to install Firefox independently for different Windows user accounts.
    Firefox does not ask if you want to install it for everyone or just the current user, unlike many programs.
    I tried switching to the newly created Windows user account, which was able to use the Firefox installed by the other user account, and installing Firefox, and although there's no indication that it's installing a user specific copy of Firefox, it is. Now the original user account sees it's installation of Firefox and the second user account sees it's installation of Firefox and no longer runs the first users installation of Firefox.
    Creating separate Firefox profiles is what I was trying to say I didn't want to do. That's why I mentioned wanting completely separate copies of the program files, not one copy of the program files running two instances simultaneously.

  • FED UP - although I have done everything advised by Firefox to allow cookies from sites - there are still several that say I do not have cookies enabled - even when I do? Any more suggestions?

    Why some sites and not others? Does it have anything to do my security suite, plug ins or add ons? I use Roadrunners CA Internet Security Suite and my OS is WINXP

    How did you remove the Firefox profile folder(s)?
    Did you remove the profiles.ini file as well?
    *http://kb.mozillazine.org/profiles.ini_file
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    You need to remove the profiles.ini as well to force Firefox to create a new default profile folder.
    *http://kb.mozillazine.org/profiles.ini_file
    *https://support.mozilla.org/kb/Firefox+is+already+running+but+is+not+responding
    *http://kb.mozillazine.org/Profile_in_use

  • HT1343 if one is using windows 8.1 on a boot camped mac and you are using a mac keyboard . How does one unlock the numbers  on the larger wired keyboard ( numbers keys to the right of the keyboard) instead of having to use the numbers at the top of the ke

    Question: I am using a mac , wired Keyboard, on  a windows 8.1 platform ( this is because I have boot camped my hard drive) Unfortunately when I change over from my mac set up into the windows 8.1 the key board does not behave like it does when I am using as a mac. The numbers , on the right of the keyboard , no longer function and I have to use the numbers at the top of the keyboard, very annoying. Can anybody let me know how I unlock the numbers on the right of my keyboard?
    Regards CM

    I have stated every issue I’ve had so far in a fairly clear and concise way. I think if you read what I wrote, it all makes logical sense as to what is going on. Windows 7/8 would work just as well on a Mac if it was supported the same way the OS is for other OEMs.
    As I stated earlier in the post, I’m having these same issues in windows 8, not just 8.1, which is the reason for the post. I know the difference between supported by drivers and not supported by the manufacturer. The fact that when Haswell mbp’s came out and no revision to bootcamp for the new hardware was released to fix issues with installing windows on the new hardware shows Apple clearly Is not supporting bootcamp as strongly as they advertise.
    I am being realistic on Apple having drivers early. Anyone with an MSDN subscription can download the RELEASE version of windows months ahead of the actual release, I’m 100% sure if any average consumer can do that by paying $100 and saying they are a developer, apple can do it just as easily.
    You aren’t much help, you haven’t answered really anything to my post, nor have you contributed any knowledge that wasn’t clearly posted above, so don’t say anything if you don’t have anything to contribute.
    By the way, my rant is directed at apple, as you can see because I am saying “Apple, if you are going to…” because this is an Apple forum on Apple’s website. It is not directed to end users, clearly.

  • What is "Print to file" used for? How does one use it?

    From a web page I navigate FILE-->PRINT then check 'print to file' box. Firefox saves the file to its folder in C:\Program Files..
    When later, I want to retrieve the data and print it out it refuses to be opened by any known software, including Firefox!. Even Dell seems to have no documentation on what this feature is for, or how to use it. I thought this was a convenient tool for saving print jobs for later processing. Boy was I wrong! Who knows what's going down here?

    Checking the "Print to file" was earlier one way, however maybe not the best one, to generate postscript code, if you had defined a postscript printer. This printer could be completely virtual and not necessarily exist in the real world. Many of the Hewlett-Packard printers were usable. This was in a time when just a few programs could generate pdf code, but you had the Ghostscript program and its ps2pdf tool to do the conversion. As postscript is a text format, you could also edit the file, if so wanted, before the converson.

  • How can I log out of one apple ID on my iphone and log back into another apple ID that I have, there are older apps that are not updating because of this I think.

    There are four apps that say they are "installing but nothing ever happens...any clue what to do? I believe that it is because I have two apple ID's.
    Thanks.
    Walter

    Check the apps in question to be sure they don't say "paused"; if they do, tap them and select stop.  Then try again.  If they don't, I'm not sure what the problem is.  FYI, one my older apps also took quite a while to finally update earlier today...just waited it out and it finally did.

  • Just given my first iMac. How does one use cd's when there is no slot?

    Just given my first iMac. How does one use CD's when there is no slot?

    Oaxaca36 wrote:
    How does one use CD's when there is no slot?
    http://store.apple.com/us/product/MD564ZM/A/apple-usb-superdrive

  • I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one view a movie downloaded to the MacAir on a TV screen?

    I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one go about viewing a movie downloaded to the MacAir on a TV screen?

    Welcome to Apple Support Communities
    That's exactly what you need. A Mini DisplayPort to HDMI adapter and a HDMI cable. See > http://support.apple.com/kb/HT4241?viewlocale=en_US
    This is the only way to view a video on the TV. After connecting your MacBook Air to the TV, image on your TV should show immediately. Then, press Command and F1 keys to mirror your MacBook Air display, and open the video

  • Whenever I go to webpages there are a few that come up with: "Unable to connect Firefox can't establish a connection to the server.."? What do I do?

    Whenever I go to some websites there are a few that come up with: "Unable to connect Firefox can't establish a connection to the server.." and the problem occurs with the same websites on other browsers. What might be the problem?

    If you get the same problems with two browsers, the problem is
    outside of them. Check you computer for blocking programs.
    Separate Issue;
    Your System Details shows;
    Installed Plug-ins
    Shockwave Flash 15.0 r0
    Shockwave Flash 16.0 r0
    Having more than one version of a program may cause issues.
    Grab the uninstaller from here:
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows]'''
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac]'''
    Then reinstall the latest version.
    Flash Player '''v16.0.0.257 https://www.adobe.com/products/flashplayer/distribution3.html'''
    http://www.ehow.com/how_11385212_troubleshoot-reset-connection-firefox.html
    https://support.mozilla.org/en-US/kb/server-not-found-connection-problem

  • I shut down firefox one day and when i started it back up all the tabs i had open from last session are still there.never used to be like that now every time i open the browser there are about nine of them..how do i prevent this?

    there are 11 tabs open when i open firefox v 6.01.and they are all from a previous session a couple weeks ago..

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

Maybe you are looking for

  • Assigning a Jython variable value to an ODI variable

    I have to implement database cursor functionality in ODI. For storing the returned values from database, I am using a Jython list. The next functionality that I have to implement is as follows: (i) For each value in the Jython list, I have to pass th

  • "My iPod Could Not be Read or Written to"

    I keep getting this error when I upload, why?

  • Can I run Adobe CC on a convertible tablet and laptop?

    I am thinking of buying the 'HP Envy x2 ' convertible tablet and laptop. The processor is Intel Core M, 4 GB Ram, and 500 GB hard drive. I want to make animations in after effects, use photoshop and illustrator and play the films I make on the 15.6"

  • Dump error while doing migo

    >I am trying to do migo for a standard po. after doing all the entries the document is showing "document ok". But while posting the gr i am getting an error "the curent application  triggered a termination with a short dump.Account 24840000 is blocke

  • Netboot verbose mode?

    I'm trying to troubleshoot the netboot process on my macbook. I'd like to see something other than the flashing globe symbol when it is trying to netboot. Does anyone know how to get a "verbose" netboot mode? Holding cmd-v and n during boot just skip