excerpt from script to open the file info dialog box?

is it possible to have a script, open the dialog "file info" and then just end (leave the dialog box open) so that the user can enter any information of metatag?

This appears to do:

app.menuActions.itemByID (75265) .invoke)

But this seems to do too:

app.menuActions.itemByID (89092) .invoke)

Not really sure what is the difference, but it is without a doubt one

difference, so check it out carefully. If you find something, after return!

Tags: InDesign

Similar Questions

  • My 'File Info' dialog box is somewhere lost in the space of display-MAC... Help, please

    Hello

    I tried to open my 'File Info' dialog box and it opens, because I can't click or do anything else, but he is nowhere to be seen. I googled this and found that I could remove "DVADialogPrefs.xml" to help solve this problem, but it did not work for me. I also found this re - configure my screen arrangement might help, but that did not help.

    I know that I can add it in the PDF file after export, but its an extra step.

    Can someone out there help me out?

    Much appreciated!

    André

    Hi Andre,

    Please try uninstalling InDesign with preferences app delete and install again.

    Thank you

    -Anshul

  • Can not enter wildcard (*) in the file selection dialog box when opening a file

    It's something I've not seen before. I posted this question in the forum Autodesk AutoCad LT five days ago, but I got no answer at all. Because I'm not sure whether it is a Windows or a problem with Autocad, I thought I'll try to post here, too.

    On one of our AutoCad workstations, when you open a drawing, we cannot enter a wildcard character (*) in the file selection dialog box to help unravel the drawings.

    In other words, say there are 10 versions of a drawing with the number 5008. I should be able to enter the 5008 * and just see these ten designs. On this computer, when I try to type an asterisk (*), I get this error message: invalid character. The following characters are not allowed in file names: \ /: *? "<>

    Now, I know that they are not allowed... but I don't mean to create a file name. I'm just trying to classify them. On our other RTE Autocad workstations, the wildcard character works fine.  What's up with this one? Y at - it a setting or a variable that controls this?

    Thanks - Kevin

    Hello

    ·         The problem occurs with any other application?

    It may be some setting in Auto CAD, which raises the question, and its best you seek help from experts in DAO automatic.

    Diana
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How do you remove the watermark preset in the file &gt; export dialog box?

    I'm new to Lightroom, but so far I like it. However, I'm trying to figure out how to remove the watermark preset in the file > export dialog box. I have some that are duplicates.

    Open the Preferences of Lightroom window and select the Presets tab click the button labeled "Show Lightroom Presets folder...". It will open a window of type OS containing folders. Find the folder named Lightroom and it contains, you should also find a subfolder named 'Watermarks'. Your presets watermark must be in this folder.

  • All of a sudden is not opening the Camera RAW dialog box.

    Hi all, yesterday I managed to convert RAW files from the bridge in CR5 Tiff files without problem. Today, when I'm trying to do, the Image Processor dialog box does not appear. Any help out there? I get a message "initial request for the bridge is not active and must be started at least once"... huh?

    Okay, I provide my own solution... I had a previous bridge from adobe installed as a trial version still on my computer. Once I uninstalled the bridge worked raw file interface.  You would think that since the versions were named differently Adobe could not understand how to solve problems like that. Sheesh a waste of half a day.

  • I can't transfer files flv to mobile to the computer, when I tried to transfer the file, a dialog box indicates that the file is opened in the Media Foundation Pipeline. Exe

    I can't transfer files flv to mobile star Samsung Galaxy of the computer, when I tried to transfer the file, showing a dialog box indicates that the file is opened in the Media Foundation Pipeline. Exe

    Discussions were merged.

    Deleted duplicate.

    Hello Arun,

    Thanks for posting back.

    If you have successfully transferred your files and they are stored in a location on the hard disk, that is, in a folder or drive on your computer, they will remain on your computer, regardless of any number of reboots.

    Hope this information is useful. If the problem persists, please post back for assistance.

  • 4.0EA3: cannot access the mapped drives (Windows) in the file browser dialog boxes

    All windows files Explorer allows access to local (hard drive) C: and D: (DVD) drives. It is not possible nor access readers mapped (that refer to our server of UNC file paths) - i.e. the network drives.

    I tried the following access to the file Explorer:

    File-> open: does not work

    File Data-> shape-> open: does not work

    Tools-> Preferences-> environment-> Logs-> Browse-> Log Directory: does not work

    It worked / works great in SqlDev 3.2.2

    I tried to dismiss the problems of connection and authentication to our SAN (network drives are fully accessible from Windows Explorer and same 11.1.2.2.0 JDeveloper) - I created a drive mapping on my hard drive. Can't see this mapping within the SqlDev either

    Problem on Win7 64-bit

    Looking forward to feedback from the Oracle, or to see if other users to find the same question

    Alan

    I checked this in the Production version (build 13.80) and my drive letters are back!

    Yay!

  • Open the files in several folders and run

    Hello guys,.

    I have several files in several folders, I would like to know is it possible to automatically open the files in folders and execute action defined in PS.

    Example: I 1-folders12 (folder name will change regularly), I have 5 files in folder 1, 10 in folder2 and 7 in folder3,... and so on.

    I need a script to open the files one by one and perform the action to the PS and nearby, once all the files are processed in the Folder1, the script should search for folder2 and until the last folder. Is this possible? looking for consultant.

    Screen Shot 2016-01-21 at 7.53.49 PM.png

    This should be possible with just using Image Processor, which comes with the PS. Just check the box that says to all subfolders.

  • Open the data object - accessory to open the file in the pdf document

    I am trying to create a script that will open the attachments embedded in a pdf document.

    I used the following javascript code to list all the files into a document so that I can retrieve the name

    var d = this.dataObjects;

    for (var i = 0; i < d.length; i ++)

    Console.println ("Data Object [" + i + "] =" + d [i] .name);

    The console has reported:

    Data object [0] = MTP-300-X - 1210_A.pdf

    Data object [1] = MTP-300-X - 1240_A.pdf

    Then I used the following script to open the file

    this.openDataObject("MTP-300-X-1210_A.pdf");

    Console reports again as follows and does not open the file:

    [object Doc]

    Can anyone offer please help on how to open the attachment pdf embedded in a document?

    Thank you very much!

    When you open a PDF attachment with this method, it opened as hidden, and the hidden property is read-only if it is not editable after its opening. To display it so that it is not hidden, use the app.openDoc method. Use what you have to understand the type of path you specify. As test, try this in the console:

    var oDoc = openDataObject("MTP-300-X-1210_A.pdf");

    Console.println (odoc. (Path);

    oDoc.closeDoc ();

    It should show something like:

    |/C/Folder1/Folder2/parentPDF.PDF| U:MTP - 300-X - 1210_A.pdf

    This is the way that you use the app.openDoc method to open the PDF attachment so that it is not hidden the opening.

  • Cannot open the file edited in cameraraw Bridge in photoshop?

    Hello. If I edit a photo on the camera raw bridge I can't open it in photoshop again. How can I fix it?
    I tried to reset the camera raw default options, but it will not always open in photoshop. Whenever I click on it it opens in camera raw, again, that is not what I want. Thank you!

    Shift-double-click (or click, depending on the parameters of bridge) a vignette in the bridge to open a camera raw image in Photoshop without opening the Camera Raw dialog box.  To open several raw files directly in the PS: hold the SHIFT key while choosing File > open or right click on an image and then open.

  • How can I prevent running a php script Dreamweaver when I open the file?

    I have a .php script that writes to a file. Example:

    $fileout = "schedule.txt;

    $fname = fopen ($fileout, 'w');

    ... and later he writes the data in $fileout.

    When I open the file in Dreamweaver, php code is executed. This means, the $fileout is created, written to, etc. This also occurs when the file is saved.

    I want only that to run when I said to (for example, an excerpt in Chrome).

    CS5. PHP MySQL server model. Windows 7. WAMP.

    You will need to wrap the script in a conditional statement and create a trigger that will set the condition on the move.

  • Script to change political colors managent or open the files with "keep profile".

    Hello!

    I am trying to open the girls with the parameter 'profile hunt kept '' through my script.

    I really don't like if it's done with "openoptions" or changing policies managent RGB and CMYK color to "preserve the profile. (Available via the Edit menu-> color settings.)

    I know that this is possible through action, but I really need to change that through my script.

    I'm totally at a loss here, so any pointers in the right direction would be much appreciated!

    Thank you!

    / Peter

    A slightly cleaned up version:

    Open the file without warning mismatch and keep current color space:

    2015, use it at your own risk.

    #target photoshop

    Var ref = new ActionReference();

    ref.putProperty (stringIDToTypeID ("property"), stringIDToTypeID ("colorSettings"));

    ref.putEnumerated (charIDToTypeID ("capp"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var docDesc = executeActionGet (ref);

    var colorSetting = docDesc.getObjectValue (stringIDToTypeID ("colorSettings"));

    var theOpenMismatch = colorSetting.getBoolean (stringIDToTypeID ("askMismatchOpening"));

    var theRGBPolicy = colorSetting.getEnumerationValue (stringIDToTypeID ("policyRGB"));

    var theCMYKPolicy = colorSetting.getEnumerationValue (stringIDToTypeID ("policyCMYK"));

    var theGrayPolicy = colorSetting.getEnumerationValue (stringIDToTypeID ("policyGray"));

    disable the warning;

    preserve var is stringIDToTypeID ('Star');.

    setPolicy (preserve, maintain, preserve, false);

    Open the file;

    App.Open (new File("~/Desktop/VA13AHN_1.psd"));

    back to the setting;

    setPolicy (theRGBPolicy, theCMYKPolicy, theGrayPolicy, theOpenMismatch);

    political game.

    function setPolicy (RGB, CMYK, gray, theBool) {}

    // =======================================================

    var idsetd = charIDToTypeID ("setd");

    var desc16 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    ref4 var = new ActionReference();

    ref4.putProperty (charIDToTypeID ('Rprp"), stringIDToTypeID ("colorSettings'));

    ref4.putEnumerated (charIDToTypeID ("CAPP"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    desc16.putReference (idnull, ref4);

    idT var = charIDToTypeID ("T");

    var desc17 = new ActionDescriptor();

    var idpolicyRGB = stringIDToTypeID ("policyRGB");

    var idpolicy is stringIDToTypeID ('policy');.

    desc17.putEnumerated (idpolicyRGB, idpolicy, RGB);

    var idpolicyCMYK = stringIDToTypeID ("policyCMYK");

    desc17.putEnumerated (idpolicyCMYK, idpolicy, CMYK);

    var idpolicyGray = stringIDToTypeID ("policyGray");

    desc17.putEnumerated (idpolicyCMYK, idpolicy, gray);

    var idaskMismatchOpening = stringIDToTypeID ("askMismatchOpening");

    desc17.putBoolean (idaskMismatchOpening, theBool);

    var idcolorSettings = stringIDToTypeID ("colorSettings");

    desc16.putObject (idT, idcolorSettings, desc17);

    executeAction (idsetd, desc16, DialogModes.NO);

    };

  • I can not open my Raw files from my new Nikon 810. With my Nikon 800 I use Bridge to select and then it opens to the PS CS5. To make it work with 810 I download the DNG Converter, but I still can't open the files.

    I can't open my Raw files from my new Nikon 810. With my Nikon 800 I use Bridge to select and then it opens to the PS CS5. To make it work with 810 I download the DNG Converter, but I still can't open the files. What can I do?

    Hi ulcabeek,

    Greetings!

    What version of DNG converter that you use?

    You need DNG converter 8.6 for this: 8.6 camera Raw and DNG Converter 8.6 now available

    Concerning

    Jitendra

  • I can't open the net files downloaded from the d800.  I know I need at least camera raw 7.1 to open the files, I downloaded camera raw 9.2 but still no luck.  PS plug-camera raw still shows 7.0.  I don't know how to change plug.

    I can't open the nef files downloaded from the d800.  I know I need at least camera raw 7.1, I downloaded camera raw 9.2 but was not yet able to open the files.  When I go to Ps, click plug-ins, and click camera raw yet, it shows me that I have the camera raw 7.0.  How to upgrade this plug in.

    Hi rosalbaf

    What version of Photoshop are you?

    Camera raw 9.2 will only work with Photoshop CC and more.

    Update your Photoshop help > update

    See that camera raw required devices supported by Camera Raw , Camera raw, Photoshop

    Concerning

    ~ Assani

  • Using the 10 window, I downloaded cs5 from Adobe. I tried opening the file 7z, that it does not open?

    I downloaded cs5 from Adobe, it puts in the download folder. I tried to open the file with 7z, but nothing that he does nothing?

    Hi Richard,

    There must be 2 parts of the downloaded file - the 7z extension and the other a .exe extension. Please download the parts of the file.

    You must double-click the .exe file that automatically start to extract the contents of the 7z file and begin the installation.

    Kind regards

    Rave

Maybe you are looking for