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>

Similar Messages

  • I have just purchased a Mac Book Pro. I would like to find the list of all updates and downloads that have occurred since purchase. Where can I find that info?

    I have just purchased a Mac Book Pro. I would like to find the list of all updates and downloads that have occurred since purchase. Where can I find that info?

    I know how to do the updates. What I dont know is what size each update that I have completed was. I am having a data usage disagreement with my Telco and want to prove to them that this computer did not download the amount of data they are claiming it did.

  • Is there an icon for face time on the iphone4s home screen? I remember I saw it before but not any more. I still have the FaceTime app,but would like to find the icon on the home screen again. Anyone can help?

    Is there an icon for face time on the iphone4s home screen? I remember I saw it before but not any more. I still have the FaceTime app,but would like to find the icon on the home screen again. Anyone can help?

    Check all of your folders to see if FaceTime is in any of them.
    If not, check your restrictions (Settings>General>Restrictions) and if restrictions are on, and you know the passcode, then FaceTime might be turned off. Turn ON to veiw icon on home screen.
    Let me know if this does/doesnt work.

  • When I open a new window, the current window is closed. I would like to keep the current window and open the new window without losing my current window. I checked "Open new window in a new tab instead" under tabs

    When I open a new window, the current window is closed. I would like to keep the current window and open the new window without losing my current window. I checked "Open new window in a new tab instead" under tabs
    == This happened ==
    Every time Firefox opened
    == Noticed yesterday, June27, 2010

    i just went into preferences, deleted what was in the home page, and entered a new home page address which solved the problem, 

  • I would like to run the vi first and then press the safe button to write it to disk.i am sending you the vi. please can you tell me how can i correct this vi?

    i am running some vis in frames of sequence frome frame number 1 to frame 10.after this i would like to create one other vi with some strings and i want to save it to disk with a save button. i am opening,writing and closing the data.what i want is that a save button to write the file .moreover i would like to run the application first and then press the safe button to write it to disk.i am sending you the vi. please can you tell me how can i correct this vi?
    Attachments:
    savestrings.vi ‏80 KB

    Here's a picture of a while loop around part of your code. All it's doing is waiting to write until the user presses the save button. If you need it to do more, explain in more detail.
    Attachments:
    While_Loop.jpg ‏17 KB

  • I would like to buy the AirPort Extreme and I wanted to purchase a repeater or extender with that, what would that product be?

    I would like to buy the AirPort Extreme and I wanted to purchase a repeater or extender with that, what would that product be?

    The extender would be either another AirPort Extreme....if you want to match the performance of the "main" AirPort Extreme.....or....an AirPort Express.....which would not match the performance of the "main" AirPort Extreme.....but it would provide more wireless signal coverage.
    Whether you choose the AirPort Extreme or AirPort Express to extend the signal, try to plan to connect the extender back to the "main" AirPort Extreme using a permanent, wired Ethernet cable connection.
    If you must connect the main and extending devices using wireless only, then there will be a significant performance drop on the entire network due to to the limitations of extending a network wirelessly. Unfortunately, you lose about half of the potential speed on the network when you do this.

  • HT1338 I would like to download the extra loops and midi instruments.

    There seem to be no updates available, but I would like to use the extra sounds that were not pre-loaded. Every time I try to download the midi files and loops it says check the app store.

    You are running the current version of Lion if you are running 10.7.3 (there is no "snow lion," btw.)

  • HT1311 Can I find out who changed a password on my account? It was for the game center. It was changed from out of state and would like to find the source to prove it.

    I need to know if I can pin point the source of what device was used to change a password on my account?

    I was notified by Itunes a request for a password change was requested and they granted the change. An X used my email address is how I found out. I changed my password again. Shame on Itunes for allowing anyone to do that. I want to know if I can find the devise or phone that requested a new password.

  • [JS] I would like to find the date modifed of a link file

    I have a vbs script that updates my links. It checks if the file exists and then the modified date. I need to verify the link file had been updated within a few hours to verify it has today's info instead of yesterday's.
    I would like to convert this to use JavaScript but have had difficulties finding the link's modified date.
    I don't expect someone to rewrite my script but can someone give an example to find if a file exists and it's modified date?
    Terry W.
    Option Explicit
    msgbox "Press OK to continue!"
    'appliation object
    Dim objMyInDesign
    'document ofject
    Dim objMyDocument
    'table object
    Dim objTable
    'cell object
    Dim objCell
    Dim txtNewText
    'link object
    Dim objMyLink
    Dim txtFlag
    ' File from file system object
    Dim objFSO
    Dim objFileExistMessage
    Dim objFile
    Dim TimeDifference
    Dim FileDate
    ' Test for Message Box
    Dim MessageText
    ' myDocument will be the active document
    Dim myDocument
    'Windows Script object
    Dim WScript
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objMyInDesign = CreateObject("InDesign.Application.CS3")
    If objMyInDesign.Documents.Count = 0 Then
    MsgBox ("Please Open Document and Try again!")
    Else
    Set objMyDocument = objMyInDesign.ActiveDocument
    DoLinksExist()
    'ProcessLinks()
    End If
    Sub DoLinksExist
    For Each objMyLink In objMyDocument.Links
      If Not objFSO.FileExists(objMyLink.FilePath) And
    (TypeName(objMyLink.parent) <> "EPS") Then
       objFileExistMessage = MsgBox("File/Link does not Exist:"
    & vbCrLf _
       & vbCrLf & objMyLink.FilePath & vbCrLf & vbCrLf _
       & "Do you wish to continue with missing files??", _
       vbYesNo + vbCritical,"Stock Missing -- Continue?")
       If objFileExistMessage = vbYes then
        FilesAge()
        Exit Sub
       ElseIf objFileExistMessage = vbNo then
        MsgBox ("Script Quiting!!")
        Exit Sub
       End If
      End If
    Next
    FilesAge()
    End Sub
    Sub FilesAge()
    For Each objMyLink In objMyDocument.Links
      If objFSO.FileExists(objMyLink.FilePath) And
    (TypeName(objMyLink.parent) <> "EPS") Then
       Set objFile = objFSO.GetFile(objMyLink.FilePath)
       TimeDifference = abs(DateDiff("h", Now,
    objFile.DateLastModified))
       'If file is older than six hours then present error
    message
       If TimeDifference > 6 Then
        objFileExistMessage = MsgBox("ATTENTION!!!!" _
         & vbCrLf & "OLD!! OLD!! OLD!!" _
         & vbCrLf & vbCrLf _
         & "A Stock is very OLD" & vbCrLf _
         & vbCrLf & objMyLink.FilePath & vbCrLf &
    vbCrLf _
         & "Do you wish to flow old stocks onto
    page???", _
         vbYesNo + vbCritical,"STOCKS OLD --
    Continue?")
        If objFileExistMessage = vbYes then
         ProcessLinks()
         Exit Sub
        ElseIf objFileExistMessage = vbNo then
         MsgBox ("Script Quiting!!")
         Exit Sub
        End If
       End If
      End If
    Next
    ProcessLinks()
    End Sub
    Sub ProcessLinks
    For Each objMyLink In objMyDocument.Links
      If objFSO.FileExists(objMyLink.FilePath) And
    (TypeName(objMyLink.parent) <> "EPS") Then
       objMyLink.Update
      Else
       'objFileExistMessage = MsgBox("The following file/link
    DOES NOT exist" _
        '&  vbCrLf _
        '& vbCrLf & objMyLink.FilePath _
        '& vbCrLf & vbCrLf & "This link will not be
    processed" _
        '& vbCrLf & vbCrLf & "Click on 'OK' and" _
        '& " script will continue processing
    files/links")
      End If
    Next
    End Sub

    Seems like I may have found the answer of the modified date by using:
    var file2 = new File(myLink.filePath)
    alert("file2.name: " + file2.name)
    alert("file2.name: " + file2.modified)
    For the date I use:
    var currentTime = new Date() to get the time for Now and then subtract the file's date. If the difference is more then six hours I wan't to update the file. We link to text files created daily for lists of Dow stocks so must verify we're using today's stock info. I should change the time to one hour instead of six but it's worked for the past eight years.
    I'm now updating from InDesign CS to CS4 and from FreeHand?? to native Illustrator files for our graphs. I haven't figured out how to update the Illustrator graph's data using a script... well that's a different forum....
    Terry w.

  • I want to import my bookmarks from my old hard drive to my new computer. Old hard drive is in new computer as secondary drive, can't run firefox from it. Would like to find the file where my bookmarks are stored

    have looked in the old hard drive for the file where my favorites would be stored. the only file that I can find is not the latest. I did not back up my favorites on the old computer.

    Bookmarks are no longer stored in an html file. Instead, they are stored in a file called '''places.sqlite''' in your '''Profile''' folder.
    # Locate the '''places.sqlite''' file in your old hard drive.
    # Copy it into the '''Profile''' folder of your new hard drive.
    # Note that since you would be overwriting the places.sqlite in your new drive, your current bookmarks/history etc would be overwritten by the ones in the old drive.
    For more information, see these articles:
    [http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile Recovering important data from an old profile] and [http://kb.mozillazine.org/Places.sqlite places.sqlite]
    If you wish to know how to locate your Profile folder, read this article: [https://support.mozilla.com/en-US/kb/Profiles Profiles].

  • ``I would like to find the good 'driver ' to install it on my computer`` (BB pearl 8130)

    somebody can give me a link or something to find the good 'driver ' to be able to make work my ' RIM mass storage device ' on my old  computer please! tnx a lot  [email protected]

    Look here:
    https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Upgrade PS CS5 to CS6- would like to find the link on Adobe site.

    anyone know where the link on Adobe's site is for the upgrade version of Photoshop CS6. I'm upgrading from CS5.  Chatted to 4 different individuals from Adobe and the link they provided all sent me to full version of CS6 for the full price. I know thery still offer the upgrade for $199 and is download only...can't buy discs anymore as this is the last version.

    Hi bmcadams223,
    Please find the link to purchase CS6 upgrade: http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html?start=10 .
    Regards,
    Romit Sinha

  • I would like to uninstall the latest update and revert back to the most recent version

    I've seen several posts asking how to uninstall a recent update with a reason for wanting to do this and not one of them actually answers the question. I have an add-on that I really have grown fond of that is not compatible with the latest update and simply want to know how to go back to the previous version of firefox.

    Question here, not an answer so leaving with a unresolved issue.
    I strongly want to Un-install Update 27.0 and revert all things back to 26.? Just tell me if I can do this without loosing all my settings and starting over????. 27.0 is not playing nice with a MAJOR website I have no control over nor can I share it online.. The kicker,don't laugh I'm using XP updated to the max. A straight answer please,I've spent hours crawling through answers and questions.
    Add me to the List of numerous people who want to un-install a Update.
    Thanks in Advance for the answer. 02-12-2014

  • I have just got the iPhone 5s but my contacts are in extras, I would like them on the home screen can I move them ?

    Is there any way I can move contacts from "extras" to the homescreen?
    I am not very tech savvy, I just want to be able to use my iPhone like my old iPhone 3GS, I don't l like change too much.
    Thanks

    Axeman1020 and cheonweb Thank you so much.
    I have followed your instructions and it's worked.
    I really am grateful.
    I have not used this forum before but guess I will now.
    Many thanks

  • I want a job for apple in which I design the actual iPods, iPhones, iPads, and iMacs. What is this called? I do not necessarily want to do any internal stuff. I would like to design the actual device and help build it. I want to give ideas for the devices

    I would love a job where I can help make the blueprints of how I devices will be made. I want a job where I can more so help plan the creating of every new device rather than building the already planned devices.

    There is no simple job description or position that would fit. The jobs of design are generally split among many people and roles. You might try viewing the existing jobs; that might give you some clues as to avenues of education and job experience to pursue. Viewing the Design jobs might give you at least a start:
    https://jobs.apple.com/us/search?#function&t=0&sb=req_open_dt&so=1&j=DES&lo=0*US A&pN=1
    Regards.

Maybe you are looking for

  • EXTERNAL SCREEN ON 8220 PEARL NOT WORKING

    Well, I lost my OS in the middle of December. Thanks to everybody's help I managed to get a generic OS reloaded and then I went back to the Blackberry Desktop Manager and reloaded my phone provider's (Orange) specific OS. I've also managed to reinsta

  • Feed title?

    Hi, I wonder if anyone can help me? I'm running wordpress 2.0 with the plugin podpress. I have submitted a podcast RSS feed and it has been accepted but it is now asking for a feed title? In the podpress options I have specified a title (I'm not sure

  • Advance Return to vendor

    Dear All , I have a scenario how to send  advance return material to vendor (this is like third party procurement ) EX- I procure one material 10 qty from one vendor than i send to customer site if  material get faulty at customer site then customer

  • Sync iCal with multiple Mac systems - How to ?

    I have created a system over the years that finally worked for me using my Palm. I use missing sync and will sync my iCal at my office Mac and also at my home Mac. This way if over the weekend or anywhere else in-between my schedule changes, everythi

  • Frm-40735 when-button-pressed trigger raised unhandled  exception ora-03114

    hi everybody, i am using oracle 10g release 2 in my test server and 10g release 1 in production server with forms in 10g running through the oracle 10g application server with no problem with our production server. but the same form when i try to use