Why aren't some of my Virtual Copies labelled "Copy x"?

I have been trying to be more organized lately and updated my virtual copy smart collection to "Copy Name - Isn't Empty". I was surprised to see It was only showing 9 VC's. If I filter attributes on All Photos, I show 195 VC's. The "curl" shows up in the grid and filmstrip, and the stack numbers also are visible in both places. There just isn't a COPY name when I look at the photo in the loupe and most don't show up in the Smart collection.  I've checked my loupe view settings and they are at "File Name andy Copy Name" Any ideas?
I've deleted prefs and tried that, but no luck.
I'm on a windows 7(64 bit) box, i7 920, 12 GB RAM.
LR 5.2
Thanks for any insight!

Hmm.. - strange - did you confirm the copy name in right-side panel (in Library module) was blank too? e.g.
eh?
Do you think it's possible that you oopsed when editing metadata (e.g. with multiple photos selected in grid view) - it's easy enough to do. But I guess at this point the question is: how to repair?
Would you use a utility plugin to repopulate those copy name fields if one existed?
R

Similar Messages

  • Why aren't some RH styles working in WebHelp?

    All,
    I can't get bullets or simple indents to display correctly in WebHelp and can't see what I'm doing wrong.
    We're using TCS 3.5, FM 10.0.2.419, and RH 9.0.2.271. We're single-sourcing content from Frame to output in (1) PDF and (2) WebHelp.  We have one set of FM templates and, if possible, wish to avoid having to have one set for PDF and one for WebHelp.
    We want to generate WebHelp from Frame without using RoboHelp, but we are forced to at least set up a RoboHelp project and link our FrameMaker book in order to get functionality we need in the WebHelp.  Otherwise we wouln't use RH at all. 
    I created a RH project, linked my FM "online help" book (a special FM book that contains selected chapters from two print books), generated topics in RH (File>Update>Generate), set a few project settings in RH (File>Project Settings), updated the book in RH (File>Update>Update All), and saved all. Then I closed RH, opened FM, and published (File>Publish), specifying output type (WebHelp), output location, and the location of my RH project. The WebHelp I get is functional but now I need to define styles.
    Last week I could not find an easy way to define styles in my css via RH unless I had previously defined my styles in RH's Conversion Settings window (File>Project Settings>Edit>Import tab>Edit FM Settings button). So I have been defining styles there, applying them to the RH project, and occasionally exporting them to an isf just to have a backup.  When I next generate WebHelp from FM, I point only to the RH project, not the ISF, because the styles are defined in the RH project (I apply them to the project by clicking Apply and OK).
    Using this process, for some styles (bullets and indents, for example), the definitions I have in the RH Conversion Settings dialog box are not reflected in the WebHelp output.
    When I look at the css in RH (File>Project Settings>Import tab>default.css Edit With RoboHelp CSS Editor), what I see is what I see in the Conversion Settings dialog.  So why aren't some of the settings I specified in the Conversion Settings window reflected in WebHelp?
    Any ideas are most appreciated!
    Susan

    I haven't got any experience using the "newer" Generate function in FM, but it seems to not give you much control over how stuff comes out vs. the "standard" way of using RH with linked FM content. RH is just the tool for creating WebHelp, just like Acrobat is the tool for creating PDFs.
    There's a couple of ways to control how stuff appears when doing the FM to RH to help route - one is to use a FM template within your RH project that has all your mappings in it - Matt Sullivan often recommends this approach and there's more info about it on his roundpeg.com blog.
    The other way is to set the conversion settings and then use a customized css to be used in the SSL recipe to be applied to all topics when the help is created.

  • Why aren't some classes (like Point2D) Serializable

    Why aren't Serializable so many of the classes of Java2D ? (I've seen some other users are complaining about this too). In 1.4 the situation remains the same. If there is a reason I wouldn't mind but I don't know it. Is this a mistake or is there a good reason about this ?

    Yes, Serializable classes can be convenient, but for potentially high-volume objects like Point2D the overhead of using standard serialization dissuades it's use.
    Personally, I never have cared for standard Java serialization -- it's bulky, slow, and sometimes unreliable. I prefer a scheme which favors speed and a low profile. I've written an XML serialization mechanism for Java which accomplishes both. And nearly every class I write that is serializable (using my method) also implements Externalizable making them standard Java serialization friendly. The read/write methods of Externalizable simply forward to my serialization interface methods e.g.,  public void readExternal( ObjectInput in ) throws IOException
        readXML( new XMLSerializer( in ) );
      public void writeExternal( ObjectOutput out ) throws IOException
        writeXML( new XMLSerializer( out ), this );
      }

  • I activated my replacement phone but why aren't some of my pictures visible?

    Help pls?

    Some of what pictures aren't visible, and in which app ? If you restored to a backup of your old phone then any photos that were synced to its Photos app from a computer won't have been included in the backup - a computer's iTunes restore should pick them up from where you originally synced them from your computer.

  • Why aren't some songs I've purchased through i-tunes not playing to their entirety and just skipping to the next song in my library?

    Hey guys. I'm hoping someone can please help me with this issue as I am becoming increasingly frustrated with my situation. I just recently purchased an i-Phone 4S and have been solely purchasing songs for it through the i-tunes store. For some reason though, I've been noticing that for multiple songs (this is currently still happening with random songs that I download from the store) that it will not allow me to play the entire song. One song that I download "Let me love you" by Ne-Yo will only play until right around the two-minute mark before it completly cuts off and continues to the next song. I've tried deleting the songs that this occurs with and re-downloading them, but this fails to work. I simply want to be able to listen to my songs in their entirety or there is no point in purchasing the songs through the store. Someone please help me? It would be greatly appreciated. I'm running Windows Vista on my Toshiba Satellite M305D-S4840 and have i-tunes 5.1.1 if that helps.

    I am having a similar problem, only all my old songs that I have purchased and some songs from cd's are playing about 2/3 of the way then skipping to next song. I just transferred all of my music back to my computer. The last songs I purchased are playing just fine. This song skipping carries over to my iPod that I restored last night as well. I am glad (but not glad) to know others are having similar issues.
    I hope this can be resolved.
    Updating to iTunes 10.7.0.21 does not fix this problem by the way...tried this earlier.

  • Why aren't some of my SJProfile0 classes included in the deployment?

    Hey all,
    I've seen variations of this question being asked before in this
    discussion forum but none that has helped me.
    I'm developing some stored procedures using SQLJ in JDeveloper
    3.2.3 and I want to deploy them on an Oracle 8.1.7 EE DB.
    However when I preview which classes the Deployment Wizard
    includes (the window entitled Dependencies) based on which .java
    and .sqlj files I check, the xxx_SJProfile0.class files are
    missing for four of the .sqlj files.
    My first guess was that it had to do with the dependencies that
    exist within the package; maybe those four files weren't needed.
    But having gotten a truck load of error messages saying that the
    file xxx_SJProfile0.class is missing has changed my mind.
    Does it have anything to do with circular references between the
    classes? Do you have to specify every dependency manually? Or is
    the cause of my trouble something completely different?
    Is it possible to specify manually which files that will be
    included in the deployment?
    Thank's in advance,
    Johan Behrenfeldt
    Decerno AB

    Hey again,
    I've traced the problem to be that one of the classes causes a
    ORA-29509 error (incorrectly formed Java binary class definition)
    although no errors appear during the compilation.
    That in turn leads to an ORA-04043 error (object does not exist)
    for the class.
    The three other files' not being included in the deployment may
    very well be tha cause of the one which is incorrectly formed.
    Hope this might help in determining the root of all my hassle.
    Johan Behrenfeldt
    Decerno AB

  • Why aren't some signatures on MySDN?

    I went to MySDN and searched for signature 20020 but it can't find it. I searched for "Brute Force" and it can't find it. I searched for "HTTP" and it can't find it.
    http://tools.cisco.com/MySDN/Intelligence/searchSignatures.x
    This is not the first time. Which makes me think that MySDN should not be used as a definitive source for signatures. Any one know of a better place to go look up signature information?

    http://tools.cisco.com/security/center/search.x?search=Signature is not working!
    Using it to search for keyword http, no result returned.
    But using MySDN http://tools.cisco.com/MySDN/Intelligence/searchSignatures.x to search the same keyword, returns lots of information.
    Lastly, is there an offline copy of MySDN? This is because some restricted data centre do not allow internet access.
    Please advise

  • Why aren't some of my links working on Safari?

    I'm on the most up-to-date version of Safari but for some reason some links just don't work.
    I've noticed they are specifically PDF format links that won't open or download.
    For my job, we use a website made by Oracle and when i go to check my pay stubs for that week, I can never open or download the link.
    Now i've noticed it's not just that website but on others as well.
    Should I download a plug-in or maybe switch browsers?

    Try another browser as a test.
    Firefox

  • Why aren't some artist included?

    I really want to listen to Berryz工房 (BerryzKobo) but there's no Berryz工房 radio. The group has several singles and album on iTunes.  Are there other artist effected? Is there a specific reason for this occurance?

    There are thousands of artists. Can't expect every artist to be available.
    The label they are with has not signed up with iTunes radio.

  • Why aren't some thumbnails being generated?

    Any idea what may be causing this?
    Screen shot here:
    http://img246.imageshack.us/img246/9484/picture3mih.png

    This happened once in my long experience with Aperture - support was no help. I ended up doing a hail-mary and deleted all of the thumbnails for the projects in question from the Aperture library package and then Aperture would regenerate them.
    If you try this make a good backup first or try it on a copy.
    RB

  • Why aren't some of my songs in my Itunes playlist not syncing to my ipod?

    There is no exclamation mark, they all play in itunes, they are all mp3 format, there is room on my ipod, and they are not from different accounts, so what's going on?

    No, they're not going onto my ipod at all. In the end i had enough and downloaded different versions from other sites and they worked but i still want to know what is going on because if it happens again with more songs it will be difficult to re-do all of them.

  • Virtual copies disappeared when I synchronized folders - any idea why?

    I am in the process of learning to work with the LR3 catalog, but in the meantime, I still occasionally work with the folders on my computer. I moved some photos from one folder to a sub folder at the system level, and when I went back to LR I needed to synchronize the folders because of the change. After the sync was complete, I noticed all of my virtual copies in LR had disappeared. Is there an option to save the virtual copies during synchronization that I am missing? Or do I need to save each virtual copy with a new name before I sync anything? I would so appreciate any help on this as I know the virtual copy feature will be a very useful tool for me in the future. Thanks for any help!!

    Thank you for your answers. I definitely understand now that sync will not preserve my virtual copies, but I will somehow need to come up with a different way to manage my folders. I know that LR empasizes using the catalog as the main source for working with your photos, but the reason that doesn't work for me is that I do not always need to be in LR when I am working with my photos. Not only that, but my husband and daughter also use my photo folders on occasion, so I need to have easy access for them. Neither one of them are familiar with LR, so I use my folders to organize the photos in a way that they could find them without having to access LR. For example, I edit photos for my daughter's online business. When I am done editing, I put them in a folder for her to use that only contains the edited versions so she doesn't have to wade through the other pictures. That is much easier than teaching her how to find them in LR and then export the ones that she needs, making sure she is doing it all correctly without messing up my catalog or system folders.
    The other reason I prefer to organize my folders from my hard drive is that I prefer the viewing program in Windows. I get much bigger views of the photos than I do in LR without having to hide any other tools, boxes, etc. When I want to see the largest view possible I just double click the photo, then use my arrow key to scroll through any others. In LR, I have to hide all the additional stuff on the screen.
    I think I will go back and re-read the section on Collections. Hopefully that will be what I need to save my virtual copies as I create them. Or maybe I should make snapshots of them when I try different presets. Will Collections or Snapshots be preserved when I sync the folders?
    Thanks again for your time!

  • Mac OSX SUS - Why aren't the latest updates offered for some software

    For instance, on my sus, Quicktime 7.6.4 is the latest version offered for leopard. 7.6.6 is available on Apple's site. Is there actually a 7.6.6 update others can see on their sus, or is this a universal issue - and why aren't the latest updates available?
    Thanks

    I just checked my 10.6.3 SUS server at it appears to have that Quicktime 7.6.6 update listed. The size is listed as 68.5 MB and the post date is 03/30/10. My SUS Server Admin interface shows a "Last Check" time of Apr 13, 2010 3:00:00 AM.
    I have wiped and reinstalled my SUS server several times dealing with the "missing 10.6.3" updates bug reported many times in these forums so that may be why my server is displaying the Quicktime 7.6.6 update.

  • Virtual Copies Not Showing Up

    So, going along and doing some editing by creating virtual copies and now new copies I make aren't showing up. It stopped doing that and now it's doing it again. I've accidentally made six virtual copies, then it stacked them together but wouldn't unstack when I right clicked. With this photo, I've created a virtual copy but in the grid it doesn't show up at all:
    But other virtual copies from the other day do:
    I have no idea why this happened. How do I get all my photos, including ALL virtual copies to show up in the grid? Unstacking is not an option:
    I'm so confused. Thanks.

    Nope, didn't undo afterwards.
    @ dj_paige
    >Are you in a collection when you create the virtual copy?
    I was. I've done it before and no problem at all, my copies always show up. I feel really silly because I've just gone to All Photos and there are all my virtual copies. Do you know why they wouldn't show in the collection? And when I pop back and forth in collections/all photos, I lose my place. Is there a way to come back to the same place?
    Thank you very much.

  • How to make copies/duplicates of photos in LR4 - NOT Virtual Copies

    Can someone tell me if there is a SIMPLE way to make a copy or duplicate of a photo in LR4. In otherwords, you have a photo image in one folder and you want to make a copy and move it to another folder or subfolder and that copy is identical in EVERY aspect to the original photo and can be edited, manipulated, etc. without affecting the original. I can find nothing on this subject - all I keep getting is this VIRTUAL COPY which is NOT like the original and cannot be moved without the original (Master) going along with it. What's the problem? Every image program I know of can do this. BTW this in on a Mac Lion (10.8.4). Thank you, Brad

    Rikk Flohr wrote:
    new location - do not rename
    Or same (or different) location, and do rename.
    I do this regularly, but only for testing purposes. Note: Some people don't want to use virtual copies, because they are handled as "2nd class citizens" by Lightroom (e.g. not saved in xmp, and must tag along with master base copy...).
    That said, I agree that care should be taken when having multiple (real) copies of same file, especially if they have the same filename (which I don't recommend, unless you really know what you are doing, and why...).
    Rob

Maybe you are looking for

  • Setting Custom Master page in search results page - Publishing site

    Hi, I have a publishing site, in which i have a custom Master page. However when doing the search in the site, the search results does not show the custom Master page. Is it possible to set the custom created Master page for the search results page?

  • Eclispe e4 application in part class open with scene builder time ERROR

    com.oracle.javafx.authoring.persist.FXMLDocument$FxmlParseException: Failed to load FXML file at com.oracle.javafx.authoring.persist.FXMLDocument.makeParseException(FXMLDocument.java:400) at com.oracle.javafx.authoring.persist.FXMLDocument.load(FXMLD

  • Syntax Highlight in a JTextPane

    How can I create syntax highlight in a JTextPane?

  • IPhone cannot be detected in WinXP

    My iPhone cannot be detected by any computers. It does not charge at all except I connect it to the power plug. I tried, 1) Connected to my primary computer with iTune 8.2.1 2) Connected to my secondary computer with iTune 8.2.1 3) Connected to my pr

  • How to recover the original OS from my laptop

    Hi My Laptop model no is m6-n015dx and the serial no is [edited Serial Number by Moderator].  Right now i am in India. I was trying to install W7 in my machine and in that process i lost my original OS (W8.1). i hope i might have deleted it from the