How to open Applications using Plugins

How do I select a plugin to open an Application in the Applications options menu? For example I want MPEG movies to open with a plugin such as Quicktime Plugin or Windows Media Plugin or DivX WebPlayer Plugin instead of using an external media player. When I try to do this in the Applications menu the plugins do not show up unless they are already selected by default and when I try to go look for them using "Use Other ..." I cannot select them because they are not considered applications.

Did you check under all other folders other than the 2 you have mentioned ?

Similar Messages

  • Re: How to open application in english ?

    Ok, if nobody has comments, consider this final.
    The title should be "How to open application in english" though (without question mark).

    Solved by using InteractiveFormUIElement in the mode:UsePdf.

  • How to open GSView using ActiveX

    Hi,
    I implemented an auto print vi with microsoft excel and activeX.
    Can someone teach me or guide me on how to open GsView files with extension ".ps"?
    I want to do the same thing as the Print_File.vi.
    I want to open the GsView file and auto print to the printer.
    Can someone please help me.
    thank you
    I want to use this for Labview 7.0
    Thanks
    Best regards,
    Krispiekream
    Solved!
    Go to Solution.
    Attachments:
    Print_File.vi ‏548 KB

    i think i got it
    thank you!!!
    Best regards,
    Krispiekream

  • How to open workbook using rfc?

    I want to open workbook using RFC,how can i do it ?

    Hi,
    Do you mean directly opening from ABAP  backend without going to BEx Analyzer?
    Rgds,
    Murali

  • HOW TO OPEN APPLICATION SERVER GRID CONTROL

    hi,
    i m working on application server 10g on windows i want to open application server grid control but not been able to how to do this .
    how to know path to put in browser ?
    any one can help me ?
    thks
    bye

    I think Metalink NOTE:280116.1 covers changing the ias_admin password when it's forgotten.
    Basically, you edit $ORACLE_HOME/sysman/j2ee/config/jazn-data.xml and remove the <credentials> property.
    Then you can reset the password with: $ORACLE_HOME\bin\emctl set password reset <new password>
    Or, sounds like you can put the password into jazn-data.xml (NOTE:280587.1) by editing the <credentials> property:
    Replace the existing encrypted password with the new password.
    Be sure to prefix the password with an exclamation point (!). For example:
    <credentials>!mynewpassword123</credentials>

  • How to open files using cmd command?

    Hello... First:
    try {
    Process p = Runtime.getRuntime().exec("cmd.exe ?????");
    catch(Exception e){ }well... I'm trying to open files using a cmd command. It's working only oppening files on my own pc, but i need to know if i can open files using a localweb's pc, with the follow address, for example:
    "\\172.21.0.4\firstdir\seconddir\thirddir..."
    Thanks :D

    Gamboua wrote:
    normaly, i type \\172.21.0.4\dir\dir\dir... directly directly in my cmd.This only works because you are already running cmd.exe
    Try getting it to work with cmd.exe at the start of the line.

  • How can I detect open applications using LabView 6i

    I am using ActiveX to open and write data to an Excell spreadsheet. I open a Template sheet, fill in the new data, then save the spreadsheet under a new name.
    I have discovered that if excell is already open when the VI starts, the spread sheet does not get saved under the new name, and the data ends up being saved with my template worksheet.
    I need a method of determining if Excell is open and if so close as part of the VI's startup routine.

    You can use the "ActiveWindow" method on the "_Application" node to see if it returns a valid refnum or not.
    A valid refnum tells you Excel is open, an invalid says it's not.
    Sample attached.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
    Attachments:
    Excel_Open.vi ‏14 KB

  • How to open applications with Automator?

    How would I got about opening, say, Contacts, Mail, etc using Automator? I then will want to map it onto F13-F19.
    I'll also want to open specific Web pages by pressing a Fn key.
    FWIW, with the method described in this article I can open Contacts but then it tries to open specific contacts (I think) and results in a dialog I have to dismiss. I just want to open the app.
    TIA,
    David

    Sorry, I meant to provide the article's URL: http://www.makeuseof.com/tag/fkeys-launching-applications-finder-items-mac/

  • How to open application twice in same browser  (cookie problem?)

    We want to be able to open the same Apex application for a test and a production system simultaneously. Settings between the two environments can then be easily compared for example. Unfortunately it seems that both sessions place information in the same cookie and navigation in one application influences the other.
    The workaround we use it to run both sessions in a different browser i.e. IE and FF.
    Is there another way around this?
    (apex 4.02)
    Edited by: Rene W. on Jul 31, 2012 12:04 AM

    Rene W. wrote:
    Thanks for the reply's
    @Erik-Jan
    The cookie name you enter in the authentication scheme seems to be a static field. We deliver standard software packages so that value will be the same for every installation. Unless the value can be determined at runtime?
    @Dietmar
    That could be a workaround. What contributes to the problem is that although test and production usually run on different DB servers the Apex listeners run on one server but on different ports.We had the same situation. The problem is that the cookie does not distinguish between different ports.
    Our solution was to setup the apex listener/OHS slightly differently. I think it was inside the mod_plsql config or http.conf, where you can set the url path.
    Meaning instead of connecting to
    <pre>http://localhost:8080/pls/<b>apex</b></pre>
    we connect to
    <pre>http://localhost:8080/pls/<b>apexdev</b></pre>
    The result is that the cookie path is different. And there will be a new cookie for each path. And as long as all the environments have a different path, their cookies will all be separatly stored from each other.
    However if you use the EPG, I'm not sure how this setting can be changed.
    Edited by: Sven W. on Jul 31, 2012 12:19 PM
    Edited by: Sven W. on Jul 31, 2012 12:23 PM

  • [Win Ill 10] How to Call Javscript using Plugin code?

    Hi All,
    IDE:Microsoft VC++ 6.0
    Illustrator :Version 10
    I want to call a javascript from Vc++ code using SDK .I found a sample code to do this in "ASScripting.h" header.
    Here is the code:
    How to use the Scripting suite:
    /*To execute a JavaScript script inside a host application, you must acquire
    and use a JavaScript engine instance.
    A typical use of the engine:*/
    ASJavaScriptEngineRef jsEngineRef = NULL;
    ASAPI err = kSpNoError;
    err = sScriptingSuite->CreateJavaScriptEngine( &jsEngineRef );
    if ( err == kSPNoError )
    const char scriptText[] = "documents.add();" // Script to create a new document
    const char * result = NULL;
    err = sScriptingSuite->ExecuteJavaScript( jsEngineRef, scriptText, &result );
    if ( err == kASScriptExecutionError )
    // If error during execution, display a dialog containing returned error information string.
    ErrorAlert( result );
    err = sScriptingSuite->DeleteJavaScriptEngine( jsEngineRef );
    jsEngineRef = NULL;
    But this does not work!I think the "CreateJavascriptEngine" method fails to work.Pls advice on this.Any help is highly appreciated.
    Regards
    myRiaz

    Ah, Illustrator 10? I'm afraid I can't help you then, there isn't an ASScripting.h header anymore, at least not in the CS3 SDK (nor in the CS2 SDK I believe).
    If you're trying to use it in AI10 or CS it should still work I think. Beyond that, I have no idea. I'm not sure what the replacement is supposed to be.

  • How to open MSWORD using JAVA/JNI and write the database entries into WORD

    Hi..
    I am searching for java codes that uses JAVA NATIVE INTERFACE (JNI) for opening MSWORD 2003.
    To be brief.
    I created HTML form called Employee_data.
    if i click on Submit button a word document should be opened.This should be using JNI.
    I have also created a servlet in jsp to process the form data and store it into database(mysql).;
    Please help me to find the codes to open MSWORD on submit click and to write the database entries into word file.Can i get the full code for that.This is so urgent.
    Thanks in advance.

    Hi Suresh,
    The easest solution I can think of is to copy the math equation from the PowerPoint then paste in the Word document directly, there's actually no way to convert it to plain text, some equation is very complext, String variable is not suitable in this case.
    For example, this code works fine:
    var powerPoint = new Application { WindowState = PpWindowState.ppWindowMinimized };
    var oPresSet = powerPoint.Presentations;
    Microsoft.Office.Interop.PowerPoint._Presentation oPres = oPresSet.Open(@"C:\test.pptx", MsoTriState.msoFalse, MsoTriState.msoFalse, MsoTriState.msoFalse);
    var strObj = oPres.Slides[1].NotesPage.Shapes[2].TextFrame2.TextRange.MathZones.get_MathZones();
    strObj.Copy();
    Microsoft.Office.Interop.Word.Application wordApp = new Microsoft.Office.Interop.Word.Application();
    wordApp.Visible = true;
    Microsoft.Office.Interop.Word.Document doc = wordApp.Documents.Add();
    doc.Range(0, 0).Paste();
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to Open Application just once !

    I created a simple application but I dont want that my application be opened twice !
    How to verify if my application is already running ???
    If it is running is there any way to communicate with it ?
    Tnx !

    Hi,
    There are several possibilities for this situation.
    1 - first session gains a lock on a certain file (with a predefined or hard-coded name and location)
    second session will be unable to gain a lock on the same file and will thus know that the
    application is already up and running.
    2 - first session opens a port (with a predefined or hard-coded number).
    first session writes some opening message to this port.
    first session starts a thread which will listen to this port each ... minutes/seconds.
    second session opens port, writes some opening message to this port
    first session receives the message through the port and will reply some notification
    and request for closing session 2.
    session 2 will close.
    Several solutions are possible for running a limited number of occurences of the same application,
    for running all applications within the same JVM, and more specific control over the startup-process.
    Different kinds of information for controlling this setup-step can be transferred via (known) files and ports.
    Also take a look at sockets and java RMI.
    kind regards,
    Koen

  • How to copy applications using script logic with conditions

    Hi,
    I have two copy data between application A to application B, but only i want to copy the March's Data of Application A. Dimensions are the same in both applications
    I'm going to use this script logic, ¿this script will work?
    *WHEN TIME
    *IS "2009.MAR"
    *DESTINATION_APP=B
    Thanks in advance
    Regards,
    Juan

    Hi all,
    Finally I solved the issue, the problem was that i haven't add this line in the script logic:
    TASK(Execute formulas,USER,%USER%)
    But now i need to pass in the script logic as an input: entity and time. Below is the code I prepare, it has no error but it doesn't work. ¿any idea?
    Thanks in advance
    Regards,
    Juan
    *SSIS PACKAGE *
    'DEBUG(ON)
    PROMPT(RADIOBUTTON,%CHECKLCK%,"Select whether to check work status settings when running logic.",1,{"Yes, check for work status settings before running logic","No, do not check work status settings"},{"1","0"})
    PROMPT(SELECTINPUT,,,"Please select entity and time to copy data from LegalAppNceu to LegalApp",%ENTITY_DIM%%TIME_DIM%)
    TASK(Execute formulas,USER,%USER%)
    TASK(Execute formulas,APPSET,%APPSET%)
    TASK(Execute formulas,APP,%APP%)
    TASK(Execute formulas,LOGICFILE,%APPPATH%..AdminApp%APP%CopyApplication.lgx)TASKTASK(Execute formulas,RUNMODE,1)
    TASK(Execute formulas,LOGICMODE,1)
    TASK(Execute formulas,CHECKLCK,%CHEKCLCK%)
    SCRIPTLOGIC
    *DESTINATION_APP=LEGALAPP
    *SKIP_DIM= COSTCENTER
    *WHEN ENTITY
    *IS "%ENTITY_DIM%"
    *WHEN TIME_DIM
    *IS "%TIME_DIM%"
    *REC(FACTOR=1)
    *ENDWHEN
    *ENDWHEN
    *COMMIT

  • How to open PDF using safari 5.1

    Please help. My internet browser (safari 5.xx) used to be able to open PDF files using the preview program. After I updated to Safari 5.1 it does not open it anymore in a safary window, instead every single pdf file gets downloaded. I tried the genreal fix of removing the adobe plug-in from the Mac HD -> Library -> internet plug ins file but it did not help. I would need Acrobat reader on my computer but I would like to use the preview program to view PDF files on-line. Please help  (It is a huge pain to delete every single PDF after I looked at it...)
    Under the USer -> Library-> internet plug ins folder there is nothing it appears empty.
    So any suggestions would be appreciated.
    Thanks

    Just to add to the annoyment. After trashing the Adobe reader 10.1 version and hoping that now everything went back to the original working order -- wrong. Now when I click on a PDF document, which used to open up till now in a new window, is simply getting downloaded and the new wndow remains blank... Maddening.
    Please sombody help.
    thanks

  • How to open files using the Windows associated program?

    I have a LV program that is generating a list of files that I may want to open using the associated Windows program. Some are standard Office files but others require proprietary analysis programs.  All have Windows associations such that I can double click on the file name in the Windows file manager and launch the appropriate program. I would like to mimic this behavior within my LV program but without coding a case for each file extension, some of which I may not anticipate now.

    There are some problems with that VI.  I have one user that I had to track a problem down with trying to open a PDF file.  Their registry key HKEY_CLASSES_ROOT\.pdf was read in with a value of "AcroExch.Document                 " (with a lot of spaces after it), which prevented this VI from finding the next key (AcroExch.Document\shell\open\command) which identifies the path to Adobe Acrobat.  Instead of getting the path to Adobe Acrobat, I got back "Adobe Acrobat 7.0 Document" as the path (see attached error).
    I checked the key with the Windows registry editor, and it did NOT show the extra spaces.  However, just opening the key and selecting OK (without making changes) was enough to clear the problem.
    Not sure if this problem is with the registry keys that Adobe Acrobat created when it was installed or upgraded (the user was on version 9.0, but there are older versions on that machine, too), or if the problem was with the LabVIEW registry key readers in Open a Document on Disk.vi.
    Message Edited by Joe Gerhardstein on 05-13-2009 03:13 PM
    Message Edited by Joe Gerhardstein on 05-13-2009 03:17 PM
    Joe Gerhardstein
    Averna Test Systems
    Certified LabVIEW Architect
    http://www.averna.com
    Attachments:
    Open a Document.jpg ‏82 KB

Maybe you are looking for

  • CS5.5 Gripes/CS6 Wish List (from the perspective of an FCP switcher)

    I have been a Final Cut Pro user for more than 10 years (starting with version 1.2 on a 500 MHz G4).  Final Cut Pro X is a disaster, but that’s a well-covered topic for a different forum.  After experimenting with Premiere Pro CS5.5 for a few months,

  • File download using jsp

    I am trying to download a file from the server using jsp but it always shows the file in the browser.I want a Save/Open dialog box to allow the user to save this file in the local system. any feedback is welcome. thanks in advance vinod

  • Photoshop doesn't open after install.

    I've installed trial version of PS latest version and when I try to open it gives me error message. Please help. Regards

  • IDVD ejects disk before burning

    Hi, I'm a bit confused. I am trying to burn a DVD using iDVD 08. After pressing 'burn', it encodes fine, then starts to multiplex but with about 15 minutes remaining iDVD ejects the disc, claims the DVD is 'done'. The timer still continues to count d

  • How to reimport a package

    Hi, I added new functions in a package in my db and I want to reimport the package in OWB 10g to have the new functions. But it seems that the import did not import the new functions. Is there a way to do it?