Panel for open documents

i like to have a panel for viewing and selecting open documents

i think that's a simple thing to do using scripting

Similar Messages

  • How do I change the default settings for opening documents on my macbook?

    Hi I would like to know how to change the default settings for opening documents on my macbook. Everytime I try to open a doc. it automatically opens with Textedit, instead of Pages or another program.

    Select any particular document you wish to fix. Press COMMAND-I to open the Get Info window. In the Open With section select the desired Default Application from the dropdown menu. Click on the Change All button to extend the change to all similar documents.
    You can only assign one default application to one type of document.

  • Captivate 3 support for Open Document format?

    Hi,
    Does anyone know about support for Open Document Format in Captivate 3? (OpenOffice presentations)
    Is it possible to save OpenOffice presentation in open document format or does it have to be saved as microsoft power point file?
    What about Captivate 4? Any improvement?

    On the OpenOffice.org site, look under projects, and there's an Open Document Toolkit for Java. I've no idea of its status though.

  • Why is there no eprint support for open document formats, such as those produced by openoffice

    Why doesn't the eprint service support open document formats? This should be a minimal requirement!

    Sorry, as important as this issue is to all of us who use Firefox, this is a Firefox support forum - not an appropriate place to start a discussion like this.
    I'm locking this thread for two other reasons though. <br />
    # An appropriate hyperlink to the original article wasn't provided.
    # Copy and paste from the original article without quotation marks or proper attribution.

  • Options for opening documents?

    Hi,
    I've recently installed version 9 of the reader and it seems to have changed the way it handles documents when you open them. When I go to File | Open and select a new document is there any way to get it to open in the existing window? Right now it creates another window and after I've opened half a dozen documents this gets a bit annoying. Is there any way to tell it to use the same window for every document?
    This is on Windows XP sp3 with dual monitors. It would also be nice if it opened documents on the same display. Right now it opens the first document in the same display that was in use when I closed the Reader last time I used it. But subsequent documents open on the primary display. I would expect that fixing the first question will solve this issue too.
    Thanks in advance,
    Linn

    > Is there any way to tell it to use the same window for every document?
    Not possible with Adobe Reader 9.

  • How do I make Microsoft Office my default for opening documents?

    Is there a way to have all word documents and pages documents only open up in word?
    As well as excel documents?
    Some of my documents open in word and others open in pages by default. I want them all to be the same, and to only open in Microsoft Office programs.
    I have the new imac with OSX 10.9
    Thanks!

    Microsoft Office can't open documents saved in the native Pages format. For compatible document types, select one of them in the Finder, choose Get Info from the File menu, click on Open With, select the desired application, and press the Change All button.
    (93962)

  • How to hide prompts panel for WebI documents opened in PDF via openDocument

    I am linking to a WebI document via openDocument call with sOutputFormat=P. The report opens in PDF format but within another browser window with top panel and left prompts panel.  I tried to set different Web Intelligence Interactive settings in CMC to hide the left prompts panel but to no avail.  We are linking to this WebI report from an Xcelsius dashboard via openDocument and are passing parameters so that the user doesn't have to interact with the report.  Once the results are displayed, user should not be allowed to either Refresh the report or see the parameter panel in the left pane.  Is this possible either via CMC security settings or viewer customization?

    Thanks, posted. The forum was a bit hard to find

  • Right Click "Get Info"-style function for OPEN Documents

    Often I'll open an item (most commonly a Pages doc.) through Spotlight, and not knowing where the item is necessarily filed, not even sure if it's Mac vs. iCloud, I would love a way to bring up the pertinent information on this already open item, the kind of info you could get by Right Clicking the item in Finder (see the problem - I don't know where the file is - also Finder searches seem increasingly useless for some reason.)   I've searched through toolbar, right clicking, etc., no joy.
    Is there perhaps a "show current document in Finder" function, the way there is for files in iTunes?  That would would be great - instant file path view in the window, Right Click Info. one step away. 
    Hopefully there's a simple answer I've overlooked, or a relatively simple workaround.  Or maybe even if if someone has any suggestions for making Finder searches work again - I'm completely stymied by the fact that it seems unable to find just about anything any more.  It was never great, but at least until recently I found it reasonably functional.  What happened?  Links to other threads welcome. 
    Thanks, peace be with you!
    Brian

    Control (right) - click on the file name at the top of the Pages window (or any other application window) and the file path will be disiplayed:
    OT

  • DMS Code for opening documents

    Hi
    I want to write a program to view and change documents uploaded through DMS(tr CV01n,CV02n,CV03n).
    Can anyone help me with a progarm or share some knowledge regarding how to implement these requirement. Is there any class or function module to open a document.
    Thank in advance

    Hi!
    We are using the following ones (in 4.6c), they are working correctly.
    For creating: BAPI_DOCUMENT_CREATE2
    For changing:
    BAPI_DOCUMENT_GETDETAIL2 - read document details
    BAPI_DOCUMENT_CHANGE2 - change the read document
    Regards
    Tamá

  • Unique identifiers for opened documents

    Hello,
    I am trying to find the equivalent of the Flex "Document.id" in the C++ SDK.
    It seems to me that the UID of a document is always equal to 1 :
    InterfacePtr<IApplication> application(GetExecutionContextSession()->QueryApplication());
    InterfacePtr<IDocumentList> docList(application->QueryDocumentList());
    PMString name;
    for (int i=0; i < docList->GetDocCount(); i++)
         IDocument* doc = docList->GetNthDoc(i);
         if(nil == doc)
              continue;
         UIDRef myUIDRef = GetUIDRef(doc);
         UID myUID = myUIDRef.GetDataBase()->GetRootUID();//or myUIDRef.GetUID()
         doc->GetName(name);
         printf("%dth doc : %d (%s)", i, myUID.Get(), name.GetPlatformString().c_str());
    In Flex, it is incremental.
    Thank you,
    David

    UIDs are unique only within their database.
    You could take the database pointer as unique value, but after close and open another document may receive the same memory location for its database. Another approach is a guid stored within the document meta data, but I don't know how InDesign will deal with duplicated files in this regard. The best would be you internally track open / close document signals and create your own completely unique IDs (with a mapping to the database pointer).
    For either kind of unique value, you'd have to implement your own scripting property to hopefully expose it to Flex - assuming you go through CSXS.
    Dirk

  • Function module CVAPI_DOC_VIEW for opening document by webdynpro applicatio

    Hello all,
    i have a requierement to open the document when user click in filename i am using this function module but it is giving me error
    'Screen output without connection to user.'
    CALL FUNCTION 'CVAPI_DOC_VIEW'
          EXPORTING
            pf_dokar               = ls_final-dokar
            pf_doknr               = ls_final-doknr
            pf_dokvr               = ls_final-dokvr
            pf_doktl               = ls_final-doktl
         PF_HOSTNAME            = '10.141.104.40'
         pf_appl_start          = 'X'
         PF_GET_URL             = 'X'
         pf_apptp               = '1'
        PF_ASK_FILENAME        = ' '
         pf_filename            = lv_filep
        PS_FILE                =
        PF_PARENT              =
         PF_USE_DYNP            = 'X'
        PS_DRAP_AUDIT          =
      IMPORTING
        PFX_FILE               =
        PFX_URL                =
        PFX_VIEW_INPLACE       =
       EXCEPTIONS
         error                  = 1
         not_found              = 2
         no_auth                = 3
         no_original            = 4
         OTHERS                 = 5.
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.

    Hi Shilpi,
    I had the same error.  I got round them by pulling parts of the FM out as below
        call function 'CV120_DOC_GET_APPLICATION'
          exporting
            pf_dokar  = ls_drad-dokar
            pf_doknr  = ls_drad-doknr
            pf_dokvr  = ls_drad-dokvr
            pf_doktl  = ls_drad-doktl
          importing
            psx_file  = lv_file
          exceptions
            not_found = 1
            no_auth   = 2
            error     = 3
            others    = 4.
        concatenate 'file://' lv_file-filename into lv_url.
        lv_url2 = lv_url.
        call method lo_window_manager->create_external_window
          exporting
            url            = lv_url2
            modal          = abap_false
            has_menubar    = abap_true
            is_resizable   = abap_true
            has_scrollbars = abap_true
            has_statusbar  = abap_true
            has_toolbar    = abap_true
            has_location   = abap_true
          receiving
            window         = lo_window.
        lo_window->open( ).
    Regards
    Bruce

  • Default settings for opening documents

    When I download a document e.g. from mail, it is set to automatically open as an 'open office' document.  I don't want this - how do I change the default setting? 
    Thanks

    Sorry, but I am late to this game. Same problem. When I double click a photo file (tif, jpg, nef, etc) Photoshop CS6 is launched, even if I am in Bridge CC. If I go to the "Get Info" and change the "open with" to Photoshop CC and select "Change All" it simply goes back to the Photoshop CS6 default. What am I misssing?
    Thanks in advance
    David
    iMac OSX 10.8.5

  • Open document sso in XIR2

    Hello,
    I have query on configuring open document sso in XIR2.
    We could configure open document sso on XIR3.1 from the SAP Notes available ,i.e by configuring Kerberos SSO as a prerequisite & changing web.xml file for open document.
    Do we need to follow the same procedure for XIR2,We could not find any related documents on open document sso.
    We have a Env still in XIR2 which is configured in NTLM.We need to configure open document sso for few clients.Do we need to shift to Kerberos? Can we configure open document sso with IIS?
    Please let us know what are our possibilites?
    Thanks
    Collin

    Hello from Spain!
    i'm trying to configure a system with BOXI 3.1 and SSO with AD Kerberos.
    The system is ok when I open infoview main screen and the user doesn't need to put its credentials. Tha's fine.
    But, when I try to open a report with a openDocument url  the system is asking me by user and password. I need to avoid this behaviour. Is it possible?
    This is the url that I'm using:  http://svdapp02:8080/OpenDocument/opendoc/openDocument.jsp?sType=wid&sDocName=ace002
    I have read something about change the web.xml file but I don't know how becasue I can't see an option in this file for Kerberos (I only see one tag for Vintela)
    Please help
    Thanks in advance

  • Getting "open recent" items and "open documents" from an application

    How do I ask Textedit (if running) for the list of documents currently open?
    How do I ask Textedit (if running ) for the list of "open recent" items?
    Thank you

    Thank you. This does the job for "opened documents" in TextEdit and other applications. I wish there were a similar method for "open recent" items. Each application (TextEdit, BBEdit etc) seems to handle the "open recent" items in its own way!
    Thank you again.

  • Problem with Open document SSO using websphere.

    Hi All,
    I have a issue,
    We configured AD SSO using websphere and its working fine but when we try to login to the open document SSO using websphere it prompting for login credentials.
    Is there any steps needed for configure open document SSO using websphere.
    We made all the changes in web.xml file for the Open Document ,same as in Infoview web.xml file.
    When we launch the Open Document, it prompts for the login screen, we get username and passwd fields we do not get the authentication drop down,if we give the AD credentials , we get "Enterprise Authentication error" .We feel the default authentication mode is taken as "Enterprise".
    We have made changes in the web.xml for open document to have authentication.dafault as "secWinAD", also ,for test purpose we made the authentication. visible as "true" but the changes were not taken, we have redeployed the war files.
    Any one please help on this.
    Environment Details-
    BOBJ XI R3.1 SP2
    Web Sphere 6.1.0.25  .
    Thank you in advance.
    Thanks & Regards,
    Bill.

    The same settings in the infoviewapp web.xml must be applied on the opendocument web.xml. Also you must be on XI 3.1 FP1 or higher. There is currently an Edge issue being investigated.
    Regards,
    Tim

Maybe you are looking for