I have my Launch Vidoe ready and the "share" drop down is gray so no ability to send it anywhere.  what is this?  I went on to update the computer for other reasons, now Safari 6.0.2 asit interferred with downloads; and from OS X basic to Mtn Lion 10.8.2.

I have my Launch Video ready and the "share" drop down is gray so no ability to send it anywhere.  What is this?  I went on to update the computer for other reasons, now Safari 6.0.2 asit interfered with downloads; and from OS X basic to Mtn Lion 10.8.2.  

Make sure your Project has the focus. You cannot Share an Event.

Similar Messages

  • TS2734 i lost my ipod. when i went on the cp to go find it but there was no connection yet, so i waited but got bored so i pressed delete device for no reason now i can't even connect to it no more. please help me. please.

    i lost my ipod. when i went on the cp to go find it but there was no connection yet, so i waited but got bored so i pressed delete device for no reason now i can't even connect to it no more. please help me. please.

    If you only deleted the device from the page (an did not wipe/erase it) it will reappear if it connects to the internet before the person restored it or tyrned off the Find feature. See:
    http://support.apple.com/kb/TS4006

  • When trying to launch facetime on mac, a message drops down that says "unable to verify email because it is already in use by another Apple ID". The mac tech things it's an itunes problem. Anybody?

    when trying to launch facetime on mac, a message drops down that says "unable to verify email because it is already in use by another Apple ID". The mac tech things it's an itunes problem. Anybody?

    You need to select the "Manage My Account" link and not the "Reset Your Password" link.  Once you use the "Manage My Account" it will ask you to log in and in there you should see which email addresses are verified.
    Manage My Account Direct Link:  https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/31/wa/directToSignIn? wosid=UqdNjJEj36wU900BTj4Hw0&localang=en_US
    I'm thinking this may help as well.  http://www.cultofmac.com/100524/imessage-supports-multiple-addresses-and-selecta ble-caller-id/
    Which is what I'm trying to do with my iPad and iPhone.  

  • Imovie has Idvd in the share drop down but i can't find it

    movie has Idvd in the share drop down but i can't find it

    Hi
    If this is a brand New Mac - Then iDVD is not included.
    Read -
    https://discussions.apple.com/thread/3402428?tstart=0
    Yours Bengt W

  • When I try to sync my iPod Touch it says, "The iPod "[ipod name here] cannot be synced. An unknown error occurred (13019)."  This is a huge problem. its been happening for some time now. Help me please?

    Every single time, it'll do the regular sync thing then a little pop up comes up and says "The iPod "[ipod name here]" cannot be synced. An unknown error occurred (13019)." ***? I have searched all over for troubleshooting help. I'm exhauseted. Can anyone help me with this pestering problem? I've lost all the music that I bought on my iPod because it didn't sync up with my computer and when it tried to, it took everything away. Help <3 ?

    I have searched all over for troubleshooting help.
    Doublechecking. In the course of your troubleshooting to date, have you worked through the following document?
    iTunes: Error 13019 during sync

  • Installing ITunes and Quicktime on computer for IPhone. I get error message that Quicktime did not download and ITunes needs it to work. I downloaded Quicktime by itself and it works fine. Whats up?

    I just bought Windows 7 Pro. Tried to download ITunes for my I phone 4. It starts and then stops and gives error that Quicktime didn't load..no reason given.

    It starts and then stops and gives error that Quicktime didn't load..no reason given.
    What's the precise text of that message please, tex? (There's a couple of different ones I can think of that you might be getting.)

  • How do I add "Save As" to the Pages drop down menu?

    How do I add "Save As" to the Pages drop down menu?

    It took me awhile but I found what I was looking for. This is posted at http://www.tuaw.com/2012/07/29/get-save-as-back-on-mountain-lions-file-menu-easi ly-and-without/
    Option 1. Terminal.app If you are comfortable using Terminal.app, you can add a different keyboard shortcut this with one simple line. First, quit all your apps except Finder and Terminal. Then paste this command (as one line) into Terminal.app (and press Return):
    1
    defaults write -globalDomain NSUserKeyEquivalents -dict-add 'Save As...' '@$S' 
    view rawdwrite-global-saveas.sh hosted with ❤ by GitHub
    That's it!
    Launch TextEdit and open the 'File' menu and you should see "Save As..." back in its rightful spot with its original Command + Shift + S shortcut, as shown in the image above.
    Aside: After you enter the 'defaults write' command, you will not see any confirmation that it was entered correctly. Terminal.app is a little terse sometimes. If you want to verify it from the command-line, enter this:
    defaults read -globalDomain NSUserKeyEquivalents
    and look for "Save As..." = "@$s"; in the output.
    Option 2. System Preferences.app If you would rather not use Terminal, it's still very easy to add the keyboard shortcut.
    Launch the System Preferences.app, then open the "Keyboard" preference pane.
    At the top you will see "Keyboard" and "Keyboard Shortcuts" – click "Keyboard Shortcuts" (labeled '1' below). Then in the list on the left side, click "Application Shortcuts" (labeled '2' below). Then click the "+" button (labeled '3' below):
    Once you press that "+" button, a small window will appear asking you to enter the title of the menu item and the keyboard shortcut that you want to use.
    Enter "Save As..." in the "Menu Title:" field, and then press the keyboard shortcut that you want to use. In the example below I pressed Command + Shift + S:
    Note: It used to be true that you had to enter an actual ellipsis (which you can get by pressing Option+ ; on a US-English keyboard). However, when I tested this in Mac OS X 10.8.2, it worked with three consecutive periods.
    Bonus Tip: Hide the "Duplicate" menu item.
    In my original article I suggested that you also enter a keyboard shortcut for "Duplicate" and while youcan do that if you wish, you do not need to do that.
    However, if you would like to hide the Duplicate menu item, you can do that. There are two steps: first, remap "Save As..." to Command + Shift + S (as shown above). Then the 'trick' is to remap "Duplicate" to Command + Shift + Option + S.
    What you will have done is swap the keyboard shortcuts for "Duplicate" and "Save As..." which means that OS X will make "Duplicate" the optional command. If you open the "File" menu and hold down "Option" the "Save As..." command will change to "Duplicate"
    (Thanks to TUAW reader 'rbascuas' for pointing this out in response to the original article!)
    Important Addendum: "Keep changes in original document"
    As we reported in August 2012, the "Save As..." command in early versions of 10.8 had an unexpected and likely unwanted side effect in Mountain Lion: it would save the changes in the new document (created by "Save As...") but would also save the changes to the original document.
    However, Apple realized that users might not want that behavior, so in Mac OS X 10.8.2 they added an option "Keep changes in original document" which you can see here:
    Option A: If you want to save the changes you've made in the document and then save the document with a different name, then make sure that the box is checked.
    Option B: If you want your original document to stay as it was when you last saved it and create a new document based on the modified content of that document, then make sure that box is not checked.
    If you do not see the 'Keep changes in original document' box, then the application is probablygoing to give you the "Option B" behavior, but if you are not sure, I would suggest choosing Cancel in the "Save" dialog, then copy and paste the contents of the document into a new file, and save the new file. I know that's several extra-and-less-convenient steps, but if you are worried about preserving the original document, better safe than sorry.
    You could also save the file, duplicate it in Finder, and rename the new instance. Open old file and revert to previous save using 'Versions'.
    Frankly,I wish that Apple had just left the "Save As..." command alone, but for some reason they didn't ask my opinion. That said, I'm glad that they brought it back in Mountain Lion. I would have paid $20 for that feature alone.
    Note: This article was re-written and republished on 2013–02–21. The original process still works, but I wanted to update it to reflect some additional information.

  • Hi, I've been playing Smurf's village for a year now and just last week, i tried to get into the app but it keeps rejecting and goes back to the main page.  Is there any reason for this?  I've been updating the app everytime and now it's not letting me in

    Hi, I've been playing Smurf's village for a year now and just last week, i tried to get into the app but it keeps rejecting and goes back to the main page.  Is there any reason for this?  I've been updating the app everytime and now it's not letting me in.  Pls advise. Tq

    Reset the device, restart the device, try downloading any other app.
    All of these are basic steps that could have been found by a simple search of the forums as a resolution for the issue.

  • I install at the new update cc2014 but for some reason in my computer appear double app the old one and the new  but the new dose not gave the setup that I have in my old version! What happen ?

    I install at the new update cc2014 but for some reason in my computer appear double app the old one and the new  but the new dose not gave the setup that I have in my old version! What happen ?

    Seriously, I doubt that your answer helped Erik.  He has two issues.
    He installed the new program and has a double icon folders with software. One for the new &  one for the old.  (I have this same problem.)
    He must have attempted to open one of the products and no longer see his personal settings transferred over.  (The install will ask to have those settings migrating, but you have to accept it. eh, I could be wrong; but, that what i remembered doing.
    I concur with his first. 
    However, i can not get any of my products to work.  Ie. have to constantly click on icon to open; once open i get a unexpected error and have to close. I'm on a mac pro w/ latest os system.
    In addition, I have tried to uninstall the older by clicking on the application's manager icon.; Unfortunately, it shuts down at each attempt.  Therefore, I am unable to un-install the old product or the new. 
    Possibly, we were hoping that the new product would be simply updated if an old recent was already installed. 
    Instead, the installation simply created a new icon and the new folder with product.

  • HT201272 I purchased the Killers new album and for some reason now my computer says it can't find the files. So I tried to download the album again off my iTunes acount but the cloud button won't appear. Does anyone know why this is happening?

    I purchased the Killers new album and for some reason now my computer says it can't find the files. So I tried to download the album again off my iTunes acount but the cloud button won't appear. Does anyone know why this is happening?

    These are user-to-user forums, you are not talking to Apple here.
    Audiobooks (and ringtones) are currently a one-time only download. I believe that they are all supplied to Apple by audible.com, so I assume that it's them who are requiring the one-time only download restriction. To get it onto your other devices you will need to sync it via a computer. Depending upon what country that you are in, Audible.com have their own app (Audiobooks from Audible) so you might be able to buy direct from them, though I don't know whether you can buy within their app or download audiobooks directly from them within the app e.g. whether they need to be copied via a computer.

  • I have an ipad mini and for some reason it keeps taking me to odd places with out me doing it? Can someone help

    I have an ipad mini and for some reason it keeps taking me to odd places with out me doing it? Can someone help

    Odd places?
    Could you be experiencing, browsing a page, then get sent to the app store to buy an app? If that's the case, it's a browser hijack ad and there's not much you can do about it beyond not going to that site or using an adblock app.
    You can try to go into safari and clear the cache, which may clear away what's sending you to that site
    Beyond that, a bit more info may help with coming up with a  better answer.

  • My ipod touch(4th gen) just recently had the iOS 5 update.bu for some reason about 80% of my music collection appears with no album artwork and doesnt play any songs.basically it has my music on their but wont let me access it? please help!

    My ipod touch(4th gen) just recently had the iOS 5 update.bu for some reason about 80% of my music collection appears with no album artwork and doesnt play any songs.basically it has my music on their but wont let me access it? please help!

    i have the same problem but i have ios 5.01. how do you unsync? please help, thanks

  • I have some days ago started updating of Firefox for Mac OS 10.6.8 under Help but it is paused and the upgrading don´t continue when i start again

    I have some days ago started updating of Firefox for Mac OS 10.6.8 under Help but it is paused and the upgrading don´t continue when i start again

    Hi Ryan,
    I managed to find this reference specifically for restoring on Snow Leopard:
    If you are using Mac OS X Snow Leopard, start your computer from the installation disc. Then use the "Restore From Time Machine Backup" utility.
    Now that was copied from this more comprehensive reference:
    Mac Basics: Time Machine backs up your Mac
    You may also find this article helpful:
    http://pondini.org/TM/14.html
    Finally, I cannot see why Time Machine would leave out your playlists and ratings? Think about it. Why would Time Machine specifically copy everything BUT your playlists and ratings? Ryan, what are your options? I would have to ask you this: Are you certain that you properly did the sync? That is another/different forum altogether: Using iPhone /see subsection on Syncing.
    Either way...
    Best Regards,
    mm
    EDIT: For whatever reason I tried three times to edit out one of the redundent adjectives... either different or another which preceeds the word forum, but the advanced editor would (apparently NOT allow me to do so). I hope that it doesn't render without any adjective before the word forum.

  • I had to uninstall my itunes off of my computer for technical reasons.....now that it is installed once again most of my music will not play.  It has an error message that states can't locate the original file.  How do I fix this?

    I had to uninstall my itunes off my computer for technical reasons.  Now that I have installed back most of my music won't play....the error says cannot locate original file.  How can I fix this? 

    If you didnt cut and paste your music from the original location, it should still be there!
    Go to the original Location of your music, Hope this helps.

  • I bought Ebey NEW Boxed (NEVER OPENED) 16GB Black Iphone 5 Virgin Mobile (USA) NO CONTRACT, want to use it in Europe, particularly in Ukraine, but for some reason now my phone does not see the Ukrainian GSM sim card.

    I bought Ebey NEW Boxed (NEVER OPENED) 16GB Black Iphone 5 Virgin Mobile (USA) NO CONTRACT, want to use it in Europe, particularly in Ukraine, but for some reason now my phone does not see the Ukrainian GSM sim card. Please help to solve this problem. 

    Return it and get your money back. Virgin does not offer official unlocking, thus there's no way to get the phone officially unlocked for you to use it.
    Sorry, but you wasted your money.

Maybe you are looking for

  • SAP NetWeaver 7.0 ABAP Trial Version installation

    Hi, I was able to install the trial version first but I was not able to log on to the SAP as I kept getting connection refused or server SAPDB00 not reached error. Someone suggested me to uninstall and re-install it so I uninstalled the program but n

  • Audio tab in iWeb shows no audio files

    I'm using iWeb 3.0.4 I wanted to add some audio content to a page but the Audio Tab shows no music to pick from. I thought it comes from my iTunes library. The Photos and Widgets Tabs seem to work. Any suggestions?

  • Fileaccess.HttpUploadBean not uploading file in DataBase Table

    Hi, I am using fileaccess.HttpUploadBean to upload the txt file in the specified database table.i have followed all the guidelines given in Oracle JSP Tag Libraries and Utilities Reference Guide. But i am not be able to upload the file into Database

  • Implemented hidden nodes, Expanded state inconsistent?!

    Hi Guys, I have a rather complex JTree problem. I have implemented my own custom tree and nodes, with a custom model that allows hidden nodes. My nodes have an isVisible() method that is used in the model to see whether to return this node (in the ge

  • Oracle Client Identifier, Web, JPA

    I am working on a Web application that uses Struts along with EJB3. I want to user Oracle Virtual Private Database to restrict access to data based on the current user. Is there any way to set the Client_Identifier based on the Principal currently us