Clip doesn't retain its proper duration

Hi there,
I have a 1 min. 6 sec Quicktime movie that I'm trying to import into Final Cut Pro. My problem is that whenever I try to import it, it doesn't retain the proper duration. It shortens itself to 1 min. and 3 or so seconds.
I've tried restarting FCP and the problem remained. I double-checked the Quicktime movie, and its duration is still 1 min. and 6 sec. I tried deleting the movie's reference in the Browser and re-imported it, but it still only has a 1 min. and 3 or so second duration. I need the rest of that clip.
What's even weirder is that when I make a freeze frame of some part of that clip (after it's been imported into the timeline), for some odd reason, the freeze frame references a later part of the clip (not where I chose to mkae a freeze frame).
I don't know if this will help, but the movie is a credits sequence done in After Effects that I exported to a Quicktime movie using DV/DVCPRO NTSC settings at a very high quality.
I appreciate all help.
Thanks,
Adam

What's even weirder is that when I make a freeze frame of some part of that clip (after it's been imported into the timeline), for some odd reason, the freeze frame references a later part of the clip (not where I chose to mkae a freeze frame).I don't know if this will help, but the movie is a credits sequence done in After Effects that I exported to a Quicktime movie using DV/DVCPRO NTSC settings at a very high quality.
"Very high quality" is not helpful. You should have used Animation codec at the same frame rate. Your freeze frame would be easier to build if you did it in AE but, since you're out of time, your credits would be faster to create in FCP using one of the Boris titlers.
bogiesan

Similar Messages

  • How can slow-motion iphone6 video be exported to imovie on an iMac and retain its slow motion effect ?

    how can slow-motion iphone6 video be exported to imovie on an iMac and retain its slow motion effect ?

    thx, i can't see where you do that (access the function to slow the motion of a clip).  in the help file it says to 'right click' on the clip to access those functions but when i do i get these optios below (no motion, pan, zoom, pan and zoom).  i want access the speed/duration sliders.
    i would say the function isn't available at all, but i could be looking in the wrong place (although i have tried everything).
    thx for your reply.

  • Tokenizer not retaining its value

    Again another issue I do not understand! Would anybody understand this?
    The Tokenizer does not retain its value!? Why it does not?
    15,XCV, Some Other String, 10',389.5,4194.0
    while ((rec = aPrintData[rIndex].toString()) != null){
         Iterator tokZ = new myNewGetToken(rec, patS, retD);
             for(; tokZ.hasNext();){               // here I got the value 15
                  tokZorRetD = (String)tokZ.next();     // here I got "NULL"???
                  if (tokZorRetD == null) {
                       patScount--;
                       mCount--;
                  }else{
                       switch(patScount){
    public class myNewGetToken implements Iterator{
    //          class RETokenizer implements Iterator{
              private CharSequence in;
              private Matcher mt;
              boolean retD;
              private String delim;
              private String match;
              private int lastEnd = 0;
              public myNewGetToken(CharSequence in, String patS, boolean retD){
                  this.in = in;
                  this.retD = retD;
                  Pattern pattern = Pattern.compile(patS);
                  mt = pattern.matcher(in);
              public boolean hasNext(){
                   if(mt == null){
                        return false;
                   if(delim != null || match != null){
                        return true;
                   if(mt.find()){
                        if(retD){
                             delim = in.subSequence(lastEnd, mt.start()).toString();
                        match = mt.group();
                        lastEnd = mt.end();
                   }else if(retD && lastEnd < in.length()){
                        delim = in.subSequence(lastEnd, in.length()).toString();
                        lastEnd = in.length();
                        mt = null;
                   return delim != null || mt != null;
              public Object next(){    // the value is not there anymore
                   String result = null;
                   if(delim != null){
                        result = delim;
                        delim = null;
                   }else if(match != null){
                        result = match;
                        match = null;
                   return result;
              public boolean isNextToken(){
                   return delim == null && match != null;
              public void remove(){
                   throw new UnsupportedOperationException();
         }I renamed it because I might need to modify or find out why it does not keeps the value!

    dubwai, I am sure you doubt the programming solutions
    that I come up with BUT while I run into many problems
    to get the results right it seems like that has to be
    done what the man has to do!I don't doubt it. I'm 100% absolutely sure that your 'fix' doesn't change anything.
    Let me explain line by line:
    tempToken = tokZ.next();   //  do Not convert do Not cast, keep it as ObjectThe Object is what it is. Casting the Object doesn't change it. All it does at runtime is check to see
    that the given Object is String or what ever you cast it to: Try the following:
    Object o = "test";
    String s = (String) o;
    System.out.println("o and s are the same Object? " + o == s);
    tokZorRetD = (String)tempToken.toString();  // Now, convert and cast
    // would that have to do anything with StrongTyping?Given that your previous code was not throwing a ClassCastException, the Iterator is already
    a String. Calling toString on a String just returns this:
    String s = "test"
    System.out.println("s.toString returns s? " + s == s.toString());Also, toString returns a String. There's no need to cast a String to String.
    And if s is null (which it appears to sometimes be) calling toString() will throw a NullPointerException.
    In short, if your code has been fixed, it was something else.

  • TM doesn't see its backup after migrating to new iMac and restoring system.

    TM doesn't see its backup even though it still exists on the HD. I just migrated to a new iMac. After using OS X disc to 'Restore System From Backup' with TM backup it was showing the latest backup attempt had failed. The same disk was highlighted under TM Preferences too. But once I reset it TM began to make a new backup under a new folder/computer name (adding a number to the end). Is there a way to make TM see the existing BU and continue on?
    Message was edited by: Sakahara

    I'll try to recall to the best of my memory what I did... It's been stressful, frustrating, trying to deal with it.
    Computers:
    1) iMac6,1 (Late 2006) Intel 2.16 GHz Nvidia OS X 10.5.6
    2) iMac8,1 (Early 2008) Intel 2.8 GHz ATI OS X 10.5.4
    Perform final backup of iMac #1 with TM and SuperDuper!
    Shut down and disconnect.
    Hook up iMac #2 and power up.
    After OS X intro select 'Transfer from another Mac' with Set Up Assistant (note: this was from the SD! backup).
    Everything was selected for transfer; Users, Apps, Network,..etc. (I assumed it would update OS X too).
    Transfer complete.
    Restart.
    Log in.*
    * I have both Admin and User account. I noticed things weren't performance was off; log in was slow (Menu Bar items took longer to display, clock too), and generally overall apps,..etc seemed slow. Apps were asking for license and reg info too.
    Second attempt (restore system from TM backup):
    Startup from OS X 10.5.6 disc.
    Erase HD with DU.
    Select 'Restore System from Backup'.
    Select TM backup.
    After that completed, restart computer.
    And that brings us to now. Well, sort of.
    So what is the proper way to migrate as it were from between two different Intel iMac's? I have to assume I transfered over system files that caused a conflict with the new iMac's HW, correct? What can I do now? I've already performed new backups of both SD! and TM. I didn't think it mattered since either way the backups come from my old system. I'm guessing I should have updated OS X first on the new iMac and only selected User files, Apps, Network settings,.. etc., for transfer, or maybe installed apps fresh. I thought I was doing it correctly.
    The new iMac still seems off with performance to me. I've tried performing multiple 'Repair Disk Permissions' too. There are about 32 differing permissions but DU doesn't seem able to repair them as they come up again and again. Here are some examples;
    2009-05-15 09:23:47 -0700: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:47 -0700: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:47 -0700: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:47 -0700: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:47 -0700: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:52 -0700: Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/CodeResourc es", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:52 -0700: Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/BlackAndWhiteEffect.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:52 -0700: Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/CubeTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:52 -0700: Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/DissolveTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:52 -0700: Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/DropletTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2009-05-15 09:23:52 -0700: Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/FadeThroughBlackTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    My final attempt to straighten this out is to install from OS X disc fresh (erase/install). Transfer only User files, Network settings, anything pertinent to my Users (email, browser, keychain,..),... and nothing else. Reinstall 3rd-Party Apps. I had to do this before after updating from Tiger to Leopard because it didn't take well.
    Any help/insight appreciated.

  • The latest version of Firefox loads with the Ask page and doesn't retain the selected home page. How do I change this?

    I downloaded the latest Firefox version. Upon loading it it doesn't retain the previous Home Page setting and always reverts to the Ask page, which is always indicated as the Home Page. This is annoying. How do I overcome this problem?

    #Remove Ask Toolbar (if you have it installed):
    #*http://support.mozilla.org/en-US/kb/Uninstalling+add-ons
    #*http://support.mozilla.org/en-US/kb/Cannot%20uninstall%20an%20add-on
    #*http://kb.mozillazine.org/Uninstalling_toolbars
    #Reset your home page (if the Ask search page is displayed when starting Firefox): http://support.mozilla.org/en-US/kb/How+to+set+the+home+page
    #*You can reset to the default by clicking "Restore to default" on Options > General > Startup > Home page. Be sure to set "When Firefox starts" to "Show my home page" on that same panel.
    #Reset your Location Bar search engine (if typing a few words in the URL/Location Bar takes you to Ask search):
    #*type '''''about:config''''' in your Location Bar, like typing a web site address, and press the Enter key
    #*ignore warning and choose to continue
    #*in Filter, type '''''keyword.URL'''''
    #*in lower part of screen, if it is '''bold''' and shows "'''user set'''", right-click keyword.URL and choose "Reset"
    #*in Filter, type '''''Ask'''''
    #*any items in lower part of screen in '''bold''' and showing "'''user set'''", right-click and choose "Reset"
    #*close about:config tab
    #*See:
    #**http://kb.mozillazine.org/About:config
    #**http://kb.mozillazine.org/Location_Bar_search#Location_Bar_search_.28external_-_search_engine.29
    #**http://kb.mozillazine.org/Keyword.url
    #**http://www.techrena.net/computers/address-bar-search-provider-firefox/
    #If Ask is shown in your Search Bar and you want to remove it:
    #*https://support.mozilla.org/en-US/kb/Search%20bar
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *'''''Adobe PDF Plug-In For Firefox and Netscape''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Copying from Oracle SQL Developer to Microsoft Word doesn't retain formatting (Font,colors etc)

    Copying from Oracle SQL Developer Worksheet doesn't retain formatting (font,color etc...)in Microsoft Word but copying from other programs such as
    visual studio, chrome browser etc works fine. This doesn't work even after changed the setting to Keep Source formatting of Options-> Copy and Paste Settings

    Hi,
    I notice that you have cross posted in Answers forum and Oracle forum. Have you tried Mr. Peter's suggestion?
    Then, I recommend we check the Word settings:
    1. Go to: Options > Advanced > Cut, Copy and Paste
    2.  Make sure that Use smart cut and paste is ticked. 
    3. Click the Settings button next to this option
    4. Make sure that Smart Style
    Behavior is checked.
    If the issue still exists, please upload a sample through One Drive, I want to test.
    Regards,
    George Zhao
    TechNet Community Support

  • Google Analytics OPT-OUT Browser Add-on 0.9.6 doesn't retain OPT-OUT settings...never did really. Also JAVA now refuses to create updates for WinXP/FireFox.

    I use PaleMoon now trying to get rid of advertising sharks. I have WINXP still - need assistive-technology computer for pain so taking time on getting new computer.
    I have been severely sabotaged by advertising conglomerates selling my private information. They have no right -yet they do whatever they want. Anyhow...I've tried to OPT-OUT of EVERYTHING POSSIBLE. I've tried 5 places found. Google, NAI, DAA, & FIREFOX HELP said go to about:config was instructed to turn "from false to true" the "privacy.tracking.protection.enabled" .But I couldn't keep this setting because this also has to be set to false to use any saved log-on's to my accounts., and add-on AD BLOCK PLUS 2.6.7 when I was on Firefox & had some ticks and now it is disabled because it won't work with PaleMoon 25.2.1
    This case is about GOOGLE OPT-OUT. Starting here: http://www.google.com/settings/ads?hl=en&sig=ACi0TCgWymel0CNWxdcnEWPzWNs9wDd7cVQHxHsmtz4w30CAyHk7MqyzzZdGh3m6FpDaJsKmunTLEvJZY5LAm3h6gIdzE30L-Q
    There are 2 columns. The left one "ADS ON GOOGLE" NEVER RETAINS AFTER LOG-OFF. The right column "Google ads across the web
    " seems to retain sometimes - if I remember right it falls off after a period of time as opposed to after just LOGGING-OFF. Below the columns there are options, but I don't have a GOOGLE ACCOUNT.
    Also down there is this link: https://support.google.com/adsense/troubleshooter/1631343?hl=en ...you see the box with this: Advertising industry program participation
    Google is a participating member of groups that have developed industry privacy standards like the Ad-Choices icon for online advertising.
    Group Location
    Network Advertising Initiative United States
    Digital Advertising Alliance (DAA) United States
    European Digital Advertising Alliance Europe
    Digital Advertising Alliance of Canada Canada
    ....I clicked OPTED OUT FOR NAI on their link http://www.networkadvertising.org/
    ...I clicked OPTED OUT FOR DAA on their link http://www.aboutads.info/
    ...I clicked PROTECT MY CHOICES and downloaded the app.
    These 1st 2 links used to have the same trouble and didn't retain ANYTHING and wouldn't re OPT-OUT ANY UNTIL THEY WERE SATIATED - saying I didn't have 3rd party cookies allowed when I did - this took hours.
    I sent numerous trouble reports to them that they ignored - then I think I sent one to Firefox and it is much better but still not completely right. Today DAA retains 106 out of 122 and if I repeatedly RE-OPT-OUT successively I can get it to 121 out of 122 - never completely. (currently the one not taking is Accuen Inc. but it changes periodically - makes me think they set one up to take my info and then share it with all of them - lol )
    Same for NAI currently I started with 94 out of 96 - next re-OPTED-OUT got it to 95 out of 96 and no further and same co. Accuen Inc (accuenmedia.com ) wouldn't update.
    NOTE: I was copy/pasting the list of NON-OPT-OUT'S to them and my own document file to try and find trends/problems...now NAI programmers protected the list from being able to be COPIED AND PASTED!!! That's the opposite of being open and interested in making this work, right? Why would they want to allow us to OPT-OUT of their criminal espionage behavior...RIGHT? (lol) FYI: I recorded that the big one that was always retained before this one was...MEDIA MATH INC.
    MANY Opt-outs would drop off while on-line and ALL would drop-off once logged-off. Now it's retaining most once logged off - but it hasn't been long enough to tell if they'll fall back into their bad habits as they've done before...
    This has been going on forever for me - I've been reporting this malfunction since 2013.
    Of course I downloaded PROTECT MY CHOICES FOR FIREFOX via NAI AND DAA'S links ...http://www.aboutads.info/PMC#protect-your-choices-for-firefox ............they both go to the same place???.....PROTECT MY CHOICES http://www.aboutads.info/plugin/install/firefox....that seems odd...it's as if they are the same entity then. ABOUTADS is DAA'S WEBSITE. NAI'S IS NETWORKADVERTISING.ORG so why would NAI use DAA'S PROTECT MY CHOICES app?
    Lastely, I also requested that the COOKIES NAMES BE UNIFORMLY IDENTIFIABLE. All the OPT-OUT COOKIES that are to be forevermore retained on my computer and that I am to trust the EVERY FUNCTION OF - well they all have different COOKIE NAMES!! Most of the names you can not tell that they are OPT-OUT COOKIES!! - SO NOWWW They have created another problem.
    We can no longer just "DELETE ALL COOKIES".
    PLUS, we can no longer go through our cookies and delete individual ones that snuck through.
    Every one of the OPT-OUT COOKIES SHOULD SAY "OPT-OUT" IWITHIN THEIR NAME OF THEIR COOKIE - PERIOD. RIGHT? (LOL) For real. Why was this mess was allowed?
    REALLY IN MY OPINION THESE COMPANIES SHOULD BE BLOCKED AT THE LOCAL PHONE COMPANIES LEVEL - IN OUR SERVERS. We should not have to deal with them. Same thing with viruses, malware and such beasts. But I digress.
    In summary:
    1.)Google Analytics OPT-OUT Browser Add-on 0.9.6 doesn't retain OPT-OUT settings
    2.) JAVA refuses to create updates for WinXP/FireFox/PaleMoon.
    3.) DAA & NAI still don't retain ALL OPT-OUT settings and never completely OPT-OUT all companies.
    4.) OPT-OUT cookies should be uniformly names with the words OPT-OUT in their titles.
    5.) Ad Block Plus 25.6.7 doesn't work for Pale Moon and there is no alternative - (didn't work great in FireFox)
    Right now I'm mainly interested in #1)retaining my GOOGLE OPT-OUTS while on line AND while logged off since it is attacking my computer and steeling all the speed until it freezes my keyboard.
    Currently I am trying to remember to run through 3. OPT-OUTS every time I log on.
    Thanks so much!

    hello, palemoon's support forums are here: http://forum.palemoon.org/

  • Breadcrumb doesn't retain the previous page values

    I have the following hierarchy in my pages. home > search > summary > details.
    The user goes to the search page gives a criteria and the summary page shows all the required matching results. Now the summary results is a table of name, id, date etc. The id field is a hyper link which when clicked takes to the details page.
    My problem is that when I am on the details page and I click on the "summary" breadcrumb it works fine and navigates to the summary page but doesn't show the results that it previously showed. So the breadcrumb forgets the values.
    Also I have another problem: Say a user enters a search criteria and there are no results found and the user is now in the summary page. Then if the user clicks on the search breadcrumb the search page opens. It works fine till here. But this is what is required. In the text fields the value with which the search was performed should be present.
    Can anyone help please ?
    Thanks in advance.

    Any one with any ideas as to how to go about implementing this ?
    Bread Crumbs is working fine but it doesn't retain the values !!!!!!!
    Thanks in advance.

  • V. 7.1.0.37 doesn't retain settings

    I'm using version 7.1.0.37 of the Blackberry Desktop Software, and it keeps unchecking the 'Replace all entries on your computer with the entries on your device' checkbox in the Tasks configuration settings, and even when I set the checkbox & sync right afterward it sill ignores the checkbox. It also reverts the custom device backup path to %home%/My Documents/Blackberry/Backup from the custom location I set it to myself- every time I open & close the application.
    I've uninstalled & reinstalled it twice & it doesn't matter, it still doesn't save its settings.
    Is there a configuration file I can edit manually in an editor to try to make it set right?
    Do you have a bug tracker I can file a bug report in?

    Nor does it remember that its supposed to launch upon connecting the device.

  • Control Centre - doesn't retain settings

    The version of Control Centre (2.5.060) on my mother board (P67a-c43,  bios v1.19, 20120801) doesn't retain settings.  In fact what would appear to be the "apply" button is showing as blank.
    Recently I reverted to an older version of the bios because of other problems.  I seem to remember that when I was using the very latest bios before I reverted to an older one at least the green power settings seemed to be working.
    I notice on other posts that this problem of not being able to "apply" settings or retaining settings seems to be a bug that has never been fixed.
    I wonder, is this still the case.  Is there any solution?

    Thanks for the suggestion.  My bios version shows "auto" and a also atarget cpu temperature.  When I tried it at a target of 60C and ran the cpu flat out the cpu temp was nearly 70c.  So, knowing that the actual is overshooting the target temp, one way forward is to set the target quite a bit lower than than the actual desired temp.
    I think this is simple if inelegant way of solving the problem and I'll probably adopt this mainly because it is so simple.
    But surely to have to do this because Control Centre doesn't work and because the alternative  bios method of temperature control is inaccurate does not do MSI any great credit.

  • Export to PDF doesn't retain page settings

    Create a report with lots of columns and then change the page settings to be landscape and shrink to fit. Now run the report and print the report as a PDF. It works as expected.
    Now export this same report as a PDF. The export will not retain the page settings. Instead, it will export the PDF in portrait and it will not shrink to fit.
    If you email the report to someone, it also doesn't retain the page settings.
    I opened a TAR on this issue and I was told this was not a current feature of Discoverer. Exporting does not retain page settings by design and it would be an enhancement request to get this new functionality.
    We build a lot of custom Oracle Reports right now so that users can drill from one level to another. With OracleBI Discoverer, I can now do this with linking to sheets. With Oracle Reports, I can render the report in PDF format which is a business requirement. With OracleBI Discoverer, I can do this too except I can't export the PDF because it doesn't fit on the page correctly.
    Anyone else need this functionality?
    On another "enhancement request" note, I would like to be able to schedule exports. OracleBI Discoverer is getting close to providing an alternative to Oracle Reports which is great because it is faster to build and deploy reports and it is licensed by the CPU so I don't have to worry about buying Report Builder licenses. Lastly, business users can build their own reports rather than someone in IT doing it.

    ok, here's what I have found out (thanks to our Viewer guru, Matthew):
    The print/PDF preferences are currently not saved, so you are right when you say you have to re-apply those settings.
    However, there is a way to persist these changes within a session (note that since these changes are session-resident only, you will lose them once you exit Viewer).
    The short one line explanation of the workaround is to make the changes using the 'Printable Page' link, generate a 'Preview' or the entire PDF report, and then use the worksheet breadcrumb link to return to the worksheet. This ensures that the PDF changes you made are available during the sesion to the worksheet. You can always undo these settings by clicking the 'Revert to saved' link.
    I have posted the same information, but with screenshots, to http://oraclebi.blogspot.com/2005/12/pdf-settings-in-viewer.html
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Beans: http://www.oracle.com/technology/products/bib/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    OTN Forum: Discoverer
    Blog: http://oraclebi.blogspot.com/

  • Doesn't retain any settings

    My Safari 3 Beta (S3b) doesn't retain any settings... homepage, window size, bookmarks, tab settings (anything in the preferences for that matter) when I close and reopen S3b. I posted a bug report, but anyone have any ideas here?
    Joe Mac
    WinXP SP2

    fairly experimental advice, since i've only had the puppy installed on belladonna for a few ... hours, it would be still ...
    ... but let's check to see if this is an issue with damaged preference files.
    Quit Safari.
    in XP, the Safari preference files live in the following two locations:
    C:\Documents and Settings\username\Application Data\Apple Computer\Safari
    C:\Documents and Settings\username\Local Settings\Application Data\Apple Computer\Safari
    You might have to turn on "Show hidden files and folders" to find the preference folders (Application Data and Local Settings are "hidden" folders). Right-click "My Computer", select "Open", go "Tools > Folder Options". Click the "View" tab. The "Show hidden files and folders" radio button is in the center scrolling panel.
    ("username" here is the name of the user account on the PC that you're getting this problem in. for example, on belladonna "username" = "owner".)
    drag those two folders to the desktop, and then try launching Safari again. (that should rebuild your preference folders.)
    do changes to your preferences "stick" now, with fresh preference folders in place?

  • Photo Downloader doesn't retain previous settings (again)

    Please see previous post because this issue involves Photo Downloader and ACR. 
    I'm using 10.6.8, CS5.1 and Bridge 4.1.0.54
    I have just reloaded Camera Raw 6.4.1 due to the bug in ACR 6.5 that prevents selecting a destination folder in Photo Downloader and causing  Bridge to freeze. 
    6.4.1 solves the freeze problem, but now it's back to the problem that none of the settings in Advanced Dialog are retained, nor does Photo Downloader default to Advanced Dialog anymore.  I've added the CS5 folder as before (User/Library/Application Support/Adobe) alongside the existing CS5.1 folder, but it hasn't solved the problem.  Is there a new solution to this yet? 
    6.4.1 works fine on my MBP using the above workaround (CS5 folder added).  Because I now have a dozen new student iMacs to set up, my three-part second question is: has ACR 6.6 been tested for these two bugs; should I wait before setting up the iMacs; how long before ACR 6.6 is officially released? 

    Thanks Omke.  I¹ll try that next time I¹m in the lab.  However, on my
    MacBook Pro I checked the CS5.1 folder, and there is no ³APDPreferences.xml²
    in that location (it is there in CS5 folder but I couldn¹t open it).  On the
    iMacs, I¹m only running CS5.1.  Is there a different location for it in
    CS5.1? 
    I¹m wondering if I¹m the only one running Mac OS 10.6.8, Bridge 4.1.0.54 and
    ACR 6.5 who¹s having this problem?
    10.6.8, Bridge 4.1.0.54 ACR 6.5
    From: Omke Oudeman <[email protected]>
    Reply-To: <[email protected]>
    Date: Fri, 02 Dec 2011 01:55:53 -0700
    To: M3fan <[email protected]>
    Subject: Photo Downloader doesn't retain previous
    settings (again)
    Resent-From: <[email protected]>
    Resent-Date: Fri, 02 Dec 2011 00:55:55 -0800
    Re: Photo Downloader doesn't retain previous settings (again)
    created by Omke Oudeman <http://forums.adobe.com/people/Omke+Oudeman>  in
    Bridge Macintosh - View the full discussion
    <http://forums.adobe.com/message/4059004#4059004>
      It¹s baffling,
     That is to put it mildly you mean, can't imagine that is the only word that
    came to your mind...   Have you tried to repair permissions for OSX
    again? I don't have the 5.5 installed so can't compare but if one system
    does work, another not and you have compared both files and folders
    existence in the two systems  it does seem to be OS related to me? There is
    also a file called "APDPreferences.xml" (user/library/Application Support/
    Adobe/Bridge CS5) Can you open the files on both systems and compare the
    content, it contains the settings made in advanced dialog.
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either reply
    to this email or visit the message page:
    http://forums.adobe.com/message/4059004#4059004 To unsubscribe from this
    thread, please visit the message page at
    http://forums.adobe.com/message/4059004#4059004. In the Actions box on the
    right, click the Stop Email Notifications link. Start a new discussion in
    Bridge Macintosh by email
    <mailto:[email protected]om>
    or at Adobe Forums
    <http://forums.adobe.com/choose-container!input.jspa?contentType=1&container
    Type=14&container=3267>  For more information about maintaining your forum
    email notifications please go to
    http://forums.adobe.com/message/2936746#2936746.

  • Video clips doesn't work in new keynote

    I recently upgraded keynote after installing os x maverick.
    When I opened my previous keynote presentation, the new keynote asked to upgrade the movie quality.
    And you have to click this option, otherwise the video clips will only come out as pictures.
    But now, some of the video clips doesn't work.  The thing is, I do not have the original video files as these are presentations given to me by others.
    What's next for me?

    Having the same problem, would greatlyu appreciate a fix. does it matter if one upgrades to the iOS or Mac Keynote options?

  • Premiere Pro CS6 - Project frame won't retain its layout or location between opening and closing?

    I filed this as a bug, but perhaps I'm thinking through this wrong and would like to seek help.
    I'm finding that the Project frame in Premiere Pro CS6 does not retain its layout between opening and closings.
    Here's what I do:
    1) Open a project.
    2) Create several bins and populate them with media. Expand the contents of a bin by clicking the disclosure triangle to the left of the folder.
    3) Undock the Project frame only.
    4) Close the Project frame with Command-W
    5) Use ****-1 to reopen the Project frame.
    Repeat steps 4 and 5. The result is that the Project frame does not remember which bin was open. Furstratingly, it also does not retain which bins were expanded or collapsed.
    And worst of all, it will also open in random areas of the screen. (The expected result is that it would reopen in the same spot of the desktop where you last closed it, no?)
    I'm a big organizer -- tons of footage across many different bins. I open bins, close them, keep some open, close others... easily dozens or hundreds of times during an edit session. I'm beginnging to feel like I'm swatting flies or playing whack-a-mole just to get my bin views correct!
    Or mm I approaching this wrong?

    But really, the real solution for me was to not update Premiere Pro CS6 after a reinstall. The most recent updates just do not like my computer, I guess.
    Figured I should post this solution here in case anyone in the future has this problem. (relevant: xkcd: Wisdom of the Ancients)
    -Sam

Maybe you are looking for

  • Cycle problem

    ok i have cycle problem hope someone can help me the user will pick from the following Date: 12/10/2007 Time: 09:00 Frequency: monthly Cycles: 12 so all i need to do now is insert into my table 12 records but the problem i have is how can i loop thro

  • Multiple subtitles in Web Gallery

    I have 5 albums in Aperture. When I create a web gallery, I want show each album with a sepearte subtitle. How can I do that ? Appreciate any help.

  • Apps adapter warnings in JDeveloper 11g

    Hi, I have created an apps adapter "ReceiveEvent" which is based on outbound Business Event from oracle Apps. There is no schema validation. When I create a simple BPEL process which has receive activity from this Apps adapter, asign event_key and re

  • MIRO without tax code

    Hi all, I am not assigning MM with any Tax procedure as i dont have to take credit of it. So while po creation no tax code is required. But in MIRO it is asking for tax code. Please suggest can i have no FI procedure linking in MM. If yes, then how t

  • HT4906 Photo Stream unavailable with Mountain Lion

    I'm trying to sync my photos from my iPhone to my MacBook Pro via iCloud/Photostream. I just downloaded and installed Mountain Lion and have iPhoto '11 version 9.1.1. When I try and turn on photo stream on my MacBook it says I need an update but ther