Failed to remove unused Styles

The inDesign CS5.5. I can't select all the styles, but the option to remove and trash can icom dimmed out and not selectable. What Miss me?

I bet that you have the "Basic Paragraph Style" selected - and this isn't trashable. Deselect by clicking the control, and then try again.

Tags: InDesign

Similar Questions

  • Remove unused Styles using measures

    Hello

    I need to remove paragraph styles not used in the document by using action, until the unused style count is 0.

    I saw the url below in this forum.  I can do this, use the action?

    remove unused styles from a single action...

    Thanks in advance,

    Sudha K

    Hello

    It won't make any change. However, please create pdf and compare with an old to check this. If my answer is correct, please mark it as correct response so that it is reference to others.

    Thank you

    Ramesh K

  • remove unused styles from a single action...

    Hello world

    Is there a faster and better way to remove unused paragraph styles and character in InDesign without closure styles. Here is my script created. Its working fine.

    //-----------------------------

    var doc = app.activeDocument;
    var pStyle = doc.paragraphStyles;

    for (i = pStyle.length - 1; i > = 2; i--) {}
    app.findTextPreferences = app.changeTextPreferences = null;
    app.findTextPreferences.appliedParagraphStyle = pStyle [i];
    var myFind = app.findText (false);
    If (myFind == 0) {}
    pStyle [i] .remove ();
    }
    }
    Alert ("OK");

    //----------------------------

    But in our documents, we have many styles. So above script takes a few minutes to perform the task. It would be better if she has the action runs in a few seconds. Can someone look into this and provide me with a better solution.

    Thanks in advance

    Indana

    Here is how I could do this:

         ArrayCompress=function(array){
              var str = array.sort().join('\r')+'\r'
              str = str.replace(/([^\r]+\r)(\1)+/g,'$1')
              str = str.replace(/\r$/,'')
              return str.split('\r')
         }
         IsInArray = function (item,array){
             for(var i=0;i=0;i--){
         if(IsInArray(allStyles[i].name,names)){
              allStyles.splice(i,1);
         }
    }
    alert(allStyles.length + " unused styles");
    

    Please note: If your tables are tidy header or footer, cells.everyitem () will not work. You will need to loop through the cells to build the table.

    Substances

  • Failed to remove unused footage MXF with function "make offline".

    When I arrive at the end of the major projects, I want to sort the images by usage and delete unused items.

    It has always worked well, until I started to edit my Canon XF305 MXF files.

    Now when I go on > make offline > Media files are deleted, I get this message...

    Error deleting file

    The files could not be deleted from the drive. The files may be locked, or you don't have access privileges.

    Capture.JPG

    The files are not locked by Windows and I can still use this method to remove other types of files.

    Editing the configuration

    =============

    Adobe Premiere 2015.2 CC

    Windows 10 Home 64-bit

    Skylake Core i7 6700 K

    32 GB OF RAM

    Samsung NVMe SSD 950 (system disk)

    SAMSUNG SSD 840 EVO 500 GB (edit by car)

    GeForce GTX 980 Ti (361.91 driver)

    A solution to this problem, which is not as fast is to go to > file > project manager and collect files and copy them to a new location.

    Use the option "Exclude unused Clips" and choose a new location.

  • Remove unused styles

    Hi all

    Is it possible to look through a site and find all the CSS rules that are used and then delete unused rules to a set of style sheets?

    Thanks for any idea.

    In a Word, no. This would be a useful feature, but there is nothing of that nature built into Dreamweaver. Personally, I use the Audit to the Chrome Developer Tools tab to to deal with this.

  • Remove unused paragraph Styles - without basedOn styles

    Hi all

    I have remove the unused paragraph style, re-flow the pattern content also deleted "basedOn" style.

    How to avoid remove basedOn styles.

    Example here:

    1. I have not used the '06 extract"style of paragraph directly in paragraphs (texts), so it's the unused paragraph style.

    2. I applied "06 extract 1 P" style of paragraph directly in paragraphs (texts), but connected the pstyle "06 extract" to indirectly ' 06 1 P "(avec l'option basedOn) see below excerpt.". "

    Removing unused styles, the "06" excerpt has also removed and affects '06 extract 1 P. So, re-flow occurring in this document, how to avoid this? No need to remove by using the 'basedOn' styles (example: "06 extract").

    Screen shot 2015-10-12 at 3.27.12 PM.png

    myDoc var = app.activeDocument;

    var myParStyles = myDoc.paragraphStyles;

    var myCharStyles = myDoc.characterStyles;

    for (I = myParStyles.length - 1; i > = 2; i--) {}

    removeUnusedParaStyle (myParStyles [i])

    }

    for (I = myCharStyles.length - 1; i > = 2; i--) {}

    removeUnusedCharStyle (myCharStyles [i])

    }

    function removeUnusedParaStyle (myPaStyle) {}

    app.findTextPreferences = NothingEnum.nothing;

    app.changeTextPreferences = NothingEnum.nothing;

    app.findTextPreferences.appliedParagraphStyle = myPaStyle;

    var myFoundStyles = myDoc.findText ();

    If (myFoundStyles == 0) {}

    myPaStyle.remove ();

    }

    app.findTextPreferences = NothingEnum.nothing;

    app.changeTextPreferences = NothingEnum.nothing;

    }

    function removeUnusedCharStyle (myChStyle) {}

    app.findTextPreferences = NothingEnum.nothing;

    app.changeTextPreferences = NothingEnum.nothing;

    app.findTextPreferences.appliedCharacterStyle = myChStyle;

    var myFoundStyles = myDoc.findText ();

    If (myFoundStyles == 0) {}

    myChStyle.remove ();

    }

    app.findTextPreferences = NothingEnum.nothing;

    app.changeTextPreferences = NothingEnum.nothing;

    }

    Thank you in advance,

    Dev

    before checking if the paragraph style is in use, check if all other models are based on it. something on the lines of (warning code, bad, inefficient to come):

    for (i = myParStyles.length - 1; i >= 2; i--) {
        for (var z = 0; z < myDoc.allParagraphStyles.length; z++) {
            var goodToRemove = true;
            if (myDoc.allParagraphStyles[z].basedOn == myParaStyles[i]) {
                //mark the parastyle as not to remove
                goodToRemove = false;
                break;
            }
        }
        if (goodToRemove) {
            removeUnusedParaStyle(myParStyles[i]);
        }
    }
    
  • Removing unused columns - pre and post checks

    Friends...

    DB: 11.2.0.3

    OS: Linux

    I have a few quick questions in relation to removing unused columns which I intend to do on the production database (5 tables 20 GB each)

    The columns are already defined as unused tables, but I'm trying to get a backup plan for this tables if something goes wrong, while editing the table.

    Could some experts share their experience with me?

    1. What backup plan, I can have 5 tables to retrieve them in case something goes wrong?

    (I thought about import export, but I think import will fail if I try to import after that "alter table drop unused column" did not order)

    Also some tables have 500 lines and taking the export compliance will be problematic.

    2. any request to know in advance which package could be invalid after the fall of the column?

    3. statistical does is invalid?

    (According to my knowledge, I think that it won't affect his stats and also tested this and stale_stats column was not after a column.)

    4. do I need to scan the table or rebuild indexes to ensure that this drop column does not affect the performance of the application?

    5. any other minor/major that keep them in check after a fall unused column?

    Thank you

    Mike

    @rp0428... I understand your doubts and yes it's true, there were 5 tables of 20 GB each and additionally 5 tables, there are a few smaller tables I thought won't create a problem. For large tables, I did used control point.

    As always, I have tested plan in dev environment with the same size/data lines but a unused fall was quick and no problem with cancellations is why during production, it took me surprise.

    I had cancellation of 32 GB, so obviously, I was confident of small tables)<5 gb)="" should="" definitely="" fit="" in="" 32gb="" (but="" it="" wasn't="" the="">

    OK - but we can only go through the information you post and you don't post anything of this.

    If you had my question would be why you do not use "checkpoint" when you tested and why you didn't used it for this 5 GB table in production that generated 100 GB of REMAKING?

    My next question would be: what PROBLEM have you tried to solve by dropping the unused columns? Your application was working fine so why was the decision taken?

    And the reason for this question is that ANY significant changes to a table (standard partitions, add virtual columns, split partition, etc.) is ONLY suitable for technical purposes.

    There are almost always other changes that could / should be made and it is usually beneficial to make all these changes as a whole. Common examples include 1) get rid of the old data (dilation), 2) addition of such constraints as NOT NULL, 3) a table partitioning, 4) adding new columns - perhaps with NOT NULL value and/or default values constraints.

    Since 'other' someof these changes can be problematic if done online, it is generally advised to do a thorough analysis to make sure that you have identified ALL the changes you want, you can then do all at once. Often the best solution is to re-create the table and data using the DEC.

    1. a normal 'drop unused' rewrites all the blocks. It's not moving lines to other blocks - it essentially tightens just online content in order to remove all the content of the unused column.

    2. a normal 'drop unused', even if you use control points, leaving the "unusable" table until the WHOLE picture was treated. This means you NEED to perform the operation before normal re-use of this table, you can resume

    3. a normal life 'unused drop' will NOT free space which can be used by other objects - the same lines occupy the same blocks - the lines are just "small". Therefore, there is NO space to release.

    Creating a table (e.g. DEC) you can use a bulk loading and parallel operations and move lines of new blocks. It can also if take care of these 'other' I mentioned with little or no extra charge of the changes.

  • Using the crop tool to remove unused pixels or the artboard

    I have a cut picture, I placed a drop shadow (using the layer styles) on a transparent background.  I want to quickly use the crop tool to remove unused pixels or the artboard.

    I tried to enable 'show the edges of the layer', but it ignores the layer style/shade that I placed, and as it disappears when you start using the crop tool itself.  If this does not really work.

    Is there another way to do this?  Other than the eye it?  I too want to crop the image as tight as possible, but I don't want tight, too tight and cut off from the shadow.  Any advice?  Thank you!!

    Try Image - Trim function.  I think it will do exactly what need you.

    -Christmas

  • How to remove unused genres

    I'm trying to remove unused genres in my library?

    A few types are predefined in the standard MP3 tags. Others, created by you or inherited as part of the downloaded files can be eliminated by changing all instances of this kind.

    In music > My Music > select songs like point of view. You should see a list of the types near the top of the window > select a type you want to eliminate > select all songs are listed in the main window > read information (cmd + I) > remove or change the type field in the window that appears.

  • Cannot upload anything get message that the disc is full... Remove unused files and try again

    I can't download anything. I get a message that the disc is full... Remove unused files and try again... I have deleted many, cleaned the register w/Ccleaner, but doesn't seem to be enough... I don't have the original Windows XP CD... Was already installed. I don't have a recovery CD. Can I use this and start all over again to start on a clean slate? Is there something I can do? I can't yet to update anything.

    I have w/Service pack 3 Windows XP. PC is Dell pentium 4.

    I can't download anything. I get a message that the disc is full... Remove unused files and try again... I have deleted many, cleaned the register w/Ccleaner, but doesn't seem to be enough... I don't have the original Windows XP CD... Was already installed. I don't have a recovery CD. Can I use this and start all over again to start on a clean slate? Is there something I can do? I can't yet to update anything.

    I have w/Service pack 3 Windows XP. PC is Dell pentium 4.

    Please do these two simple things and the report on the results.

    A. report of the disc

    1 double click (or click, if it's in the start menu) Workstation

    2. for each drive (you must be at least 'disc' Local (c), right click and select Properties.  Report of the 'space used', 'Free space' and 'capacities '.

    B. know what is using the space

    1. get a USB that has at least 4 MB of space.  You can buy a 4 GB (this is 1,000 times more that you) thumb drive from Staples for $7.99 and connect it to your computer.

    2. download JDiskReport.  Go to http://www.jgoodies.com/downloads/index.html, make a right click on the link 'Win', choose ' save link under ', navigate to your USB key and save the file.

    3. in the installation: uncheck the 3 boxes on the screen "select components"; on the "Choose installation location" screen, click the Browse button and navigate to your USB key so that all the files will be installed on the USB.

    4. when the installation is complete, click on my computer, open the USB key, open the folder named JDiskReport and double-click on the file named jdiskreport - 1.3.2.jar (you don't see the .jar extension).

    5 scan C: and see what is taking place.

  • How to remove unused files from my account site live hotmail?

    original title: unused files

    How to remove unused files from my account site live hotmail?

    The question you have posted is bound using Windows Live (hotmail) and would be better suited to the Windows Live Help Solution . Please visit this link to find a community that will provide the support you want.

  • remove unused pages after copyng to previous pages

    original title: remove unused pages after coptyng to previous pages

    Hi, I have vopy oand CPAST info frompages to prreevios of pages but can not remove unused pages. Can you help me?

    Thank you

    Vicki

    Hello

    A few questions will help us better to solve your problem. Please answer these questions for us:

    1. what operating system do you use?

    2. what programs you have problems with?

    3. is there an error message generated?

    4. what type of file you go when this happens?

    5 How long this issue is past?

    6. is there anything changed/added/deleted before this issue popped up?

    It's basically the who, what, when, where and why of troubleshooting.
    b Eddie

  • How to remove paragraph styles select only

    Hi friends,

    How to remove paragraph styles select only

    Example:

    CO_H3

    COCPN

    COINT1

    COINTT

    Line of credit

    Head of design issues

    Design A-Head Mtrs

    Design Mtrs Hd

    EOC-nl-listitem

    Literate EOU continued

    Thank you

    Hi Karthik,

    Please try this code

    indesign #target

    var allStyles = app.activeDocument.paragraphStyles;

    var total = allStyles.length;

    var arrPosition = 2;

    myInput ();

    myInput () function

    {

    var myParStylesList = app.activeDocument.paragraphStyles.everyItem () .name

    var w = new window ('dialogue', ' ParagraphStyles applied: ");

    var myInputGroup1 = w.add ("group");

    myInputGroup1.add ('statictext', undefined, ' paragraph style: ");

    myInputGroup1.alignment = 'left ';

    var myDropdown1 = myInputGroup1.add ('dropdownlist', undefined, myParStylesList);

    myDropdown1.selection = 1;

    var myButtonGroup = w.add ("group");

    myButtonGroup.alignment = 'right ';

    myButtonGroup.add ('button', undefined, 'OK');

    myButtonGroup.add ('button', undefined, 'Cancel');

    w.Show ();

    r = [myDropdown1.selection.text];

    for (i = 2; I have<>

    {

    If (allStyles [i] .name is r)

    {

    allStyles [i] .remove ();

    Return r;

    }

    on the other

    {

    arrPosition + 1

    }

    }

    }

    Kind regards

    Barry B.

  • How can Hello I remove unused assets please

    How can Hello I remove unused assets please

    Hello

    In this scenario, select "go to trump" among the options that you get to drop down.

    Once you click on "go to trump" Muse will open the page in design mode that has this very special and will choose this asset.

    Now you can remove it by pressing the button DELETE in the keyboard.

    Concerning

    Vivek

  • remove unused resources, while being sensitive to the related assets

    How can I remove unused assets from my library?

    Of course, the easy answer is to verify the account of its use and remove anything from scratch.

    But, how can ensure me that I don't remove an asset that has a counter for the use of zero, BUT is loaded by Actionscript?

    Is the library > select unused items sensitive to this?

    Thanks for your comments.

    Hi Greg,.

    In Flash Pro when you right-click in the library and choose "Select unused items" symbols with link names get selected. Thus the cases you mentioned above is supported.

Maybe you are looking for

  • 6 s iPhone camera and Photos

    Two days ago, I noticed that I can't erase the photos from the film. Will appear it after a few seconds. The device works, but the pictures are not stored on the camera. Nothing about photos or camera seems to work. Not even send a picture over text

  • MiniHDMI to not follow the no sound

    I have a yoga pro 2 and I want to connect to an external monitor. I bought a mini HDMI to HDMI cable. The video is perfect but no sound. If I plug into a TV the sound comes from the TV so cable is OK. Can I change the settings on the Yoga to allow th

  • incoming mail is ok, but my e-mail policy is shrinking when I 'response', 'before' or write a new email.

    My emails were fine, but now even if all goes well when I get the mail, when I write a new one, or use the 'response' or 'before' the police tab becomes small excrutiatingly! I have to type in Comic without 26 so that I can read what I write! When wr

  • Event log &#62; doesn't have a logon event

    Hello world I get the next event and do not understand what he says: -------------------------An account could not connect. Object:Security ID: Karen-PC\KarenAccount name: KarenAccount domain: Karen-PCLogin ID: 0x64be4 Logon type: 3 The account to wh

  • Windows Media Player 11 will not play its video only!

    I already have the fine plays media and media that I download from my camera is fine. However if I upload any kind of video on the internet via my Utorrent that noise plays, no Visual at all. My friend gave me a file of its Utorrent and it's exactly