Circle next to Project name

I have an open circle at the right edge of the Project name. What does it mean? The circle is outlined in gray and the rest is the background darker gray color. I roll over it and nothing pops up. If I click on the project name as if to change the name, the edit box covers the circle.

Yes, that looks like a beginning import or an incomplete sync with a Facebook, Flickr, or Mobile Me  album.
MtnBiker, have you checked, if all images in your project have been imported correctly, or are images missing? If you interrupted an import and images are still waiting to be imported, I'd connect the camera, card reader, or disk again to let the import finish.
If your project is synced with any online account, check the settings for this account in the web preferences and your internet connection to let the sync complete.
If your project does not need in import or sync to finish, it may be a question of broken preferences, like Kirby suspects, but also an inconsistency in the Aperture library. Then I'd repair the Aperture library in any case, in addition to Kirby's recommendation to trash the preferences.

Similar Messages

  • Little blue circle next to carrier name

    Hi does anyone know what the little blue circle means which is next to the carrier name?

    I believe that's when your phone does not have 3G and EDGE available and it simply stands for the lower standard of "GPRS" connectivity.

  • Thousands of individual .txt files being created while using "next available file name" option in Save to ASCII step

    I'm using Signal Express to record Load vs Displacement data and export it to a format our engineers can work with (in this case ASCII is okay). It would seem that by selecting the Next Available File Name from the drop down arrow it would do just that. For instance a typical save path for me would look like C:\....Desktop\Project Number and Description\Run_1.txt within that Run1.txt file would be all the data points for that run. When I hit record again Signal Express would (SHOULD) create a Run_2 since it's the Next Available File Name.
    But instead what it does is creates a single txt file for every single sample point being read. Needless to say, If I'm recording 6 second of data at 1khz I end up with thousands of txt files!
    The first thing that comes to mind is, why would anyone want this?
    Second is how can I record multiple individal runs for the same project and have the file name increment?
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise

    ...and more attachments of the ASCII save path, before and after acquiring 4 seconds of data along with one of the files from that folder.
    Again, this is 4 seconds of two-channel spring  plot data at 100 Samples to Read @ 1k Rate (Start Run.... wait 4 seconds or two full test sample cycles... Stop Run).
    ~EDIT~
    The .txt file would not attach (I think it's too small). Here's what it looks like if you were to open it:
    Load vs Displ - Displ (inches)    Load vs Displ - Load (lbs)
    3.736323                              273.751906
    Also, for some reason it won't let me attach my project file. It's a .seproj extension but the forum thinks it's 1k in size and "empty"
    Message Edited by OKors on 06-05-2009 05:57 PM
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise
    Attachments:
    FolderBeforeSave.JPG ‏39 KB
    FolderAfterSave.JPG ‏239 KB

  • How can i check the duplicate NPD project name?

    Dear all,
    I would like to know on how i can check the duplicate NPD's project name? I found that some NPD's project is initiate serveral time with the same or semilar name from user name. Supposing the project name was "Smart Pilot". I always found that project may type differently such as "Smart PILOT","smart pilot" or even "Smart Pilots". Supposing i would like to validate all of these name before save by using validation framework, or custom validation. Is it possible?
    Supposing it was possible, can you please guiding me on how?
    Thank you so much in advance for all of the answer.
    Phaithoon W.

    So here is some example code for a quick validator. Note that this uses a hard coded English error message, rather than a translation. If you want to use translations instead, look at some of the examples in the ReferenceImplementations\Validation\SourceCode\ReferenceValidation folder in the Extensibility Pack, and review the Validation Training as well (in the ReferenceImplementations\Validation\Documentation folder).
    Note that the provided code is for demonstration purposes only and is not supported by Oracle.
    The classes:
    using System;
    using System.Data;
    using System.Xml;
    using Xeno.Data.NPD;
    using Xeno.Prodika.Application;
    using Xeno.Prodika.Services;
    using Xeno.Prodika.Validation;
    using Xeno.Prodika.Validation.Validators;
    namespace Oracle.Agile.PlmProcess.Validation
        public class NPDUniqueProjectNameValidatorFactory : XmlConfigValidatorFactoryBase
            protected override IValidator Create_Internal(XmlNode configNode)
                return new NPDUniqueProjectNameValidator();
        public class NPDUniqueProjectNameValidator : BaseValidator
            private const string sql = @"select 1 as dup from NPDPROJECTML where UPPER(title) = UPPER ('{0}') and FKPROJECT <> '{1}' and LANGID = {2}";
            public override bool Validate(IValidationContext ctx)
                var project = ctx.ValidationTarget as INPDProjectDO;
                bool hasDuplicate = false;
                string sqlToExecute = String.Format(sql, project.ProjectML.Title, project.PKID, UserService.UserContext.User.PreferredLanguage);
                using (IDataReader reader = AppPlatformHelper.DataManager.newQuery().execute(sqlToExecute))
                    if (reader.Read())
                        hasDuplicate = true;
                if (hasDuplicate)
                    ctx.AddError(String.Format("A project already exists with the name '{0}'.", project.ProjectML.Title));
                return hasDuplicate;
            private IUserService UserService
                get { return AppPlatformHelper.ServiceManager.GetServiceByType<IUserService>(); }
    Next, add the following to the ValidationSettings.xml file in config\Extensions:
    1. add the validator factory, with a reference name in the config:
    <ValidatorFactories>
            <!-- Custom  Validator Factory declaration goes here -->       
            <add key="NPD_CheckProjectNameForDuplicate" value="Class:Oracle.Agile.PlmProcess.Validation.NPDUniqueProjectNameValidatorFactory,ReferenceValidation" />
    </ValidatorFactories>
    2. Add a rule for NPD project Save event:
    <rule type="3202">
                <condition event="save">
                    <if type="NPD_CheckProjectNameForDuplicate" require="true" report="true" />
                </condition>
    </rule>
    Compile the reference example into a dll, and add that dll into web\npd\bin
    When you try to save a project with a duplicate name, it should now give you the error message.

  • Where Does Eclipse Store Project Names?

    In multiple attempts to get Eclipse to work with CFEclipse
    (which I've addressed in other posts), I've uninstalled and
    reinstalled both several times. I uninstall Eclipse and CFEclipse
    by deleting the files in C:\Eclipse, the folder I unzipped the
    Eclipse files to. But after I uninstall and then reinstall, when I
    attempt to create a project it tells me the project "overlaps the
    location of another project". How can that be, when I've
    uninstalled the program? There should be no projects defined at
    this point. Therefore, I need to know where I go to edit the
    Eclipse list of projects. Apparently it isn't stored in the same
    folder you unzip the Eclipse files into.
    Thanks in advance,
    Gwen H

    I found the .metadata folder, but there was no .projects
    folder anywhere in it or any of its subfolders, including the
    .plugins folder.
    So, deleted the folder C:\eclipse and all of its contents
    (this is where I unzipped my Eclipse files). Then I deleted the
    .metadata folder and all of its contents. Then I emptied my recycle
    bin and restarted my computer. Next, I reinstalled Eclipse,
    unzipping the program files to c:\eclipse again. It asked me to
    define a workspace. I selected C:\Documents and Settings\Gwen H\My
    Documents\Websites\. This is the folder where all my .CFM files are
    stored. Finally, I installed CFEclipse. Everything seems to be
    working correctly. I can select CFEclipse as a perspective.
    Next, inside Eclipse I went to File > New > Project. I
    selected CFML Project and clicked next. I typed in a project name,
    then selected the project location as C:\Documents and
    Settings\Gwen H\My Documents\Websites\WebsiteSubfolder\. Here is
    the error message I get:
    "C:\Documents and Settings\Gwen H\My
    Documents\Websites\WebsiteSubfolder overlaps the location of
    another project: "Project Name".
    Why is Eclipse still finding the old project? Am I not doing
    these steps in the right order? For example, when I open Eclipse
    and it asks me to define a workspace, do I need to click Cancel and
    define a project first? I just don't understand why Eclipse thinks
    the first, brand-new project I define after a complete
    uninstall/reinstall overlaps an existing project. Considering the
    fact that I've completely uninstalled and reinstalled both Eclipse
    and CFEclipse, AND deleted the .metadata folder before doing the
    reinstall, you would think that Eclipse would not find any existing
    projects.
    This is very frustrating because according to other posts, I
    won't be able to view or edit the code for any .cfm files until I
    define a project. But for some reason I can't define a project. I
    get this error message even when I use a different project name and
    specify a different subfolder within C:\Documents and Settings\Gwen
    H\My Documents\Websites\. Any insights would be most appreciated.
    Thanks in advance,
    Gwen H

  • What is the meaning of the dotted circle next to a song on a playlist?

    Why is there a dotted circle next to certain songs on a playlist that reflect on my iPhone on iTunes and these same songs after syncing are not reflecting on my iPhone?

    What is the meaning of this -
    Object[] x = {new String[]{"a","b"}};
    I have a function which takes Object[] as a argument.
    And I have data structure like this -
    Name = Zoolander
    Name = Hansel
    Name = Mugatu
    I am not interested in the Name part. This has to be
    converted to - Object[] x = {new String[]{"a","b"}}
    It works if I hard code the values like this -
    Object[] x = {new
    String[]{"Zoolander","Hansel","Mugatu"};
    Thanks in advanceI don't think you need the outer set of braces:String[] x = new String[]{"x","y","z"};will work, and does exactly what you expect it to do.
    RObin

  • Pers. Comm. - what is red circle next to each username?

    Cisco Unified Personal Communicator (desktop client)
    Version 8.5.1.17660-6.1.34
    All the user names in my User List has an icon ("red circle with slanted line through its center") next to their name.
    I have no problem calling people or to IM them.
    I can't find (in the documentation) what this icon signifies.
    No one else in the company seems to have this icon.
    The IT department can't explain this icon.
    Here's a screenshot of what it looks like ... can anyone explain?

    Thanks for your quick reply.
    Your answer is interesting because I've never changed anything in File->Options->Privacy->Exceptions
    However, I did check and on the Exceptions dialog box, there was a "dummy" URL in the "Blocked people/domains".
    I state "dummy' because it was an invalid URL ... no relationship to any of our company URLs.
    Thanks for the answer !

  • How to add folder/project name to a File Naming preset

    Here's a tip to automatically add the name of the Project or its parent Folder to the filename during Import or Batch Change.
    I always used a custom field for adding my client's name to the filename upon Import or Batch Changing versions or masters. But often I would forget to change the custom name, and since it's auto-populated with the previous entry, I'd end up with a bunch of files with the wrong client's name on them. That looks kind of bad. So once I saw with Aperture 3 you can add the Project name or Folder name when relocating referenced files to the new folder structure, I was excited to be able to do the same for the filenames at import. Well, no such luck. They're not an option when you create a custom File Naming preset.
    However, I recently decided to poke around inside some plist files, and found a workaround. I discovered the format string for Folder Name is %F and Project Name is %P. The trick is getting the code into the Format Field where you create the preset.
    Create a new File Naming preset by choosing "edit" from the Version Name menu during Import or Batch Change. Drag everything you want in the name into the Format field, and enter %F or %P where you want the Folder or Project name. The tricky part is that you can't insert it between two existing criteria. It only works at the very end. After you have it in place, you can drag the criteria around to get it in the order you want.
    The alternative method is to insert the code directly into the plist. PLEASE, always make sure you're working with a copy and have a good backup when you're poking around in such things. If you have trouble getting the code to take from within Aperture, you can try this. Same as above, create a new preset, but this time, enter an F or P where you want the Folder or Project name. Give it a unique preset name and save it. Then Quit Aperture. Navigate to ~/Library/Application Support/Aperture/FileNamingPresets.plist, and make a copy of the file, then open with Property List Editor. Dropdown the plist and then dropdown the item you want to edit. You should recognize it by the preset name. Now the easy part. Click in the FormatString field and insert the % character before the F or P you entered in the Format field. Save and you're done.
    I discovered later that while the Folder and Project name works just fine during import, for some reason only the Project name works during Batch Change. The Folder name simply creates a "-" in the filename.
    In case this is seen as a hack and gets deleted, I'm also submitting it to http://www.macosxhints.com/ and I suspect if anyone from MacCreate sees it, they'll steal it too, as they're known to do.

    I do not think there is an out of the box way to do this.
    The immediate solution that comes to mind is using a workflow, that runs everytime  a document is uploaded/item created, which may be too much for your scenario.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • I can't get some song on my iphone they work off of the computer but they wont show up on my phone they are in the "on my iphone" section but they gray and have a gray dotted circle next to them i have tried every thing I just want them on my phone HELP!

    I can't get some song on my iphone they work off of the computer but they wont show up on my phone they are in the "on my iphone" section but they gray and have a gray dotted circle next to them i have tried every thing I just want them on my phone HELP!!!

    You have posted to the iTunes Match forum, which your question does not seem to be related to. Is your question concerning iTunes Match or syncing with iTunes via USB?

  • Why do songs that I just had on my iPhone have a dotted circle next to them and won't sync to my phone?

    I recently downloaded about 20 new songs and put them into iTunes. I synced my iPhone with iTunes, but suddenly unchecked songs started syncing to my iPhone and the songs i had downloaded would not. I looked into it and under "on my phone," the songs had dotted circles to the left of them. I restarted the phone, i restarted the computer, and finally i cleared the phone and restored it to the back-up. After restoring it didn't work, I unsynced all of my music from the phone and tried to resync all of the checked songs onto it but ALL of the songs i previously had on the phone have the dotted circle next to them. I am so incredibly frustrated and have no idea why this is happening. Why it 1) downloads unchecked songs, 2) has dotted circles next to all of my songs, and 3) won't sync any music I have checked as they are all now marked with the dotted circles. Please help! How do i fix this?

    I had this issue on my iphone 4, and two songs listed on the iPhone in iTunes had the dotted circle.  I researched it, and I found a hundred different answers.  Some were complicated like uninstalling and reinstalling iTunes.  All I did was this...  In iTunes under Music, I simply unchecked Sync Music, and I deleted all music from my iPhone.  I then checked Sync Music, chose all the songs I wanted.  No songs in iTunes had dotted circles, and all songs on my iPhone played.

  • PWA 2010 error when i try to open the project name in Project Center

    Hi, this is my first post.
    Im having a trouble with our Project Server, when i try to open the project name in Project Center it gives me an error like this:
    ProjectServerError(s) LastError=GeneralUnhandledException Instructions: Pass this into PSClientError constructore to access all error information 
    Stack Trace: 
    [SoapException: ProjectServerError(s) LastError=GeneralUnhandledException Instructions: Pass this into PSClientError constructore to access all error information]
       Microsoft.Office.Project.Server.WebServiceProxy.PWA.WorkflowGetProjectDrilldownInformation(Guid projectUid, String userPropToClear, Boolean bCheckOutProject) +401
       Microsoft.Office.Project.PWA.ApplicationPages.ProjectDrillDownPage.OnLoad(EventArgs e) +822
       System.Web.UI.Control.LoadRecursive() +66
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
     And also when i try to open the document that associated with the project in project center it gives me an error like this :
    Exception Details: System.Web.Services.Protocols.SoapException: ProjectServerError(s) LastError=GeneralUnhandledException Instructions: Pass this into PSClientError constructore
    to access all error information
    Source Error:
    Line 12: bool LoadLinkItemsPage = (Request.QueryString["Task"] != null);
    Line 13:
    Line 14: ProjectWSSInfoDataSet ds = PJContext.Current.PSI.WssInteropWebService.ReadWssData(ProjectGuid);
    Line 15: if (ds != null && ds.ProjWssInfo.Rows.Count > 0)
    Line 16: {
    Source File: c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\PWA\COMMON\wssnav.aspx    Line: 14 
    Stack Trace:
    [SoapException: ProjectServerError(s) LastError=GeneralUnhandledException Instructions: Pass this into PSClientError constructore to access all error information]
    Microsoft.Office.Project.Server.WebServiceProxy.WssInterop.ReadWssData(Guid projectUID) +377
    ASP._layouts_pwa_common_wssnav_aspx.PJWebPage_OnLoad(EventArgs e) in c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\PWA\COMMON\wssnav.aspx:14
    Microsoft.Office.Project.PWA.PJWebPage.OnLoad(EventArgs e) +67
    System.Web.UI.Control.LoadRecursive() +66
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
    has anyone experienced this
    before and might be able to help? Thank you!

    For what it's worth, given the age of this question, I've found that stopping and starting the Project Application Service on each server via Central Admin is less disruptive to the rest of your farm when using Project Server in a larger SharePoint
    farm.
    IISRESET will cause active user sessions to be disconnected and could result in lost data.
    I also found that recycling the app pool associated with my Project Server web application in IIS and restarting the web site did not resolve this situation so the IISRESET is not a guaranteed fix.
    Targeting only the Project Application Service from Central Admin removes this minor risk and actually restored access to our Project Sites.
    N03L.

  • My iphone will no longer connect to my home wifi. it recognises it, but the searching cirlce is constant next to network name. there are three laptops and another iphone on the same wifi that have no issues. i have reset network settings

    my iphone will no longer connect to my home wifi. it recognises it, but the searching cirlce is constant next to network name. there are three laptops and another iphone on the same wifi that have no connectivity issues. i have reset the network settings but that did not help. the issue started last week when the second iphone was introduced to the house, could this be the cause?

    No.
    Any problem connecting your iPhone to any other wi-fi network besides your own?

  • Adding Project Name in OTL Time Card

    Hello All,
    I have done the following Changes to display Project Name in OTL time Card in R12.1.3 with no luck, please let me know.
    1. Added Attribute28 as PROJECTNAME for Context - PROJECTS in OTL INformation Types - DFF
    2. Using AK Html Forms, Added HXC_CUI_PROJECT_NAME to HXC_CUI_TIMECARD
    3. Added Mapping PROJECTNAME
    4. Ran the Generate Flexfield and Mapping Information
    5. Modified and uploaded the ldt
    6. Made Changes to Preferences using OTL Application Developer to look at latest layout
    7. Bounced Apache Server
    BEGIN HXC_LAYOUTS "ZEN_PROJECTS-TIMECARD" "HXC"
    OWNER = "RSREENIV"
    DISPLAY_LAYOUT_NAME = "Z Projects Timecard Layout"
    LAYOUT_TYPE = "TIMECARD"
    TOP_LEVEL_REGION_CODE = "HXCCONFIGTESTCUI"
    LAST_UPDATE_DATE = "2012/01/06"
    BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Timecard Layout - Project"
    OWNER = "ORACLE"
    QUALIFIER_ATTRIBUTE_CATEGORY = "LOV"
    QUALIFIER_ATTRIBUTE1 = "ProjectLOVVO"
    QUALIFIER_ATTRIBUTE2 = "N"
    QUALIFIER_ATTRIBUTE3 = "HXC_CUI_PROJECT_LOV"
    QUALIFIER_ATTRIBUTE4 = "809"
    QUALIFIER_ATTRIBUTE5 = "12"
    #QUALIFIER_ATTRIBUTE6 ="HxcCuiProjectNumber|PROJECT-DISPLAY|CRITERIA|N|HxcCuiProjectId|PROJECT|RESULT|N|HxcCuiProjectNumber|PROJECT-DISPLAY|RESULT|N"
    QUALIFIER_ATTRIBUTE6 ="HxcCuiProjectNumber|PROJECT-DISPLAY|CRITERIA|N|HxcCuiProjectId|PROJECT|RESULT|N|HxcCuiProjectNumber|PROJECT-DISPLAY|RESULT|N|HxcCuiProjectName|PROJECTNAME|RESULT|N"
    QUALIFIER_ATTRIBUTE8 = "ProjectNumber"
    QUALIFIER_ATTRIBUTE9 = "ProjectId#NUMBER"
    QUALIFIER_ATTRIBUTE10 = "oracle.apps.hxc.selfservice.timecard.server.ProjectLOVVO"
    QUALIFIER_ATTRIBUTE17 = "OraTableCellText"
    QUALIFIER_ATTRIBUTE20 = "N"
    QUALIFIER_ATTRIBUTE21 = "Y"
    QUALIFIER_ATTRIBUTE22 = "L"
    QUALIFIER_ATTRIBUTE25 = "FLEX"
    QUALIFIER_ATTRIBUTE26 = "PROJECTS"
    QUALIFIER_ATTRIBUTE27 = "Attribute1"
    QUALIFIER_ATTRIBUTE28 = "PROJECT"
    LAST_UPDATE_DATE = "2004/05/24"
    END HXC_LAYOUT_COMP_QUALIFIERS
    END HXC_LAYOUT_COMPONENTS
    ### Project Name Component start ###
    BEGIN HXC_LAYOUT_COMPONENTS "Projects Timecard Layout - Project Name"
    OWNER = "ORACLE"
    COMPONENT_VALUE = "PROJECTNAME"
    REGION_CODE = "HXC_CUI_TIMECARD"
    REGION_CODE_APP_SHORT_NAME = "HXC"
    ATTRIBUTE_CODE = "HXC_CUI_PROJECT_NAME"
    ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
    SEQUENCE = "215"
    COMPONENT_DEFINITION = "TEXT_FIELD"
    RENDER_TYPE = "WEB"
    PARENT_COMPONENT = "Projects Timecard Layout - Day Scope Building blocks for worker timecard matrix"
    LAST_UPDATE_DATE = "2004/05/24"
    BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Timecard Layout - Project Name"
    OWNER = "ORACLE"
    QUALIFIER_ATTRIBUTE_CATEGORY = "TEXT_FIELD"
    # Show Label (Component)
    QUALIFIER_ATTRIBUTE1 = "N"
    # Show Label (Parent Component)
    QUALIFIER_ATTRIBUTE2 = "N"
    # Field Width
    QUALIFIER_ATTRIBUTE3 = "20"
    # Field Height
    QUALIFIER_ATTRIBUTE4 = "1"
    # Style Class
    QUALIFIER_ATTRIBUTE17 = "OraInlineInfoText"
    # Display On New Line
    QUALIFIER_ATTRIBUTE20 = "N"
    # Show Outside Building Block
    QUALIFIER_ATTRIBUTE21 = "Y"
    # Outside Direction
    QUALIFIER_ATTRIBUTE22 = "L"
    # Access Method
    QUALIFIER_ATTRIBUTE25 = "FLEX"
    # Context
    QUALIFIER_ATTRIBUTE26 = "PROJECTS"
    # View Object Attribute
    QUALIFIER_ATTRIBUTE27 = "Attribute28"
    # Component Alias
    QUALIFIER_ATTRIBUTE28 = "PROJECTNAME"
    # Read Only
    QUALIFIER_ATTRIBUTE30 = "Y"
    LAST_UPDATE_DATE = "2004/05/24"
    END HXC_LAYOUT_COMP_QUALIFIERS
    END HXC_LAYOUT_COMPONENTS
    ### Project Name Component end ###
    Edited by: 891594 on Jan 6, 2012 11:40 AM
    Edited by: 891594 on Jan 6, 2012 11:54 AM

    In extended controller processRequest method:
    Get the project ID, asssuming that you are passing project id through hash map.
    String prjId = pageContext.getParameter("ProectId_Parameter");
    Default the LOV item value using:
    OAMessageLovInputBean msglov = (OAMessageLovInputBean)webBean.findChildRecursive("ProjectId");
    if(msglov != null)
    msglov.setText(pageContext,"Hello");
    -Anand

  • Linked content using RH project name for topic title instead of FM file/heading name

    Anyone seen this before? (and, yes, for anyone who is interested, the epub of my book should be available once I get this solved)
    -Matt
    PS: the htm filename is fine, it's just the topic title that's odd.
    Message was edited by: mattrsullivan

    I'm pretty sure that was in reference to setting Topic Title markers...not something I want to do in a 700 page book!
    More info: The book processes and validates a clean EPUB if I omit the index, and throws 300+ errors when I include the index.
    Via Notepad++. the index shows <section name=(the project name)>, so I imagine it's taking offense at the eleventy-six files with the exact same topic identifier.
    Anyone seen this before??
    -Matt

  • Songs not syncing - greyed out & dotted circle next to them

    When I updated my iPod Touch 5th gen to IOS 8.1 most of my artwork did not sync.
    Today I updated to IOS 8.1.1 in the hope this would sort the above problem. SOME of the missing artwork has been restored but not all. however
    the recent additions to my library from CD and purchases from a supplier other than iTunes Store are now showing under Recent Purchases and are
    GREYED OUT WITH A DOTTED CIRCLE next to them.  They are showing & playing correctly in my library on my PC.  Can anyone help to explain this.
    APPLE - IF YOU WANT TO LOSE LONG STANDING CUSTOMERS YOU ARE CERTAINLY MAKING A GOOD JOB OF THAT WITH ALL THESE PROBLEMS !.

    Tried to sync again today in hope.
    The Good News - All the greyed out & circled items have synced to my iPod.
    Now the Weird News - 1) Although the items have synced they still are greyed out with circle when you look at Music under My Device.
    2) Of the 6227 items ticked to sync from my library of 8000 there has been 6414 synced - 50 songs purchased very recently from iTunes Store have duplicated & another 137 random songs show a cloud with downward arrow which were items which were unticked  in my library so should not have been synced. 3) It is showing 44.14 GB of free space when there is only 2.9 GB of space left.
    APPLE - Every time I update or sync my iPod my stress levels now go through the roof. If any other companies goods/services had this much hassle they would be out of business !

Maybe you are looking for

  • How to get an updatable ADODB Recordset from a Stored Procedure?

    In VB6 I have this code to get a disconnected ADODB Recordset from a Oracle 9i database (the Oracle Client is 10g): Dim conSQL As ADODB.Connection Dim comSQL As ADODB.Command Dim recSQL As ADODB.Recordset Set conSQL = New ADODB.Connection With conSQL

  • More than one Criterion for a Criterion Group

    Hi All, I'm new to SAP PMS and require one information. We can assign Criterion to Criterion Group (VB->VC or VB->VB). I currently use a free enhancement to add note for each criterion group and maintain the settings under Dynamic settings under colu

  • Mouse Flickering Issues

    Hello. I've on an iMac (24-inch, early 2009) on 10.5.8 OSX Leopard. For the past 1 month, I've been experiencing rapid flickering of the mouse cursor. This happens regularly when I'm using firefox. The only way to get out of that situtation is to pre

  • Is it possible to design a GUI for Displaying KM Docs with limited options?

    Hi all, The task is to secure the documents published in KM and accessible (read&write)to a limited group,the proposal is to display the docs in a new GUI which lacks options like, "save as , print,copy,paste," and i should also be able to disable ce

  • How to get the hdmi signal?

    I just but a macbook pro on july 2011 I also purchased a moshi adapter and a dyvex hdmi cable, i must say it is meant for PS3. When i first tried to get the signal, i had to plug/unplug a couple of time. But then it worked out great. After, I tried t