How to make something default in File Info..

Hi All,
i would like to know that do we have any settings where we can set the custom panel as the default panel while loading the "File->File Info..." ?
any possiblility for calling the "File->File Info..." from the plugin and setting the custom panel as default
Help Me!
Thanks
Srinivas

Hi Patterson,
Thanks again for your reply,
Can we call a java-script or vb-script from a plug-in?
can i have a sample code for that or specific SDK where i can call the script from a plugin
this is my code:
1 get the total count of menu items
2 compare that with the require one ("File Info...")
and next
AIErr result = sActionManager->AINewActionParamValue(&valueParameterBlock1);
result = sActionManager->AIActionSetString(valueParameterBlock1,'itnm',"CFile Info");
result = sActionManager->AIActionSetString(valueParameterBlock1,'lcnm', "File Info");
result = sActionManager->AIActionSetInteger(valueParameterBlock1,'cmid', -2130705922);
result = sActionManager->PlayActionEvent("adobe_commandManager",kDialogOff,valueParameterBlock1);
i am stuck out here, not able to move an inch from here
suggest and help me
Thanks
Srinivas

Similar Messages

  • How do make Finder to refresh file info so that dimensions are up-to-date?

    When I have edited photos and go back to the folder in Finder, the file dimensions are not up-to-date for files that I have cropped.
    What I am looking for is the equivalent of F5 in Windows, which causes a screen refresh, so that I can see which files I have forgotten to re-size after cropping.
    I think Finder does eventually get the info right but the user has no control over when this happens.

    I don't know if I was very clear.  I want the users to fill out a form and click a button when they are done.   Then I want the result of clicking the button to be for the form to print to Adobe PDF first followed by emailing to me.  Right now the way I set the button up (below), I receive the actual form via email. 
    "Actions" tab,
    "Mouse up,
        Execute a menu item
            File>Save as>PDF...
        Submit a form"
    I want a non editable printed/ refried version AKA "print to Adobe PDF" on the menu items sent to me instead of the actual form.  I have searched all over but can't find if this is possible.

  • How to set the Default values for Info Objects in Data Selection of InfoPac

    Hi All,
    Flat file Extracion:
    How to set the Default values for Info Objects in Data Selection Tab  for Info Package
    ex: Fiscal Year Variant  Info Object having values 'K4' 'Y2' etc  in Flat file
    Initially  default value(not constant)  for this info Object value should be 'K4'  in Info Package
    If I set data selection value for this info object K4 it will retreive records with this selection only? how to handle
    Rgds,
    CV

    Hi,
    suppose as your ex. if you are having fiscalyear variant in the dataselection tab then specify K4 in the from column, again the ficalyearvariant row and click on insert duplicate row at the bottom . you will get another row . In that enter Y2 in the from column. now you can extract K4, y2 values .
    haritha

  • How to make an app a file receiver for images on iOS?

    Hi,
    How to make an app a file receiver for images on iOS?
    I did it for the Android app.xml like this:
    <intent-filter>
            <action android:name="android.intent.action.SEND"/>
            <category android:name="android.intent.category.DEFAULT"/>
            <data android:mimeType="text/plain"/>
        <data android:mimeType="image/jpg"/>
        <data android:mimeType="image/jpeg"/>
        <data android:mimeType="image/png"/>
        <data android:mimeType="image/gif"/>
    </intent-filter>
    How to do it for iOS?
    (I'm using Adobe Air 4.0)
    Thank you!

    What app have you used to create your ibook?  Normally any app will have a menu item like File > Export that will give you the option of PDF, or you can use Print and there will be an option in the Print dialogue to Print to PDF.

  • How to change the default "Safe" files in Safari?

    I would really appreciate if anybody could teach me how to change the default "Safe" files using AppleScripts, Folder Actions or .plist files. I really would like to have some files to open automatically after download, specially .pps files, and safari doesn't recognize such files as "safe". I tried to find out reading the help files but got lost.
    I posted a reply in an old topic for somebody who seemed to know, but it was not related to that topic, so I decided to open a new one.
    I'll be gratefull for any help. Thanks.

    Hi MDRC,
    Have a read of [this topic|http://discussions.apple.com/thread.jspa?threadID=1237961] to see if that helps.

  • How to change the default password file's name and path when the database created?

    how to change the default password file's name and path when the database created?
    null

    Usage: orapwd file=<fname> password=<password> entries=<users>
    where
    file - name of password file (mand),
    password - password for SYS and INTERNAL (mand),
    entries - maximum number of distinct DBA and OPERs (opt),
    There are no spaces around the equal-to (=) character.

  • How to make something similar in 3d? (tv graphics, no only compositing topic!))

    Hi, I am aware that this is community for After Effects, and also this example contains some objects probably maded in some 3D programs, but I want to hear opinion form an expert how exampes below are did:
    These are examples from one tv station i Europe:
    I am curious how it is made:
    http://www.youtube.com/watch?v=QBrQ7krzrVw (please watch only begin and the end of this video)
    http://www.youtube.com/watch?v=j9pU_XIJQqA (especially from very end of video clip-cubes)
    I want to know way how to make something similar and how to composite them like this way?
    Any links related to tutorials, links for similar techniques (c4d, max...?)
    What is your opinion about modeling this scene?
    Thank you!

    It will probably take some 3-D modeling.  Bringing it into AE, I will point you to Andrew Kramer's Element 3D plugin - http://www.videocopilot.net/ 
    He has one demo that is doing a very similar effect -- http://www.videocopilot.net/tutorials/element_animation_engine/

  • How to make a remote panel file dialog open remote directory from any computer

    Hello to everybody. I am using Labview 6.1 and I would like to know how to make a remote panel file dialog open remote directory from any computer (Not only from a specific computer. If I open the file with a specific computer, I have to conect the path of the remote machine, but if I don´t know which remote computer is going to run the aplication, how can I do it?)?

    Hi!
    first you have to know progammatically the name of the remote pc connected to your server: this is a problem!
    I did not find a straigth way, LV 6.1 doesn't allow much progammatic control on the remote panel connection feature, but I'm confident that in the next LV version this will be improved!
    The point is that the Remote Panel Connection Manager (from the Tools menu) has all the informations about the connection: client name, server vi and whatever.
    This application is embedded in the \PROJECT\REMOTEPANEL.LLB and consists of a set of password protected vis.
    So here's the trick: use VIServer to grab data from the rpcm Get Server Data.vi when the Remote Panel Connection Manager is in run mode. By this you get all the informations (not only client name)o
    f the remote panel connection. See my example.
    By the way use client machine name to build the file dialog function input path.
    If anybody has an alternative method it would be more than appreciated to share it.
    Good luck,
    Alberto Locatelli
    Attachments:
    get_remote_machine_data.vi ‏151 KB

  • How to make a scanned PDF file searchable? I bought an Adobe service which I thought allowed me to do this

    How to make a scanned PDF file searchable? I bought an Adobe service which I thought allowed me to do this, but I do not see any instructions how to do it.

    Hi,
    When using Adobe ExportPDF online service, it will run OCR itself when converting any PDF to other file format.
    It also depends upon the quality of the scanned document, so it might be possible that it does not make the file searchable.
    Regards,
    Anubha

  • How to make nemo default file browser for Firefox

    I use Linux Mint. When I download some file and then click on "Open Containing Folder" button it opens Nautilus file browser. Default file browser on my computer is Nemo, so I would like to always use it.

    It is possible to [[Set how Firefox handles different types of files]]. Please open the following options to find that menu:
    # Open Options/Preferences
    # Open Applications
    # Select the action desired
    However if the item is not there, Is that file explorer the default explorer on the linux machine?
    Or please also see [http://askubuntu.com/questions/267514/open-containing-folder-in-firefox-does-not-use-my-default-file-manager]

  • How to make Viewer default (again)?

    I upgraded Adobe Reader and every time it opens it asks me doe I want it to be my default viewer for PDFs. I always clicked NO but just recently clicked YES by mistake. Now it opens every time to see PDFs.
    I don't really like it, liked Apple Viewer better. How can I make it default again?
    Thank you,
    Zack

    I have nearly the same issue: Acrobat always asks if I want it to be my default viewer. After many dozens of times saying "no," I finally accidentally clicked "yes." (It also has a checkbox called "Don't sk this again," but it still asks every time).
    Anyway, I also want to use Preview as the default, and I can use the Get Info trick, but there's a rub: Before Acrobat did this, there were certain pdf files that I wanted opened in Acrobat, and not Preview. They had the Acrobat icon, not the preview one. If I do the Get Info trick, I have a feeling that they will be changed to open in Preview instead of Acrobat. So my questions are
    1) Will this actually happen?
    2) Where is the info stored that makes it possible for some pdfs to be opened with one app and other pdfs to be opened with another app?
    3) When I accidentally let Acrobat change the default, is this identical to having chosen Get Info on a pdf file and selecting "Change All..." to Acrobat, or is it just changing some system-wide preference about which viewer should be the default—a preference that, I hope, can be changed back.

  • Answer to how to make PSE12 default for jpgs

    Earlier I asked for help in how to make PSE12 the default program to open jpg files. I wasn't able to get my problem resolved. Until today. I contacted Adobe Tech Support.
    You need to locate your file. Mine is at C/Program Files (x86)/Adobe/Photoshop Elements 12/PhotoshopElementsEditor.
    The Editor file did not have an extension name and needed to be renamed to PhotoshopElementsEditor.exe.
    As soon as I did that, I was able to make it the default.
    Your Adobe program may be in a different place, but the steps would be the same.
    Good luck! Thanks to Adobe Tech Support.
    Message was edited by: Shelter Cove
    Message was edited by: Shelter Cove

    Find a closed psd file. Click it once to highlight it and press command+i for the Get Info window. Under Open with Application choose PSE, then click Change All.

  • How to create and sign CAB files info on Supplement Option

    To all Supplement Option subscribers:
    At the supplement option for iDevelopment Accelerators, I uploaded a zip with detailed info on how to create and sign CAB files (necessary when you are running your application on the Native IE Java Virtual Machine).
    Not all functionality provided to you through JInitiator will work (e.g. WebUtil doesn't) but the way how to make and sign a CAB file will become more easy.
    Cheers,
    Marc Vahsen
    Headstart Team

    This defeats the purpose of trying to centralize SAP-related web resources on the SAP server. Typically IIS/Apache or other non-SAP servers are under the control of IT and not the SAP BASIS group.
    We simply would like to have a centralized location to store static web files so that they are not overwritten during Portal support pack applications.

  • How to make something like this

    This is a starbucks commercial :
    http://www.youtube.com/watch?v=0xAwKBywrEk
    I've got a few questions :
    - Do you think this is done in Motion? After Effects or Flash or...?
    - What technique is used in this clip? ( I really like how the graphics 'join together' in each frame and the next frame, like it never ends. <-- How do you call that? )
    - If I know nothing about Motion and I want to make something like that commercial. ( Make it 15 secs maybe ) How should I start? ( Illustration first? ) And what techniques should I look at?
    Please help I want to make an advert like that for part of my Major Project to promote recycling...

    hi,
    this is all doable in Motion.
    I would start by designing the film on paper, draw rough sketches of each scene and think about how they might fit together. Then I'd start creating the graphical elements. This could be done in Illustrator, photoshop or directly in Motion, it depends what you are trying to achieve. Once you have all your graphical elements, and a rough idea of how it will work then you can start building it.
    good luck
    adam

  • How to make something like this in Edge Animate?

    Hi,
    I'm hoping to make something like this – https://www.youtube.com/watch?v=OJeDppEHI1g – in Edge Animate but I'm not sure where to start.
    I'm new to Edge but am keen to explore.
    Anyone have any feedback on whether:
    1. It's possible, and
    2. What techniques/effects have been used.
    Thanks!

    Hi there and welcome,
      Could you be a little more specific on what it is exactly that you would want to create? Most of what I can see from that website is doable in Edge Animate, but if you specify what it is you'd like to accomplish I could walk you through how to do it.
    Thanks!

Maybe you are looking for