'Go to Page' in InCopy? Via script?

Is it possible to get a "Go to Page" dialog in InCopy (see InDesign (layout > Go to Page))? Via script?

If you already have a selector that integrated option didn't need script:

Hug!

Tags: InCopy

Similar Questions

  • get palette via script items

    Is it possible to access the control palette and its sub-sub-pallets/controls within these secondary pallets via script? I'd like to get the channels of available items

    so... theres a range reading vi. Who would have thought... SOLUTION!

  • Failed to copy or print web pages in windows 7 - Script error

    Original title: failed to copy or print web pages in windows 7

    Al I get is,

    An error occurred in the script on this page.

    Line: 2432

    Char: 1

    Error: Argument or invalid procedure

    Code: 0

    URL: res://leframe.dll/preview.js

    Can anyone solve this problem

    Peter Wilson abc

    Hi Peter,.

    1. what browser you use on the computer?

    2 has there been any changes made on the computer before the show?

    If you use Internet Explorer, you can see the links and try to solve the problem:

    You receive a script error and are unable to print from Internet Explorer 9

    How to resolve script errors in Internet Explorer on Windows computers

    Let us know the results.

    Hello someone,.

    Followed the links and successes, printer works but get the error on the page, I have disabled script error in internet explorer, printer removed, pull the USB out, then once again, re-installed the printer and hey presto it works.

    Thanks for your help

    Peter Wilson abc

  • Adobe InCopy (via Creative Cloud) can be installed on Windows Remote Desktop?

    Hello, can Adobe InCopy (via CC) be installed on the Windows Remote Desktop? We already have licenses for all users of the software team in our Organization so it would be the same that connecting to a second computer creative cloud.

    We use the InCopy remote workflow to great success, but sometimes the InCopy users need to access the files on our servers.

    Thank you.

    I don't see that option here system requirements | InCopy

  • You can determine if a TextLayer is a Vertical or Horizontal via script?

    Hi all

    I did a little digging around and could not find if there was a way to determine if a TextLayer object was created with the Horizontal Type tool or the Vertical Type via script?  Also, it would be something that could be changed by program?

    Thank you!

    Calvin

    I'm not aware of any way to get directly to this attribute. You could probably deduce the State with sourceRectAtTime(), but I don't know any way to set/change.

    Dan

  • Export of the correct Hex colors via script

    Hi all

    I need to export the fillColor of a paragraph via script style.

    I can get the fillColor of the paragraph style property and can also convert CMYK Hex. However, I realize that color in InDesign values in some color space of the document uses.

    My question is, is there a native API to convert the values of color for a web safe color value? If this is not the case, how can I go on the correspondences between colors?

    In addition, I see that Adobe knows internally to convert it to a good hex color (attached screenshot - note the color property in the export marking side). If I can't use some native API, is there a way to access the text in this pane?

    Screen Shot 2014-12-15 at 7.25.20 PM.png

    Thank you all in advance!

    Win! It worked!

    Here is the complete solution-

    Assuming that the original color is stored in a variable named color :

    var color = passedInColor; //the original color that we wish to convert.
    
    // Create a temporary color instance that we'll use to extract updated colorValues.
    var scratchColor = workingDoc.colors.add({
                             model: color.model,
                             space: color.space,
                             colorValue: color.colorValue
                        });
    
    // Now, we force adobe's internal color conversion mechanism to trigger by changing the scratchColor's color space.
    scratchColor.space = ColorSpace.RGB;
    var updatedValues = scratchColor.colorValue; // Updated values now has the properly mapped and converted RGB values.
    // You may need to round off the R, G and B values in the updatedValues array.
    // And that's it!
    

    Why am I not surprised that she should be a hacky autour work? * sigh *. It was so so so frustrating to work on this platform! I hope adobe gets his act together!

  • to access the components via script?

    Hi can someone tell me how to access the components via script

    pls... Thank you

    Hello

    You can access any component in the flex application based on the hierarchy of this component.

    parentApplication.CompParentOf_2.CompParentOf_1.AnyComponent;

    parentApplication.CompParentOf_2.CompParentOf_1.AnyPublicVar;

    ParentApplication is defined as the main appplication.

    You can use this script anywhere in the application.

    I hope this can help you if you are looking for it.

    Thank you.

    -

    Afonso

  • Page sizes change when script is activated

    Hello

    I have a PDF with navigation and index javascript page button. The document is set to be in full screen and when you browse using the other, and back it keeps the page to the screen fill parameter. When you move to a page via the button index scripted heading good page but then the size of the page change to a smaller one. Is there anyway that I can add a statement that the page should always be fill screen so that it changes size when the index browse button in the script.

    Text 1

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

    -Do not change the tags XML-

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

    > to the document level.

    < ACRO_source > NavigateMenu < / ACRO_source >

    < ACRO_script >

    / * belongs to: Document-level: NavigateMenu * /.

    function NavigateMenu()

    {

    cDest var = app.popUpMenu ("Intro", "-", "Pharma","-", "Surgery", "-", "VisionCare","-", "VisionsMagazine", "-","ResponseForm");

    this.gotoNamedDest (cDest)

    }

    < / ACRO_script >

    < / at the level of the document >

    < AcroForm >

    Index < ACRO_source >: Annot1:MouseEnter:Action1 < / ACRO_source >

    < ACRO_script >

    / * belongs to: AcroForm:Index:Annot1:MouseEnter:Action1 * /.

    NavigateMenu()

    < / ACRO_script >

    < / AcroForm >

    < AcroForm >

    Index < ACRO_source >: Annot2:MouseEnter:Action1 < / ACRO_source >

    < ACRO_script >

    / * belongs to: AcroForm:Index:Annot2:MouseEnter:Action1 * /.

    NavigateMenu()

    < / ACRO_script >

    < / AcroForm >

    < AcroForm >

    Index < ACRO_source >: Annot3:MouseEnter:Action1 < / ACRO_source >

    < ACRO_script >

    / * belongs to: AcroForm:Index:Annot3:MouseEnter:Action1 * /.

    NavigateMenu()

    < / ACRO_script >

    < / AcroForm >

    < AcroForm >

    Index < ACRO_source >: Annot4:MouseEnter:Action1 < / ACRO_source >

    < ACRO_script >

    / * belongs to: AcroForm:Index:Annot4:MouseEnter:Action1 * /.

    NavigateMenu()

    < / ACRO_script >

    < / AcroForm >

    < AcroForm >

    Index < ACRO_source >: Annot5:MouseEnter:Action1 < / ACRO_source >

    < ACRO_script >

    / * belongs to: AcroForm:Index:Annot5:MouseEnter:Action1 * /.

    NavigateMenu()

    < / ACRO_script >

    < / AcroForm >

    < AcroForm >

    Index < ACRO_source >: Annot6:MouseEnter:Action1 < / ACRO_source >

    < ACRO_script >

    / * belongs to: AcroForm:Index:Annot6:MouseEnter:Action1 * /.

    NavigateMenu()

    < / ACRO_script >

    < / AcroForm >

    JavaScript functions

    function NavigateMenu()

    {

    cDest var = app.popUpMenu ("Intro", "-", "Pharma","-", "Surgery", "-", "VisionCare","-", "VisionsMagazine", "-","ResponseForm");

    this.gotoNamedDest (cDest)

    }

    I hope someone can help because the work is meant to be with the client right now!

    Thank you very much

    David

    Hello

    You can change your function to be something like

    function NavigateMenu()

    {

    cDest var = app.popUpMenu ("Intro", "-", "Pharma","-", "Surgery", "-", "VisionCare","-", "VisionsMagazine", "-","ResponseForm");

    switch (cDest)

    {

    case "Intro":

    this.pageNum = 1;

    break;

    case 'Pharma ':

    this.pageNum = 3;

    break;

    "Surgical" case

    this.pageNum = 6;

    break;

    "surgical": case

    this.pageNum = 3;

    break;

    case 'VisionCare ":

    this.pageNum = 3;

    break;

    case 'VisionsMagazine ':

    this.pageNum = 3;

    break;

    case "ResponseForm":

    this.pageNum = 3;

    break;

    by default:

    this.pageNum = 1; in case something goes wrong.

    breaking

    }

    }

    Hope this helps

    Malcolm

  • Our website gets a red screen, the 'attack page' when accessed via Firefox, but not learn it happened on many computers. Can you please tell me what is happening and how to fix it?

    Attack page! Since Firefox, but not know

    What happened when Google visited this site?

       Of the 5 pages Google tested on the site over the past 90 days, 2 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 2011-11-05, and the last time suspicious content was found on this site was on 2011-11-05.
    
       Malicious software includes 1 scripting exploit(s), 1 trojan(s), 1 exploit(s). Successful infection resulted in an average of 6 new process(es) on the target machine.
    
       Malicious software is hosted on 2 domain(s), including passinggas.net/, delicatecurrant.mysecondarydns.com/.
    

    Works for me in Firefox 3.6.x and 8.0 Firefox and Google Chrome.

    What is the current state of the list for www.divisionofpsychotherapy.org?

    This site is not currently listed as a suspect.

  • How to set null article Page in Session Via JavaScript

    Request Express 4.2.6.00.03

    We set a value in a control SELECTION, 'P5_DATASET_NAME ', in the session with a dynamic Action on the change of this control.

    We do this with the following JavaScript code snippet:

    Apex. Server.Process ("dummy"

    , {pageItems: '#P5_DATASET_NAME'}

    , {dataType: "text"}

    Async: false,

    complete: function (ajaxResponse)

    {

    var ignoredReturn = ajaxResponse.responseText;

    }

    });

    It works perfectly, as long as the user selects a value not zero in the drop-down list SELECT down. In other words, we can make any selection (other than NULL), pop up the session in the developer toolbar and immediately see the new value it. In addition, if we then refresh an interactive report on the page that uses the value of this element in the SELECT source, he correctly extraction based on the new value.

    * HOWEVER * if the user selects the NULL option (only if they choose this option), value in the session remains unchanged and continues to be set to the previous value. The $v function correctly reports the null value. If the is updated interactive report it is based on the previous value.

    So, the question is, what is special about NULL? How can I position "unplugged", the value of a session (or null) article page via JavaScript?

    Thank you

    -Joe

    Joe Upshaw wrote:

    Request Express 4.2.6.00.03

    We set a value in a SELECTION control, "P5_DATASET_NAME", at the session with dynamic Action on the change of this control.

    We do this with the following JavaScript code snippet:

    Apex. Server.Process ("dummy"

    , {pageItems: '#P5_DATASET_NAME'}

    , {dataType: "text"}

    Async: false,

    complete: function (ajaxResponse)

    {

    var ignoredReturn = ajaxResponse.responseText;

    }

    });

    It works perfectly, as long as the user selects a value not zero in the drop-down list SELECT down. In other words, we can make any selection (other than NULL), pop up the session in the developer toolbar and immediately see the new value it. In addition, if we then refresh an interactive report on the page that uses the value of this element in the SELECT source, he correctly extraction based on the new value.

    * HOWEVER * if the user selects the NULL option (only if they choose this option), value in the session remains unchanged and continues to be set to the previous value. The $v function correctly reports the null value. If the interactive report is updated it is based on the previous value.

    So, the question is, what is special about NULL? How can I position "unplugged", the value of a session (or null) article page via JavaScript?

    Another question is: why are you going to this length instead of just using the source attribute Page to go on IR region, which will be automatically put in the session state until the IR is updated?

  • Two pages of forms via JS

    Greetings,

    I did some research on how to create a registration form which has a second page where contacts could provide additional information, but I don't want the customers to enter their e-mail address twice.

    Here is the best solution I found, a post August 2013:

    I would use a hidden field to manipulate the redirect URL and use javascript to add the email address as a query string parameter to it. Then, when the user arrives on the second page, you can use javascript to retrieve this value and enter the email address with it.

    I could do this work when I change the action parameter of the form to a custom URL, but do not know how to run using the default action setting that sends the info to Eloqua, as in the above solution.

    Does anyone have a recommendation I could use? I use Eloqua 9.

    Thank you!

    Hmm, 2 things:

    1. I have typoed that ID button of form in javascript, the line should be $('#part1Button').click (function() {}
    2. Once that has been fixed and I have re-tested, I realized that eloqua does not accept messages via ajax. I never noticed because we repost all using our site as an intermediary. I hacked together a quick fix that is trying to add an image to the page and use the URL of the post that get to the form Manager and display the src of the image, creating a request effectively the data.

    With my hack image code:

    One of these "not pretty but works even when" hacks.

  • How to access the url of the page referred by using script Idoc?

    How to access the url of the page mentioned by using Idoc script...

    For example

    If the following url (http://myhost/mysite) is called by the end-user, it redirects to the UCM login page.

    The page of connection, so I want to get their hands on the referring here (http://myhost/mysite). To do this, I followed the following documentation.

    I put IdcAuthExtraRequestParams = referer in

    /base_domain/UCM/CS/bin/intradoc.cfg and

    /base_domain/UCM/CS/config/config.cfg

    UCM server restarted and Http server.

    Used < $HTTP_REFERER$ > in my htm file. It does not display anything.

    Can I know what went wrong? Is there an alternative way to get this?

    @Jon, I saw some variables such as ssOrignialUrl have the information in the console, but they are lost when its consultation: in page.

    I pulled out the tracedump to the page itself, which gave me a new variable<$AUTH_TARGET_URL$> that contains this value.

    Thanks Jon at made me think so

  • Bike via script of paragraph styles - need help

    Hello

    I have a large document (potentially 3000 pages), on each page is a picture of a picture frame and inside each image is a famous quote. I need to type in each quote so I have 10 configuration value different paragraph styles in a different font. I need a script that applies "QuoteStyle1" the text on the first page, "QuoteStyle2" on the next page, etc., and once that 'QuoteStyle10' has been applied the script performs a loop and continues to scroll through the styles apply a style that is different on each page, until it reaches the end of the document.

    I got a start on the script (see image), but I think the problem is the line 11 - I want to run the script without having to select anything.

    Some additional info that may or may not be of use - all quotes are drawn from a data merge. There is also a name and a color from the data merge. The background on each frame is a different color and that is created with the a very large 'rule below' in a number of other paragraph styles. They are applied with a 'Find & ReplacebyList' i.e. find replace 'Red' with the paragraph style "ColourRed. In the script, I tried to ignore these "color" paragraph styles (lines 2-9) is only the 'quote' styles that the effects of the script.

    Any help getting this race would be more useful.Screen Shot 2015-07-15 at 10.01.20.png

    First of all congratulations for the very creative use of blending modes. I would have never thought about it by myself.

    Now, for the script, here are two ways to do it (both enjoy the fact that you use a paragraph style BaseQuote):

    (1) use a grep search:

    var doc=app.activeDocument;
    var baseQ=doc.paragraphStyles.item('BaseQuoteStyle');
    var switchToStyles=[
    'QuoteStyle1',
    'QuoteStyle2',
    'QuoteStyle3',
    'QuoteStyle4',
    'QuoteStyle5',
    'QuoteStyle6',
    'QuoteStyle7',
    'QuoteStyle8',
    'QuoteStyle9',
    'QuoteStyle10'];
    var l=switchToStyles.length;
    app.findGrepPreferences=app.findChangeGrepOptions=null;
    app.findGrepPreferences.appliedParagraphStyle=baseQ;
    app.findChangeGrepOptions.includeMasterPages=false;
    var quotes=doc.findGrep();
    for (var i=0; i
    

    (2) scroll all managers of related texts:

    var doc=app.activeDocument;
    var baseQ=doc.paragraphStyles.item('BaseQuoteStyle');
    var pags=doc.pages.everyItem().getElements();
    var switchToStyles=[
    'QuoteStyle1',
    'QuoteStyle2',
    'QuoteStyle3',
    'QuoteStyle4',
    'QuoteStyle5',
    'QuoteStyle6',
    'QuoteStyle7',
    'QuoteStyle8',
    'QuoteStyle9',
    'QuoteStyle10'];
    var l=switchToStyles.length;
    for (var p=0;p		   
  • How to upgrade properly with incopy via adobe cc .indd files

    Hello

    We have a group of users in our society who have incopy. This is done for a control (no changes to layouts by accident) and to reduce the costs of not having the full suite for each user.

    With this environment, we found that...

    After any modification of text using incopy, a person with adobe indesign you will need to open the file and update the links so the .indd file will reflect the text changes.


    This should happen after verification or any other change editorial along the way. This adds a lot of steps to our workflow.

    Ex:
    Alyssa is editing an article of sustainability with incopy (any indesign). It made its changes and save the content (should copy, delete a punctuation etc.). However, when you view the .indd file in adobe CC, the changes do not appear.

    Bill (indesign user) should open the file in InDesign, click the update links (it is a pop-up box at the opening) and then save the file again, until the file would reflect changes to text.

    Does anyone know of a way around this? It would be great if incopy could push the text changes without a separate step .indd file.

    Thank you
    Andy

    Hi Andy,.

    The problem you are experiencing is essentially a function of the InDesign / InCopy workflow. While InCopy can display the layout geometry in which the content is placed, it can only change the content. It's really not different of how works an image Photoshop or Illustrator. Through these applications, image editors can change the images, but they do not apply the changes to the files that contain them. This happens only once opened the page layout file in InDesign.

    That said, there are some third-party systems edition out there that can help you with this, with characteristics that make the previews on a server of a "prediction" of the layout once it is updated.

    You do not mention if your company uses a system with InDesign and InCopy editorial. If so, you might want to check with your administrators to see if this is possible.

    Best regards

    Mark

  • How to remove the output of a SELECT on the page out of the Script

    Hello

    I'm running a particular piece of SQL with bind variables. The goal is to get the execution
    plan using DBMX_XPLAN. DISPLAY_CURSOR.

    To get the variables and bind the values of the variables in make them work, I found that I have to select
    instructions in the worksheet, and then press F5.

    It's working very well, but the question I have, is that this SQL data returns more 60 000 rows.

    I don't want to see the lines, and in addition there are limits on the number of rows can be displayed
    in SQL developer.

    Is there a way I can delete the results of the SQL query that appears in the output window of the Script?

    I tried:

    termout off Set
    Set autotrace traceonly
    set pagesize 0

    But nothing makes no difference. Surely I can stop behaving this way? Any suggestions?

    I use SQL Developer 3.2.09

    Thank you!

    Paul Stuart

    Hi Paul,.

    I don't believe it. Same queue the result of a query (whether inline or embedded via @.sql) does not output to the spreadsheet results pane. And internally, to explain the Plan and auto-trace, Developer SQL uses dbms_xplan.display instead of display_cursor.

    Probably your best bet is to reduce total output via Tools | Preferences | Database | Worksheet | Max lines to print in a script. That the setting does not affect the SQL sent to the database, it just limits how the SQL Developer result set that bothers to display when you run Script. Any information you get from display_cursor should be affected. Of course, the worksheet sends many other SQL to the database, that you don't see, so based on the default behavior of 'Look the last cursor' will not work. I assume that you have already taken into account for this.

    Kind regards
    Gary
    SQL development team

Maybe you are looking for

  • HDMI port defective by design?

    Same problem here - I want to (Oh, man I need) to be able to use my HDMI port to make presentations on an external monitor. I recently converted to the technosystem to Apple after being forced by the former employer to abandon in favor of Windows App

  • Share successfully in Youtube, but deleted video

    I have a 38 minute video I have edited in final cut PRO and have tried to share on YouTube to 1080 and 720, and every time I get a message in the upper left corner, letting me know that the video has been shared successfully. However, when I go to my

  • Attempts to convert the french system in English language.

    My computer dell laptop's Canada and French-language.  I would like to change it to English if possible.

  • Using the search sometimes does not find the file extension (for example .pub) files

    I'll try to find some editor 'lost' 97 files on my system (looking for * .pub).  I tried searching and advanced without success, even when research fron "C:". I checked '.pub' files are included in the list of indexing. I created a '.pub' file and st

  • Firefox, Ie, Chrome etc. crushing

    Hey all,. Installed Windows 7 64 bit from a Vista and most of the programs have been works well, but as of recently all seem to crash when you try to play videos in Firefox, Chrome, and IE.  Firefox crash report looks like: Description: A problem cau