Change margins + object move with margins

Hello!
We have a catalogue with 300+ pages!
Margins size for that catalogue are:
Top: 18 mm
Bottom: 18 mm
Indise: 12,7mm
Outside: 12.7 mm
Margins Inside and outside must to be change to 20 and 15 mm
After i change the margins, the objects(incl. contet, tables, text.... etc) is not move with new margins size!
Enable Layout adjusment.. it is not working like I want.
How can i change Margins and all object to move with new margins size?
Thank you in advance!

If the objects are not currently snapped to guides they will not move reliably. If they are all athe same distance from the current margins, however you can, with Layout Adjustment off, change the margins so they snap, then enable layout adjustment and change the margins to where you really want them.
Other than that, you need to do your moving object-by-object. If they all need to move the same amount it's probably scriptable, and you should ask in the scripting forum for help: InDesign Scripting

Similar Messages

  • Object Movement with Key Events

    Hi everybody!
    Im trying to move an object over the screen with keyboard buttons. The problem I have come across with is that I would like to use the right button to move right, up button to move forward, etc. but I cant push, for example, right and up buttons at the same time to make a diagonal movement. How can I solve this?
    Thank you and regards.

    I added key events to a sequence and than check them in the program.
    Something like this:
    class Car extends CustomNode {
        var keys:KeyCode[];
        public override function create(): Node {
            ImageView {
                transforms: [ Translate{ x: bind x, y: bind y }, Rotate{ angle: bind direction}]
                x: -w
                y: -h
                image: Image { url: "{__DIR__}car.png"}
                onKeyPressed: function( e: KeyEvent ) {
                    insert e.code into keys;
                    if(e.code == KeyCode.VK_UP){
                        ds = 2.0;
                    }else if(e.code == KeyCode.VK_DOWN){
                        ds = -2.0;
                    }else if(e.code == KeyCode.VK_LEFT){
                        da = -1.0;
                    }else if(e.code == KeyCode.VK_RIGHT){
                        da = 1.0;
                onKeyReleased: function( e: KeyEvent ) {
                    delete e.code from keys;
        public function move(){
              // check keys
    }

  • Problems with changing margins in pdf

    I am new to creating Adobe forms.  We are a law firm and uses ProLaw case management software.  I am starting to create Adobe fillable forms to be imported into ProLaw as fillable forms.  The problem I am having is I cannot change margins in the Adobe form.  I went to Print and Page Setup, but the area to change margins is grayed out, no matter what paper size I choose. 
    Is there a setting our IT people need to change in order for me to be able to change margins in the Adobe document?
    Thank you for any help.
    Karen Fonseca

    Hi Michael,
    Thanks so much for your reply.  I feel like a fish out of water.  I have gone to the crop tool, and it says to click and select area and then double click to crop.
    My document's left margin is now 1" and I need it at .5.  My right margin is fine at .5.   By cropping the "space" on the left, it will reduce the margin?
    Thanks again,
    Karen

  • Error in multiple operation with change document object for custom table

    hi all,
    I have developed a change document object for a custom table ZTEST and developed a report program for insertion, updation & deletion..everything works fine if I do only once ie. if I created only 1 entries. If I created 2 new entries , I am getting an Error "DUPREC:POS&Z3RL_TAB&Z3RL_TAB" and EXIT the transaction.
    why I am getting this error??? is it not possible to do multiple operation with the change document???
    kindly help.
    Edited by: JaiKarthik on Apr 7, 2010 6:20 AM

       LOOP AT ts_mod INTO wa_mod.
                READ TABLE <i_itab> INTO <wa_tab> INDEX wa_mod-row.
    * Select the existing entries in table Z3RL for change history
                    SELECT SINGLE * FROM z3rl
                           INTO wa_z3rl
                           WHERE vkorg   = <wa_tab>+3(4)
                           AND   zzkunnr = <wa_tab>+7(10).
    * Move the old entries
                    IF sy-subrc = 0.
                      CLEAR ls_z3rl.
                      ls_z3rl = wa_z3rl.
                    ENDIF.
    * Update the table
                 MODIFY (viewname) FROM <wa_tab>.
                   CLEAR wa_z3rl.
                    wa_z3rl-mandt      = <wa_tab>+0(3).
                    wa_z3rl-vkorg      = <wa_tab>+3(4).
                    wa_z3rl-zzkunnr    = <wa_tab>+7(10).
    * Populate change tables
                    CLEAR wa_change.
                    wa_change-teilobjid = 'Z3RL'.
                    wa_change-textart = 'TEST_2'.
                    wa_change-textspr = 'EN'.
                    wa_change-updkz = 'U'.
                    APPEND wa_change TO ts_change.
    *call the fM to log the values in CDHDR table.
                    CALL FUNCTION 'Z3RL_WRITE_DOCUMENT'
                      EXPORTING
                        objectid                 = 'Z3RL'
                        tcode                    = sy-tcode
                        utime                    = sy-uzeit
                        udate                    = sy-datum
                        username                 = sy-uname
                        planned_change_number    = ' '
                        object_change_indicator  = 'U'
                        planned_or_real_changes  = 'U'
                        no_change_pointers       = 'U'
                        upd_icdtxt_z3rl= 'U'
                        n_z3rl= wa_z3rl
                        o_z3rl        = ls_z3rl
                        upd_z3rl= 'U'
                        lv_opt                   = ' '
                      TABLES
                        icdtxt_z3rl= ts_change.
                CLEAR : wa_mod, <wa_tab>.
              ENDLOOP.
    Edited by: JaiKarthik on Apr 7, 2010 6:49 AM

  • HT3384 How do I change margins and header footers on a pages document?

    Hi can anyone help me on how do I change margins and header / footers on a pages document?
    Many thanks

    Oddly, when one enters text that is a paragraph string longer than the width of the the page, the text doesn't wrap. There seems to be something a bit wonky with the margins, but perhaps it's something else. I fiddled with styles to see if I could control it, but to no avail. I'm giving up and boing back to '09. Each time I think I'll switch to iWork 5, I encounter some other restrictive feature that sends me scurrying back to '09.

  • I would like to find the object change and to move

    Thank you very much, but
    Sayfaları, tek tek sayfalarını bakacak bu script belgede (3, 5, 7, ...) işlem yok
    I would like to object all page (height and width of the rectangle is known, the text frame) to move to find and replace
    The height and width of a rectangle with known or find text frame, changing the height and width, to move to a point
    I'm glad I sent you edit scprit
    var findX, findY, changeX, changeY, moveX, moveY;
    var diyalogWindow = app.dialogs.add({name:"RECTANGLE oR TEXT FRAME", canCancel:true});
    with(diyalogWindow){
      with(dialogColumns.add()){
    with(borderPanels.add()){
    with(dialogColumns.add()) {
    staticTexts.add({staticLabel:"FİND X"});
                         findX = textEditboxes.add({editContents: "10"});
                        staticTexts.add({staticLabel:"FİND Y"});
                          findY = textEditboxes.add({editContents: "10"});
    with(dialogColumns.add()) {
         staticTexts.add({staticLabel:"CHANGE X"});
                          changeX = textEditboxes.add({editContents: "50"});
                          staticTexts.add({staticLabel:"CHANGE Y"});
                          changeY = textEditboxes.add({editContents: "60"});
             with(dialogColumns.add()) {
         staticTexts.add({staticLabel:"MOVE X"});
                          moveX = textEditboxes.add({editContents: "100"});
                          staticTexts.add({staticLabel:"MOVE Y"});
                          moveY = textEditboxes.add({editContents: "10"});
    if(diyalogWindow.show() == 1) {
    var myDocument=app.activeDocument;
    var p;
    for(p=0; p < myDocument.selection.length; ++p) {
            myDocument.selection[p].move([changeX.editContents,changeY.editContents]); // ................... how contined ???

    https://forums.adobe.com/message/6714843#6714843
    this script
    app.selection  .paragraphs.everyItem (). spaceAfter = 1
    its make spaceafter = 1
    but how make
    1
    2
    3
    4
    5
    Each click, I get a continuous increase
    2014-09-04 12:14 GMT+03:00 vandy88 <[email protected]>:
        I would like to find the object change and to move  created by vandy88
    <https://forums.adobe.com/people/vandy88> in InDesign Scripting - View
    the full discussion <https://forums.adobe.com/message/6700008#6700008>

  • How to change margin value in mode booklet printing Adobe Reader X ?

    How to change margin value in mode booklet printing Adobe Reader X ?

    Is this a form you created in Acrobat or is it a form that you're using with Reader? If the latter, there's nothing you can do if the field has been set up to format the field with a £ for the currency symbol.

  • Microsoft word is not responding.  I get this message every time I want to close Word or do some other functions such as change margins or print.  I'm using OSX on a imac.  What do to?

    Microsoft word is not responding.  I get this message every time I try to close a Word document or do some other functions such as change margins or print.  I just get the twirling ball.  I'm using OSX on a imac.  What do to?

    Bummer! The only way I have ever been able to get rid of the dreaded twirling ball was to reboot....with the exception of one time only, when it actually was some super techie issue that was only resolved when they looked at it and did their magic.
    Sorry I couldn't be of more help!

  • I recently downloaded a movie with an avi extension, I changed it to .m4v and then tried to import it into iTunes but never goes through the importing process and it never shows up.

    I recently downloaded a movie with an avi extension, I changed it to .m4v and then tried to import it into iTunes but never goes through the importing process and it never shows up.

    That WON'T convert it.
    If I do the same with an MP3 and change the extension to JPG, it DOESN'T make it a picture. It makes it unusable.
    Change it back to AVI and download "Handbrake". http://handbrake.fr/
    Use HandBrake to "convert" it to M4V.

  • Changing margins in numbers

    how do you change margins in numbers?

    Actually you can change the margins.  I cut-and-pasted this from another thread.
    YellowboxApr 20, 2014 8:00 AMin response to Sammy Waldegrave | This helped me
    Hi Sammy,
    Numbers 3 has lost some features that were great in Numbers 2 (Print View and Layout View). Now we must use File > Print... > Print Setup. But it is now better in Numbers 3.2
    Numbers 3.2 has restored some layout features. See the Print Setup panel on the right in Print Preview:
    Drag the Print Setup panel up to see Page Margins settings.
    Numbers has never had Page Breaks or Print Selection. That is an Excel requirement for Excel's huge sheets.
    The Numbers approach is to use separate tables on a "canvas". Each table has a purpose. Input, database, number-crunching, summary. These tables can be on separate sheets. Print only the sheet that is your "presentation".
    Regards,
    Ian.

  • Why doesnt the smart filter mask move with the smart object?

    OMG Why doesnt the smart filter mask move with the smart object?  Yikes Way PITA

    If you look at the other tread about transform Again and smart Object layers you will find I found there seems to be two flavors of Transform and some bazar behaviors when it come to smart object layers. http://forums.adobe.com/message/4611500#4611500
    However for this problem here I think I can not show you how to do it.
    First target the smart filters Mask.  In fact so you can see what is happening Alt+Click on it so Photoshop displays the mask rather then the the composit image.  Then  use Ctrl+T free transform then just for a test hold down the Ctrl and the Alt keys and drag in a cornor to constrain and srink the Mask thee release the keys and press enter to commit the transform.
    Next target the smart object layer then use the short cut Ctrl+Shift+T (Transform Again) on a PC the smart object layer will be transformed to match the filter mask transform.

  • I can't select "move with text" in object placement on Pages?

    I just imported an image (command shift V) and somehow when I click on "move with text" it doesn't toggle anymore! It seems to be deactivated.
    Could someone help me?

    I just found out. The image was close to an end of session token.

  • How to make tables move with text

    In Pages '09 and Pages 5.0, tables that I set to move with text do not move with text. They overlap text. That is, the table and non-table text occupy the same space, which does not seem to be the intention behind "move with text". In Pages 5.0, I try to fix the problem by selecting a text wrap option such as "Above and below", since I do want text above my table and below my table and I want the table to move with the text when the text changes. But choosing "Above and below" automatically changes the object placement option from "Move with Text" to "Stay on Page", so the table does not move with the text. Re-choosing "Move with Text" once again makes the table and the text overlap, which renders the document unusable.
    I have been frustrated with this behavior for years. I got around it in Pages '09 by using linked text boxes and putting tables outside the text boxes or by putting multi-page tables in their own text boxes without any other text. Since Pages 5.0 does not have linked text boxes, my old work-arounds are no longer possible.
    I must be missing something simple here. What is it?
    Thanks for any help.
    Rick

    If the Table is an inline object then it follows the rules of the text it is sitting in.
    ie Line Spacing, Space Before and Space After.
    The Line Spacing is the crucial specification. The Table should be in its own paragraph and have Line Spacing Multiple set, usually to 1, with before and after spacing to set it off from surrounding text.
    Inline Objects are one case where you should use Multiple Line Spacing because they vary in size and it is best to let Pages work out what space to give them.
    Peter

  • Demo Error when creating or changing configuration objects

    Hi All,
    I am trying to "Generate the Configuration Objects" for Demo: CheckFlightAvailability.
    But in the GenerationLog I got the error under "Generation Statistic" saying that "Error when creating or changing configuration objects".
    I can any one tell me what went wrong?
    Regards,
    Nagarjuna.

    Did you ever solve this issue? We are experiencing the same errors, but with ZCM 11. Server configurstion is Windows Server 2008R2, database is MS SQL 2005.
    Every time we try to create or change a (Windows) bundle or policy there's an error message in ZCC. The error is:
    com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: org.hibernate.exception.ConstraintViolationExcepti on: could not insert collection: [com.novell.zenworks.datamodel.objects.assignableco ntent.AssignableContentObject.ContentServers
    ...followed by a different GUID(?) every time.
    We've placed a SR but haven't had any suggestions from Novell yet - we're soon going from calm to panic as we are planning to move from test to production in two weeks...
    Cheers,
    Peter

  • Flash AS3 OOP = Can 1 objects class find and change another objects xy properties?

    What I have is a game with a Level object, inside the Level is a Player object, and they don't have instance names given, what I'm trying to figure out is how to do is make it so that the player can change the x or y properties of the Level object.
    To be more precise, I'm making it so that when the player moves in a certain direction, he either moves accross the stage, or he starts moving the Level object around the stage, it'd be in an Event kind of function, now I can easily make the Player move, but I don't know how to make the Level object move which the player is inside of.
    Is anyone able to help me on this please?

    I tried a simple getter setter idea, but it doesn't seem to work
    public class Mover
      private var _moveValue:Number = 5;
    public function Mover()
      Player.shift = _moveValue;
    public class Player
    private var _vx = 0;
    public static function set shift (_move:number):void
      _vx = _move;
    public function Player
    addEventListener(Event.ENTER_FRAME, onEnterFrame);
    function onEnterFrame(event:Event):void
    x += _vx;
    Thats with my limited imagination and knowledge of AS3 here so far... is that going completely wrong? If so are there any good examples or tutorials I could check out to get a better idea of what I'm trying to do?

Maybe you are looking for