How to Paste Items (app.paste()) in particular page specific Geometric Bound

Hi,
I have 3 pages in my indesign document.
Each has 2 layers.
I have a functionality like copy a group from different indesign document using app.select() and paste in my host document respective page.Say for an example 1st page.
I have tried the logic and got successfull paste in my host document but it is pasting at the centre.
Can any one help me how to do this.?
I am using javascript..
Thanks
Feroz K

Dear feroz JI,
try this app.activeWindow.activePage = app.pages[x]

Similar Messages

  • HOW TO DISPLAY THE TEXT ON A PARTICULAR PAGE IN SAPSCRIPTS

    HI,
       HOW TO DISPLAY THE TEXT ON A PARTICULAR PAGE IN SAPSCRIPTS?

    in ur script main window
    /: IF &TTXSY-PAGE& = 15.              
    ur text or standard text           
    /: ENDIF.                             
    use this.
    hope it helps if any issues revert back

  • How do I delete apps's windows from the new "app exposé"? Particularly Pages-

    Hi, I'm having an enourmous trouble with organizing my "recent" (rather ALL GOD **** WINDOWS!!!) documents in apps that support App Exposé. When I do the gesture with 4 fingers moving simoultanously down, it shows the currently opened window along with ALL THE WINDOWS I'VE EVER OPENED IN MY LIFE!!!!!!! What can I do to delete the at least the "windows" that are not even on my mac anymore????? APPLE THINGS ARE SUPPOSED TO JUST WORK! AND ALL I GET IS THEY CRASH, CRASH, CRASH!!!!! DAAAMN THIS! By the way; iCloud is ********!

    Thank you very much for your concern! But I do actually know what the App Exposé is. But is it really supposed to show all the windows I've opened within the App in my whole life? When I do the gesture, it shows the opened windows, and beneath them is list of all the documents and windows I've ever opened. Most of them do not even exist anymore. I'd really like them to disappear. And by the way, thanks a lot for teaching me the Command + Tab movement, which brings me up to an another problem; how do I exactly get to know these kinds of gestures? Like… I know the Mission Control, the App Exposé and now I know the App Switcher. But how do I do other ones? For instance, here is a link (http://youtu.be/HWctFWRi77A?t=2m27s) referring to a movement done in Snow Leopard which I doubt would be still presented in Mountain Lion, as I know a lot of great features have been removed since OS X Lion.

  • Meta Tags:  How to Paste into iWeb pages?

    I created Meta Tags on Go Daddy. I'm not really sure what Meta Tags are, but I understand they help my web site with keywords and search engines. Here's the Meta Tag codes I created (appears to be three codes).
    <title>Dana Point Bodycentre for gift certificates massage skin care body treatments</title>
    <meta name="description" content="Dana Point Bodycentre offers gift certificates, gift centre, day spa services for massage, skin care, body care, body treatments, medical skin care, botox, laser hair removal, med spa services and specials">
    <meta name="keywords" content="Dana Point, Bodycentre, massage, skin care, gift ideas, gift certificates, gift centre, holiday, specials, book online, instant gift certificates, botox, medical skin care, laser hair removal, med spa, therapist, boutique, retail">
    Go Daddy says to "paste the Meta Tag into the Header of my page." I don't understand what they mean by that. I asked them for more help, but they won't help me any further. I need to know exactly where to paste these codes? I created these codes for my Home page, so I suppose the codes go into the .HTML file, or the .file for the web folder. But where? On the .HTML file, when I open it up in Text Wrangler, I see a lengthy text of codes. Where do I paste these codes? And what is the "header" of my page mean?

    NOTE 1: about Meta-Tags and Search engine optimization:
    Some time ago you could "feed" search engines with words by putting them in the meta tags. Nowadays search engines ignore those tags (probably due to spamming) and only look at the content.
    I never did any Meta Tags and it seems to me that my site works fine without Meta Tags on google... Google include PageTitle and PageContent and it works great without any optimisation. Another issue with Meta Tags on iWeb now is that if I publish to a folder I can add MetaTags with text editor but next time I publish to a folder iWeb will overwrite that file and Meta Tags are gone... I then would have to make them all over again... Time... Time... Time...
    Bottom line: I see no need for Meta Tags
    But people reading this... You're free to decide by your own... it's up to you...
    *5 TIPS:*
    -Update your sitemaps
    -Make a second nav bar made of text links as previously explained
    -Further use synonyms in your content. Write your content so that it fits as good as possible everything a 'googler' could search for.
    -Search engines don't look for tags, they look for the content of your pages.
    -In the end it’s all about three things: Content, Content and Content
    http://alyeska.altervista.org/en/iWebiWebGoogle.html
    Regards,
    Cédric

  • How can i organize apps on one home page?

    I have four folders of apps sprawled across four home pages with all that space in between.     How can I move them all to the front home page?    Can't find this in the manual---is there a secret?
    Thanks for whatever help you can provide!  

    Found the answer in the support sidebar----archived message!   Oh joy!   Thanks!

  • How do i put apps on a new page, not the game center

    i tryed to install new apps to my sisters ipod touch, they keep going in the game center and not on a new page.  She dosent have wifi to use with the game center so how can i get them out of there.  ive tryed to drag and place them from the app screen on itunes and the appeare but are not on the ipod

    Sign in to the iPhone or connect the phone to the computer and sign into the store using the original ID and download the apps to the phone?

  • How to remove item header on the last page

    Hi,
    We have an adobe form where, on the last page a BIG footer gets displayed.
    Now if the number of line items are not enough, they wont go till the last page, but the last would still be printed with no line items, just to accomodate the huge footer that we want to be displayed only on the last page.
    Now in doing this, we want that if there are no line items on the last page, the item header should not be displayed. We are not sure how do we do this.
    The same is accomplished in SAP Script, and there they are using WRITE_FORM with type DELETE. So anything that prints after that even on a new page, the item header wont get printed.
    Please suggest how do we do this in Adobe Forms.
    Thanks,
    Tirth

    Hi Mate,
    there is a contradiction then.
    in table header rows definition, we specify show header in subsequent pages, then the header appears only if there are items displayed on that page. in your case the table header shouldn't be displayed then please check why its comming out there...?
    well in any case if you want the script it would be like below on layout ready event of the header row.
    // run the below script in last page
    if(xfa.layout.page(this) == xfa.layout.pageCount()){
    var pageSFList = xfa.layout.pageContent(xfa.layout.page(this) - 1, "subform", false);
    var pageTotal = 0;
    // for each subform named <Item>, which is the data row of the table
    for (var i = 0; i < pageSFList.length; i++)
         var sf = pageSFList.item(i);
            if(sf.name == "headerrow"){ // if header row is found then chec is data row is visible and set its presence accordingly
               if(sf.parent.item.presence == "hidden"){
                   sf.presence = "hidden";
         if (sf.name == "Item") // if data row itself is found set its presence accordingly
           sf.parent.headerrow.presence = "visible";
    you might need to tweak the code according to your element names.
    hope this helps,
    Cheers,
    Sai

  • How to get items on a digital scrapbook page to open where I point.....

    Okay hopefully this makes sense..... So I have been using Photoshop Elements 3.0 for a long time. Just got 9.0 and it is quite different!
    My question is:  When i point at a certain spot on a layer - say the upper right hand corner, and then drag a button to the layout I want it to appear
    in the upper right hand corner. BUT EVERY item I open goes right to the center of the layout. NO MATTER WHERE I click on the layout itself
    or layer. It appears on the layer I want but ALWAYS in the center!
    How do I get it to go where I want it to go without having to dig under "papers" and such to drag it where I wanted it to go?
    I could do this in Photoshop Elements 3.0 but it automatically did that. never had to adjust anything. Is there some magic button I need to press in
    Photoshop Elements 9.0 to get it to do the same?
    THanks so much!!!

    When you say drag, where are you dragging from?
    Could you post a screenshot? (use the camera icon to insert image)
    MTSTUNER

  • How do I move an app icon from one page to another?

    I would like to organize my Ipad2 but can figure out how to move the app icon from one page to another.

    Tap and hold down on an app icon until it wiggles. Then hold down on the icon and drag it about halfway over to the next screen and just hold it there for a second or two and the app will jump to the next page. Do it slowly and just hold the app on the edge of the screen. Don't try to drag it over quickly. It takes a little practice.
    Tap the home button when you are done and the apps will stop wiggling.

  • I am trying to copy and paste a story from a blog.  I can only view the first page on the Pages app.  How do I see the rest of the pages?

    I am trying to copy and paste a story from a blog.  I can only view the first page on the Pages app.  How do I see the rest of the pages?

    Thank you.  That helped in the first step.  I was able to copy text onto multiple pages.
    Now I can't get the pictures to copy.  How do I get my pictures to copy?
    Also once the blog page is on pages, how do i make changes to it?
    This my story and the page I am trying to copy.
    http://www.city-data.com/forum/tennessee/359683-going-off-grid-east-tennessee.ht ml
    Thanks so much
    Lisa(writing) and Mike trying to get it right.

  • How to paste a text in a selected textframe

    Hi, for a new script I would like to paste some text in a textFrame.
    I would like to select my text, copy it and run my script.
    My script locate a textframe, select it.
    I don't know how to paste in the content of the selected textframe.
    app.paste();
    Paste is OK, but it create a new textframe while the block is well selected.
    Can you help me?
    thx!

    So it works the same as it does in the interface itself. Try it: copy text, select (but do not enter) a text frame, hit Paste. A new text frame appears.
    To get what you want, you need to put the text cursor inside your selected frame. That's not a function but fortunately this weird-looking command works:
    app.selection[0].insertionPoints[-1].select();
    app.paste();

  • How to copy paste a new page with thumbnails view in Pages 5?

    How to copy paste a new page with thumbnails view in Pages 5?

    Feature removed along with over 90 others:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=b14426a2c5af2 65f2213d98ee45f08d7&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Export your Pages 5 files to Pages '09 or Word .docx and trash/archive Pages 5.
    Then rate/review Pages 5 in the App Store.
    Peter

  • How to paste arabic and russian text in indesign and have the fonts recognized?

    How to paste arabic and russian text in indesign and have the fonts recognized?

    There is a preference item for clipbaord handling that toggles text ony or formatted text when pating from external applications. You may be pasting unformatted text.
    And of course the fonts must be installed...

  • How to paste image to jpg?

    Hey.
    I recive an email included an embeded picture. I use gmail app and i can copy picture to clipboard, but i dont know how to paste the picture to new file and save as jpg. I can paste to new mail im gmail app or origin Apple mail app. I cant paste to pages document. Do You know some app wicth i can use to mąkę new jpg file?

    The App already includes the feature. But the image has to be sent as an attachment rather than embedded in the email.
    As per Gmail's own help document:
    Google wrote:
    Note: Photos that are embedded within the message can’t be saved to your Photo Gallery. The photo must be added as an attachment.
    Download photo attachments to Photo Gallery
    https://support.google.com/mail/answer/2926444?hl=en&ref_topic=1706314
    You could always try to open the email through the default mail app. Embedded Pictures in emails can be saved just fine from there.

  • Does anyone know how to paste a screen shot?

    Does anyone know how to paste a screen shot (command, shift,3) into a microsoft word for mac document? Every time I try to "paste" all I get is the previous item I cut or copied and not the screen shot...

    Post on the MS Mac forums, as it's their software you're having issues with:  http://answers.microsoft.com/en-us/mac

Maybe you are looking for