Anyone Want to Take a Guess At This?!

Render shows 100% complete, orange render bar still visible. Quit and restarted FCP and iMac thinking it might be a redraw issue. The orange bar still lives.
Thanks.

Thanks for your response. I tried that and render selection, neither made a difference. It cleared up a little while later without leaving any clues.

Similar Messages

  • Bug Report iOS 7 iTunes. Since it is repeatable on 3 iPhones and 4 iPads here, I'm sure others are experiencing the same thing. Apple, might want to take a peek at this. When a tv show or movie is deleted from Videos, the Videos app shuts down.

    Bug Report iOS 7 iTunes. Since it is repeatable on 3 iPhones and 4 iPads here, I'm sure others are experiencing the same thing. Apple, might want to take a peek at this. When a tv show or movie is deleted from Videos, the Videos app shuts down instead of returning to video playlist.
    Restarting videos works and looks like video is getting deleted.
    Just a bug report

    You might want to report that to Apple instead of to the other users in this forum.
    http://www.apple.com/feedback/iphone.html

  • HT201303 I want to take my card off this account for the time being and dont know how to do it

    I want to take my card payment details off off this account  so cant use it for itunes etcand don't  how to do it ?

    None for payment
    After establishing the Credit Card account (i.e. after you have made purchases), you can remove the credit card information by editing your payment info, choosing "None".

  • Anyone want to take on this algorithm???

    Object is:
    -----to read in a stack and compare each element. We are looking for an "adj" next to a" NP*".
    -----if we find a "adj" next to a "NP*" then we need to remove the "adj" and push the "NP*" on a new stack.
    -----if we find something other than an "adj" next to a "NP*" then we just need to push that item on the new stack
    we continue through the stack until it is empty.
    -----once we have checked the entire stack for "adj" next to "NP*" and changed them all, we need to send the new stack back to the method for another test.
    -----this time we are looking for a "det" next to a "NP*"
    -----if we find
    ---------remove the "det" and change the "NP*" to "NP"
    there are more test after that one but, if I can get here I think I can get through the rest.
    In all this is a grammar checking program, checking for correct english.
    thanks for the help, my mind feels like mush a new perspective will help,
    steven
    Here is what I have so far:
    public void structureCheck(Stack s, int wordCount, boolean inOrder)throws EmptyStackException{
              Stack orderStack = new Stack();
              int parseCount =0;
              boolean display = false;
                   if(inOrder == false){     
                        for(int i=0; i<wordCount;i++){                                        
                             String temp = ""+s.pop();
                                  if(temp.equals("n")){
                                       temp = "NP*";
                             orderStack.push(temp);
                             parseCount++;          
                   structureCheck(orderStack,parseCount,true);     
                   if(inOrder == true){
                        parseCount=0;
                        for (Enumeration e = s.elements(); e.hasMoreElements();){
                             String thisone;
                             String nextone;
                             String afterone;
                             if(s.size() <1)
                                  return;
                             for(int i=0; i<s.size(); i++){
                                  for(int j=1; j<s.size();j++){
                                       thisone = (String)(s.elementAt(i));                                   
                                       nextone = (String)(s.elementAt(j));
                                       //afterone = (String)(s.elementAt(j+1));
                                       if(thisone.equals("adj") & nextone.equals("NP*")){
                                            thisone = "NP*";
                                            nextone = "";
                                            nextone = thisone;
                                            afterone = nextone;
                                       else{                                        
                                            nextone = thisone;
                                            afterone = nextone;
                                  orderStack.push(afterone);
                                  parseCount++;
                   structureCheck(orderStack,parseCount,false);
                   System.out.println("parseCount= "+parseCount+" inOrderStack= "+orderStack);
    if(display == true){createLayout(true);}
         }

    Let me try tis again:
    public void structureCheck(Stack s, int wordCount, boolean inOrder)throws EmptyStackException{
              Stack orderStack = new Stack();
              int parseCount =0;
              boolean display = false;
                   if(inOrder == false){     
                        for(int i=0; i<wordCount;i++){                                        
                             String temp = ""+s.pop();
                                  if(temp.equals("n")){
                                       temp = "NP*";
                             orderStack.push(temp);
                             parseCount++;          
                   structureCheck(orderStack,parseCount,true);     
                   if(inOrder == true){
                        parseCount=0;
                        for (Enumeration e = s.elements(); e.hasMoreElements();){
                             String thisone;
                             String nextone;
                             String afterone;
                             if(s.size() <1)
                                  return;
                             for(int i=0; i<s.size(); i++){
                                  for(int j=1; j<s.size();j++){
                                       thisone = (String)(s.elementAt(i));                                   
                                       nextone = (String)(s.elementAt(j));
                                       //afterone = (String)(s.elementAt(j+1));
                                       if(thisone.equals("adj") & nextone.equals("NP*")){
                                            thisone = "NP*";
                                            nextone = "";
                                            nextone = thisone;
                                            afterone = nextone;
                                       else{                                        
                                            nextone = thisone;
                                            afterone = nextone;
                                  orderStack.push(afterone);
                                  parseCount++;
                   structureCheck(orderStack,parseCount,false);
                   System.out.println("parseCount=  "+parseCount+" inOrderStack=  "+orderStack);
                                       String temp = ""+s.pop();               
                                       String temp2 = temp;
                                            if(temp2.equals("adj") & temp.equals("NP*")){                                   
                                                 temp  = "";
                                                 temp2 =temp+ "NP*";
                                       String temp3 = temp2;
                                       String temp4 = temp3;
                                       orderStack.push(temp4);
                                       parseCount++;
                                  System.out.println("parseCount=  "+parseCount+" inOrderStack=  "+orderStack);
                   if(display == true){
                        createLayout(true);
         }

  • Anyone care to hazard a guess at this printing anomaly?

    What's been standard and repeated for a few years:
    -- The way I export TIFs and JPGs to a certain client. TIFs are tagged Adobe 1998, JPGs tagged sRGB.
    -- The client's computer, a Mac G5. Client, a rep at a busy architect firm, has been printing images from me and from other photographers, without tweak or fuss, on a Canon imagePROGRAF 5100. Standard routine: launch files in old Photoshop CS, Command-P, select paper type, go.
    Very nice prints, over and over, for years.
    What's changed:
    I recently delivered two jobs. All the files print too dark. Uniformly too dark. Monitor display is fine. Older files print fine.
    The only change to either of our routines: these are the first jobs I've delivered that were generated from Lightroom 3. (Been with LR since beta.)
    Not saying that's the problem. I'm just at a loss. Today I regenerated the entire job and brought it to the client. We spent an hour looking at settings, running test prints. Consistently too dark. Tried a couple variations on printer profiles. Disastrous.
    This remains: these particular files print too dark. (Think at least a full stop.) Other older files print fine, as they always have. Monitor display and histograms reflect no such variation.
    I'm dying to know the obvious thing I'm overlooking.
    --david

    When you say the "older files print fine," are you printing those older files directly from LR 3?
    Or, are you printing those older files from Photoshop CS?

  • Has Anyone NOT Tried LiveType Yet ? Take A Look At This.

    At the beginning of the year I made a 7 minute video demonstrating just a tiny percentage of the numerous effects available with LiveType.
    It was designed to show PC members of my video club what was available to FCE users.
    For any of you who have not yet tried LiveType, take a look at this video. It does get a bit L - O - N - G .... (or boring?) but it might whet your appetite.
    There is a short film at the end.
    Be warned, there is a tremendous loss of quality when viewed on the web but I hope it gives a flavour of the original:-
    http://www.youtube.com/watch?v=Vj8Tr0ngpfM
    Ian.

    I certainly don't want to squash anyone's accomplishments here, but I just wanted to give my two cents on what I feel is LiveType's very limited use. I have a problem with pre-fab software in general, simply because I usually have a very hard time fitting it to my needs. Granted, I have probably not spent as much time LiveType as I should to be making these criticisms, but every time I go through LT and make some titles, all I want to do is tweak them fit the visual style I want. For whatever reason, I do not find LT's interface very intuitive, and leave frustrated. I get the impression that LT isn't really design for hand crafting effects (I could be wrong?).
    I also find that the pre-fab effects in LT are really over the top. How many uses am I going to have for text that appears in a slot machine, or has lightning flying off of it in all different directions? Usually, I'm looking for something that's subtle, effective, and graphically pleasing. A lot of LT's effects just scream Public Access (or old school Video Toaster).
    In a pinch, it does provide a lot of options. But I think if you find yourself in the pro world, most studios are going to shy away from it because people are going to know its stock pre-fab LT from a mile away. I know sometimes I'll be watching an ad on TV and hear some of the stock Soundtrack loops, and I'll just laugh to myself.
    What I'm saying is, LT will only take you so far in adding fancy-schmancy effects. I know its easy, I know its free. But if you suddenly find yourself getting that itch for motion graphics, take the time to check out Motion (which is also pretty easy and straightforward) or After Effects (which honestly, has endless possbilities).
    *Sorry if that sounded a little over-zealous. After I posted I realized I was in the FCE forum. Still, if you find you really like this kind of stuff, check out the Pro software**

  • I want to take my Imac to the US. does anyone know what i have to do about the power cable? voltage should be alright but i can't find an adapter

    I'm moving to Canada shortly and want to take my UK bought Imac along. Does anyone know if there are any problems with power differences. I havent managed to find a specific power adapter for this yet so wanted to get some advice. Thanks

    To update your phone requires using the latest version of iTunes, on your computer, as well as Internet access. The update to iOS 5.0 or higher is an erase/restore deal, so you not only have to make sure all of the content, currently on your phone, is on your computer and accessible, you need to update iTunes first, have Internet access, then update your phone. There is no way around this fact. You could go to an Apple store or use another computer, but you run the risk of losing all of your data it you do that.

  • I want to take files from my PC (using a Seagate external hard drive) then plug this Seagate External hard drive into my Mac Book Pro and move the files from the Seagate External Hard drive onto my Time Capsule. I do not want to put these files on my Mac

    I want to take files from my PC (using a Seagate external hard drive) then plug this Seagate External hard drive into my Mac Book Pro and move the files from the Seagate External Hard drive onto my Time Capsule. I do not want to put these files on my Mac. How do I do this? Where do I put these files on my Time Capsule? Will it affect the functioning of my Time Capsule?

    Mixing files with data is not always great idea.
    See info here.
    Q3 http://pondini.org/TM/Time_Capsule.html
    Why not just connect the PC directly to the TC by ethernet and copy the files over?
    It is hugely faster and much less mucking around.
    In windows load the airport utility for windows.. if you have not already as this will help you access the drive.
    There is more info here.
    http://support.apple.com/kb/HT1331

  • I want to take my debit card information off of my itunes account i have a iphone 4 and i m having a hard time with this??

    I want to take my debit card information off of my itunes account i have a iphone 4 im having a hard time?? does anyone know how to put none for the billing information

    http://support.apple.com/kb/ht2534

  • I have huge amount of data on a windows external drive and want to transfer to a Mac drive.  Does anyone know an easy way to do this?  I have almost 2TB of data to transfer.  Thanks.

    I have huge amount of data 2TB on a windows Fantom external drive and want to transfer to a Mac drive.  Does anyone know an easy way to do this?  Thanks.  I have an IMac 3.5 GHz Intel Core i7.  I haven't bought a Mac external yet. 

    Move your data to a new Mac - Apple Support

  • Nobody get back to me on my other question, so I'm going to try again. I am making a PowerPoint for a meeting and I want to take a 3D PDF and have it spin or rotate on a continuous loop. How can I accomplish this?

    Nobody get back to me on my other question, so I'm going to try again. I am making a PowerPoint for a meeting and I want to take a 3D PDF and have it spin or rotate on a continuous loop. How can I accomplish this?

    Please ignore PowerPoint comment, I can make the 3D PDF no problem with my converter plug-in for AutoCAD. Once it is made though you can spin it by hand/mouse in Adobe. but I want a video like scene with the object spinning by itself for modeling purposes?

  • So for the past two years I've shared an iTunes with my sisters. This year i want to take my iPhone off, but keep my music. How do I do this?

    So, for the past two years I've shared an account with my sisters. This year I got my own laptop and I want to take my device off that iTunes, but still keep the music I bought. How do I do this?

    You should be regularly importing your photos on your device to your computer. That is where all of your photos should be permanently stored. What is on your device is selected when you do a sync to iTunes. Once you select your device, you click on the Photos tab, and select which photos, albums or events you want specifically downloaded to your phone. If they have all been backed up to your computer, then you will be able to select whichever ones you want on your new device.
    Contacts would be backed up as a part of the backup process to iTunes. Here is a support article with specific information about what is backed up:
    http://support.apple.com/kb/HT4946
    Cheers,
    GB

  • Hi i want to take a sequence from one timeline and drop it in another timelien without having to reedit the sequence. how do i do this thanks

    hi i want to take a sequence from one timeline and drop it in another timelien without having to reedit the sequence. how do i do this thanks

    leeg
    Your new thread was a success.
    Our original discussions on transferring content from one Premiere Elements project to another can be found
    What am I missing?
    in posts 4, 5, 6, and 7 of the above link.
    Good choice in deciding to go with the export from project 1 into project 2.
    Thanks again for your follow up and good work.
    ATR

  • I want to take the heads of people in one picture and put them in another, can i do this in iphoto?

    i want to take the heads of my dogs from one photo and put them on people heads in another. can i do this in iphoto?

    No. You'll need an external editor for that.
    In order of price here are some suggestions:
    Seashore (free)
    The Gimp (free)
    Graphic Coverter ($45 approx)
    Acorn ($50 approx)
    Pixelmator ($50 approx)
    Photoshop Elements ($75 approx)
    There are many, many other options. Search on MacUpdate. You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.

  • I have a 64 GB iPod that is full.  My mother has a 128GB iPod that is largely empty.  I want to take my Music library and put it on her iPod, and take her library and put it on my iPod.  How do I do this?

    I have a 64 GB iPod that is full.  My mother has a 128GB iPod that is largely empty.  I want to take my Music library and put it on her iPod, and take her library and put it on my iPod.  How do I do this?

    Are you currently Syncing the iPod's with their own iTunes Library? Since the iPod Classic has to get it's content by this method, I assume that you are doing so for the 120GB iPod and I take it that it is a Classic.
    If you are, then simply connect the iPod to the other Library.
    If the content of the iPod Touch (which I assume is what the 64GB iPod is) is not all in an iTunes library - i.e. you purchased music and Apps on the Touch and have not yet Synced those to an iTunes Library, then you need to do that first. Bear in mind though, that the Apps cannot run on an iPod Classic.

Maybe you are looking for