Some stuff i did on numbers don't open, whats the problem?

some stuffs i did on numbers doesnt open, whats the problem?

No one could even begin to help you with such a vague description. You will have to provide some details as to what you did and what the problem is.

Similar Messages

  • I use MacbookPro late 2011 with Maverick, when i put iPhone 5 or another cellphone askew on left corner of touch pad and slide it to keyboard, the macbook will sleep, i don't know what the problem is, it occur on another macbook pro late 2011

    I use MacbookPro late 2011 with Maverick, when i put iPhone 5 or another cellphone askew on left corner of touch pad and slide it to keyboard, the macbook will sleep, i don't know what the problem is, it occur on another macbook pro late 2011

    It may well be a driver issue but considering the loading: Xorg trying to load different drivers is somewhat normal. @cafe you can see that these are autoconfigured by X above the loading in the log:
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched intel as autoconfigured driver 0
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched intel as autoconfigured driver 1
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched modesetting as autoconfigured driver 2
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched fbdev as autoconfigured driver 3
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched vesa as autoconfigured driver 4
    As long as one of the drivers gets loaded, which it apparently does the failing of the others is fine.
    Was there an update maybe ?

  • Every time I sync my iPod Nano (6th gen.) I have to restore it all the time. I don't know what the problem is, I reinstalled my itunes yesterday and it sill does the same thing. Help :(

    As the title says. Everytime I sync my music or my photos into my ipod it keeps asking me to restore it. I don't know what the problem is, I reinstalled my itunes yesterday and it sill does the same thing. My brother told me to visit an Apple store to get help this weekend and I just wanted to ask here first. Help please

    Go to the Apple icon in the upper left corner and select 'About this Mac' - it will show you which version of OSX you are using.
    Read this KB from Apple - http://support.apple.com/kb/ph12113
    MJ

  • Mac Book Air sleeps when moved...i don't know whats the problem...please help me out if anyone knows about this...

    Mac Book Air sleeps when moved...i don't know whats the problem...please help me out if anyone knows about this...

    your reed switch for the monitor is defective, it thinks youve shut the lid when you havent
    mechanical fault , contact Apple for service and parts replacement.

  • I have an ipod touch 4th genereation and have problems when i record you can barley hear the voices and sounds recording i don't know what the problem is?

    i have an ipod touch 4th genereation and have problems when i record you can barley hear the voices and sounds recording i don't know what the problem is?

    sounds like ur ipod's mic is blocked with something check the back on the ipod near the back camera

  • I turned off my iMessage on my iphone4 and went to turn it back on but it stil saying waiting for activation I have tried everything and don't know what the problem is..what should I do?

    I turned off my iMessage on my iphone4 I tried turning it back on but it won't work it's not letting me turn it back on I have tired everything but nothing will work it keeps saying waiting for activation I don't what the problem is what do I do!

    Currently down:
    http://www.apple.com/support/systemstatus/

  • My appstore app shows an update available for CodeBox, which I did not buy, does anyone know what the problem could be? I don't think I have been hacked (no money subtracted, etc.)

    Hi all,
    For some time now, my appstore app shows an update available for CodeBox, which I did not buy. When I try to update it it asks for my ID and password (all normal), but then it gives an Unknown Error.
    I am 100% sure I didn't buy the app, I do not see any transaction on my card or in the appstore apart of this one, so does not seem to be a hack.
    Does anyone know what is happening, this is a tricky thing which is making me lose trust in the payment/account system that Apple is using.
    Thanks!
    Isidro

    well... actually you are right dahveed, i had a dodgy copy of galaxy on fire 2 (boring game), that's what was giving me the issue. i followed your posts about the MAS etc., and discovered this was the problem. Corrected. You're a knowledgable man, thank you

  • TS4062 i have 16 songs that did not download to my iphone, don't know what the problem is--have several songs that did download, am i doing something wrong?

    i have 16 songs that won't download to my iphone. i have several songs that did go thru. Am i doing something wrong.

    tis true
    I know, I always do that but I was in a rush to get somewhere and I was relying on my thousand dollar Mac to do some kind of recovery or something. I know Microsoft always keeps temporary files (I think Mac does too, part of me asking here in this forum was for someone to tell me where I can find those files) and when you go to open Office Works then it gives you the option of opening the last recent documents, saved or not saved.
    I usually copy paste into my emial just in case something goes wrong with the created document but I just didn't have the time to login and do all that My loss, you live and you learn, BUT still if ANYONE got any info on this, PLEASE DO CHIME IN *keeping the hope alive*

  • I have never dropped my iPhone and when I try to take a video on my phone there is no sound and if I send it to someone they can't hear it either I don't know what the problem Is but will apple replace that? Or will it cost some money to fix it?

    I have never dropped my iPhone before and when I take a video and or send it to a friend they can't hear it and either can I. I was wondering if apple would replace it by sending me a new iPhone or if it would cost money to fix?

    You can message them in the chat click on this link http://store.apple.com/us/search/chat-support then click on Chat Now next to the blue bubble

  • The icons of some apps disappeared and those apps don't open, what do I do?

       At first Safari was crashing, I was getting the error that the pages cannot be reloaded, after that I installed Java, Safari started working, but almost all the other apps icons disappared and the same icons dont open, what do I do?

    You can install it again from mac OS dvd, there's a folder named "optional installs" or "additional installs"with a installer in there, simply pen that installer and select from the list  QuickTime and that's all

  • Int to Char...I don't know what the problem is here

    Everything compiles fine here, and if I print out the "encryption" variable I get what looks like it would be right, converted into chars, but when I try to convert the int to char(my char variable for that is 'w'), my compiler freaks out, I don't even know what it's doing it doesn't give me an error, but sometimes it prints out nothing but sometimes it prints out "puTTypUTtypuTTYPUtty" ...why is it doing that and what is wrong with what I am doing?.
    public class encrypt
    public static void main(String[] args)
    String plainText = "hello, my name is christy.";
    String keyWord = "nice to meet you";
    int encryption = 0;
    char ch = 'a';
    char c = 'a';
    int encryptor = 0;
    int charCode;
    int sum = 0;
    char w;
    int i = plainText.length();
    int j = plainText.length();
    int[] plain = new int;
    int[] key = new int[j];
    for(i=0; i<plainText.length(); i++)
    ch = plainText.charAt(i);
    charCode = (int)ch;
    if(charCode > 97 && charCode < 122)//make lowercase
    {charCode = charCode - 97;}
    if(charCode > 65 && charCode < 90)
    {charCode = charCode - 65;}
    plain[i] = charCode;
         for(j=0; j<keyWord.length(); j++)
    c = keyWord.charAt(j);
    int chCode = (int)c;
    if(chCode > 97 && chCode < 122)
    {chCode = chCode - 97;}
    if(chCode > 65 && chCode < 90)
    {chCode = chCode - 65;}
    key[j] = chCode;
    encryption = (plain[i] + key[j]) % 26;
    w = (char)encryption;
    System.out.print(w);

    And for that matter, use increment/decrement assignment operators (like += and -=) instead of verbosely repeating the variable. And if you're going to use character-by-character case conversion, use the methods in Character don't do it like a C programmer circa 1982. And if this is anything other than a homework assignment, use encryption code provided in the JDK; don't reinvent it.

  • Google blogs says that my cookies functionality is turned off, but in the privacy section it says "accept cookies from sites until they expire"--so I don't know what the problem is. is

    When I go to post on a google blog and it asks me to sign in, I get a message that says that my cookies fuctionality is turned off, but when I go to firefox, to preferences and privacy, "accept cookies from sites until they expire" is checked. I don't understand why I am getting this google message which is preventing me from posting, as it seems that the cookies functionality is properly turned on.
    Please advise
    [email protected]

    This is a user-to-user technical support forum. Apple is not here. You can find contact information from Apple by using the Contact Us link at the bottom right of every page.
    iPhones do not have international warranties. The only place in which you can get Apple service on your phones would be Hong Kong. Unless you have AppleCare, neither of these phones is under warranty. It is likely that the best Apple could offer you is an out-of-warranty replacement.

  • I can't get my bookmarks to spread out into 3 rows the way I had them, I don't understand what the problem is?

    all my bookmarks are crammed together on one line, I had them set up where the spread out into 3 different rows, now I can't figure out what I did wrong.

    FaceTime for Mac: Troubleshooting FaceTime
    How to Troubleshoot iSight 
    If you are using Apple - OS X Mavericks, see  iSight camera failure after OS X 10.9 Mavericks update
    (Over time, Apple has changed the built-in camera's name on newer Macs from "iSight" to "FaceTime" and then to "FaceTime HD."  Regardless of the name of your Mac's built-in camera, the same info and troubleshooting applies.)

  • The video doesn't work in my firefox programme i don't know what the problem is could you help me fix that

    i can't listen to any video though i have the latest version and the latest updates what is the problem then could u help me as quick as possible

    If you're not happy with it and the developer won't give you a refund, give it a bad review in the app store.

  • I get a JavaScript Application error message that appears multiple times on most webpages and I don't know what the problem is.

    Here is the error message:
    [JavaScript Application]
    evalInSandbox:Error: Premission denied for
    <https://www.facebook.com> to create wrapper for
    object of class UnnamedClass
    The message pops up multiple times whenever I reload certain pages.
    The problem does not happen in Safari or Chrome.
    I've restarted Firefox but it does not help.
    Let me know if there is anything I can do to make the error stop.
    Thanks!

    hello flabs, this is likely caused by an outdated extension. in case you have the social fixer addon installed, please update it to the latest version that is available at http://socialfixer.com/blog/category/releasenotes/.

Maybe you are looking for

  • IPhoto book folder, is there a way to save it?

    I've made DVD of my library thru iPhoto, but the book folders are not save. I know you can save them by PDF, in the printing area. Is there an outside program or any other way aside from saving the entire library? I hope there is a 3rd party who had

  • Hi Any body guide me for Advance pricing setups and implementation manual with screen shots

    Hi Any body guide me for Advance pricing setups and implementation manual with screen shots Regards Guru

  • Why is Messages screen sharing icon grayed out?

    Trying to do remote screen sharing with my mom's Mac using the new feature in Yosemite. If you're not familiar with it, the new method does not require AIM, Jabber, etc and is independent of screen sharing settings in System Preferences (per Messages

  • Storing images in server

    Hello Fnds, I am working on a j2ee project , swing as front end. I need to sore and retrive the images of persons . I don't know how to upload and download the photos. Where should i store the image. Is it in the war file or some other location in th

  • How to overwrite expired volumes with lower sequence number?

    I test expiration policy. I have a tape library with two volumes. I defined expiration policy after some time when write windows closed. lsv -L test_lib in 1: volume mf_test-000001, barcode e61bcfea534e10281bb000b5df3a54e, 4148676704 kb remaining, ex