Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Help needed, problem here #91569

    Hello Kai,
    thanks for your help, I tried the snipet, it looks good, however I have 2 problems and if I can fix it then this would work out.
    The first one is when the text goes over to the next line as a normal paragraph the number of course stays but the blue circle moves down which is not good, how do I keep the blue background with the number?

    The next thing is if I change the color of the numbered list numbers to white then the paragraph text also becomes white, so how would I get the numbers to be white and the paragraph text to be black?

    Again thanks for your help, is appreciated.

    in reply to: Help needed, problem here #91567

    ok, yes with manually adding the circles of course it works, the problem is that this is something I am doing very often and to have an automatic way of doing it is very valuable.
    I tried the paragraph rules and this works however the problem is that I am not able to center the list numbers so they all appear to the left and I have no idea how to make those “numbered list” be centered and in white, how do you do this?

    I hope what I am writing here is clear.

    I managed to do it with combinumbers however this only gives me hard circles instead of full circles.

    in reply to: script to add separators #91311

    Hello Kai
    thanks for your answer, a person over in the adobe forums gave me this script which solved the problem and one can adjust it to add separators every number of pages etc. It works and it save me a lot of work:

    var doc = app.documents[0];
    var masterNames = doc.masterSpreads.everyItem().name;
    var d = app.dialogs.add({name:”pick a master spread”});
    d.dialogColumns.add().staticTexts.add({staticLabel:”Master Pages:”});
    var dd = d.dialogColumns.add().dropdowns.add({stringList:masterNames});
    if(d.show()){
    var index = dd.selectedIndex;
    d.destroy();
    } else {
    d.destroy();exit();
    }

    var master = doc.masterSpreads.item(index);
    for(var i=3;i<=doc.pages.length;i+=8){
    doc.pages.add(LocationOptions.AFTER,doc.pages[i],{appliedMaster:master});
    };

    in reply to: anybody knows about a script … #74062

    Hello David,
    thanks, this script helps, however this script only exports but it does not print, any suggestions? thanks again.

    in reply to: help with script #73913

    Hey!
    that worked!
    fantastic, this saves us a lot of time, thank you!
    btw we see all your lynda.com videos, they are good!

    in reply to: Trademarks script help #68231

    Hello David,
    thanks for your reply, I have seen the earlier version of Indexmatic, which is for free and this would do the job. Unfortunately this version does not seem to work with indesign cc or cs6. This means I would have to purchase the Indexmatic 2 which is what I will do.
    Thanks for your help and if you get across any other suggestions it would be appreciated.
    BTW I see your videos at lynda.com all the time, your videos are great :)

Viewing 6 posts - 1 through 6 (of 6 total)