Spry Edit-in-Place

Are there any demos of how to do an edit in place similar to
scriptaculous version?
http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor)
Thanks!
chris

Actually I'm currently working a few Spry based articles, and
one of them includes how to create your own in line editor with
existing Spry Files.
Ill post a link when i have some working code, if u want of
course ;)

Similar Messages

  • How to make edit in place with spry

    HI
    im new to spry im using DW 8 and i want to make edit in place
    with it can i? how?
    thanks in advance.

    Anyone please?
    same question here.
    Thanks.

  • XML Update - Edit in Place

    Hello,
    I have XML file with some urls path (links).
    I'd like to see the user editing (delete, change, add) that
    link page using a Edit in Place method. Can this be done using spry
    fw?
    What are the best approaches for this using spry?
    Thanks in advance.

    Thanks for the replys.
    Easy it isn't. "Just really easy" it isn't, for sure! :p
    At least for me. :s
    I'm on php not cf btw. :(
    Till now I see the answer between this two posts. It could be
    possible. But it isn't easy.
    Easy it will be the ability to add something like this:
    <div id="unique_id">This is my text to modify with edit
    in place</div>
    <script type="text/javascript">
    new Ajax.InPlaceEditor('unique_id', 'save.php', {
    callback: function(form, value) {
    return 'name=' + escape(value)+'&id=unique_id'
    </script>
    Regards,
    Oicram

  • Edit-in-place NOT working...

    I've recently installed FCS at our small shop. I've read the Geller book, followed the Admin manual, and pretty much have gotten it to work.
    However, I can't get "edit in place" to work. It did work when I initially installed the system and tested it. And now, after a complete re-install, it doesn't work.
    I am using two local RAIDs. Each have a media directory that I set up as a device. For example:
    One device is called "Mojo Project Media 02"
    In the Device Pane (on the Admin / Client Java Interface) the Local Directory reads:
    "/Volumes/RAID_02/Mojo Project Media 02"
    So the Mac edit-in-place URI reads:
    "file://localhost/Volumes/RAID_02/Mojo Project Media 02"
    I can't get the edit in place URI to not ad "localhost" but I don't think this should matter.
    Whenever I try to move media into a Browser Window from FCS, it tells me I must copy it to my local cache first. This didn't happen when I first installed/configured the system.
    Can you not set up edit-in-place for a local directory (ie. a volume locally attached to the server with FCS installed)?
    I know it worked before. Is there something I am missing?

    Thanks A. Richards.
    After much testing, I realized that on the FCSr machine that it indeed had edit-in-place status because of the storage directly attached to it. BUT the other client computers did not.
    So basically, since we don't have the $1000 a seat for XSAN and we are only cutting DV and DVCPRO HD...
    We could configure our Mac Pro Server to be an AFP share over the network; it's plenty fast over Ethernet since it's aggregated over 6 gigabit ports to a switch and has PCIe RAID storage attached. We could give this edit-in-place status IF...
    We used another machine (server class) to install FCSr on.
    This would work right?

  • ODrive Edit in Place PDF Document Manual Versioning enabled Error

    Hi,
    Any one has tried or able to do edit in place with ODrive and PDF Document type?
    I have manual versioning enable. When I am doing edit in place from ODrive for PDF Document getting following error.
    I have manually check out the document before doing Edit from ODrive.
    Need help to resolve this issue.
    Thanks,
    Jigar
    Error logs
    07/05/31 15:45:07 content: [oracle.ifs.ecm.util.FolderUtilities] [24] 99117 publicuser1 INFO: resolveLegacyPath targetPath =
    07/05/31 15:46:29 content: [oracle.ifs.protocols.dav.ecm.EcmDavServlet] [23] 99117 publicuser1 WARNING: no mapping found for ORACLE.FDK.ItemNotCheckedOut
    07/05/31 15:46:29 content: [oracle.ifs.protocols.dav.ecm.EcmDavServlet] [23] 99117 publicuser1 WARNING: unmapped exception: oracle.ifs.fdk.FdkException:
    ErrorCode = ORACLE.FDK.AggregateError; DetailedErrorCode = ORACLE.FDK.AggregateError; Cause = IFS-90244: Cannot update all of the specified
    items; ServerStackTraceId = ; Info = null; Entries = 1
    Main Exception Stack Trace:
    ORACLE.FDK.AggregateError:ORACLE.FDK.AggregateError
    at oracle.ifs.fdk.FdkException.getInstance(FdkException.java:181)
    at oracle.ifs.fdk.FdkException.getInstance(FdkException.java:74)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocuments(FileManagerImpl.java:1661)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocument(FileManagerImpl.java:1511)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.doPut(EcmDavServlet.java:1688)
    at oracle.ifs.protocols.dav.DavServlet.doPut(DavServlet.java:1929)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2622)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.processRequest(EcmDavServlet.java:3616)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2396)
    at oracle.ifs.protocols.dav.DavServlet.service(DavServlet.java:2361)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.ifs.fdk.http.HttpServerManager.doFilter(HttpServerManager.java:103)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.ifs.common.IfsException: IFS-90244: Cannot update all of the specified items
    at oracle.ifs.ecm.util.BulkUtilities.ecmUpdate(BulkUtilities.java:369)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocuments(FileManagerImpl.java:1653)
    ... 19 more
    FdkException Details: oracle.ifs.fdk.FdkException: ErrorCode = ORACLE.FDK.AggregateError; DetailedErrorCode = ORACLE.FDK.AggregateError;
    Cause = IFS-90244: Cannot update all of the specified items; ServerStackTraceId = ; Info = null; Entries = 1
    Entry[0] = oracle.ifs.fdk.FdkExceptionEntry: ErrorCode = ORACLE.FDK.OperationError; DetailedErrorCode = ORACLE.FDK.ItemNotCheckedOut;
    ItemID = 99150; Cause = IFS-90301: Cannot update a Document under version control that is not checked out; Info = null
    Cause Exception Stack Trace:
    oracle.ifs.common.IfsException: IFS-90301: Cannot update a Document under version control that is not checked out
    at oracle.ifs.ecm.beans.EcmDocument.lowLevelUpdate(EcmDocument.java:938)
    at oracle.ifs.ecm.beans.EcmDocument.ecmUpdate(EcmDocument.java:618)
    at oracle.ifs.ecm.util.BulkUtilities.ecmUpdate(BulkUtilities.java:345)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocuments(FileManagerImpl.java:1653)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocument(FileManagerImpl.java:1511)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.doPut(EcmDavServlet.java:1688)
    at oracle.ifs.protocols.dav.DavServlet.doPut(DavServlet.java:1929)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2622)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.processRequest(EcmDavServlet.java:3616)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2396)
    at oracle.ifs.protocols.dav.DavServlet.service(DavServlet.java:2361)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.ifs.fdk.http.HttpServerManager.doFilter(HttpServerManager.java:103)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Entry[0] = oracle.ifs.fdk.FdkExceptionEntry: ErrorCode = ORACLE.FDK.OperationError; DetailedErrorCode = ORACLE.FDK.ItemNotCheckedOut;
    ItemID = 99150; Cause = IFS-90301: Cannot update a Document under version control that is not checked out; Info = null
    Cause Exception Stack Trace:
    oracle.ifs.common.IfsException: IFS-90301: Cannot update a Document under version control that is not checked out
    at oracle.ifs.ecm.beans.EcmDocument.lowLevelUpdate(EcmDocument.java:938)
    at oracle.ifs.ecm.beans.EcmDocument.ecmUpdate(EcmDocument.java:618)
    at oracle.ifs.ecm.util.BulkUtilities.ecmUpdate(BulkUtilities.java:345)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocuments(FileManagerImpl.java:1653)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocument(FileManagerImpl.java:1511)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.doPut(EcmDavServlet.java:1688)
    at oracle.ifs.protocols.dav.DavServlet.doPut(DavServlet.java:1929)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2622)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.processRequest(EcmDavServlet.java:3616)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2396)
    at oracle.ifs.protocols.dav.DavServlet.service(DavServlet.java:2361)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.ifs.fdk.http.HttpServerManager.doFilter(HttpServerManager.java:103)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    07/05/31 15:46:29 content: Servlet error
    ORACLE.FDK.AggregateError:ORACLE.FDK.AggregateError
    at oracle.ifs.fdk.FdkException.getInstance(FdkException.java:181)
    at oracle.ifs.fdk.FdkException.getInstance(FdkException.java:74)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocuments(FileManagerImpl.java:1661)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocument(FileManagerImpl.java:1511)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.doPut(EcmDavServlet.java:1688)
    at oracle.ifs.protocols.dav.DavServlet.doPut(DavServlet.java:1929)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2622)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.processRequest(EcmDavServlet.java:3616)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2396)
    at oracle.ifs.protocols.dav.DavServlet.service(DavServlet.java:2361)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.ifs.fdk.http.HttpServerManager.doFilter(HttpServerManager.java:103)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.ifs.common.IfsException: IFS-90244: Cannot update all of the specified items
    at oracle.ifs.ecm.util.BulkUtilities.ecmUpdate(BulkUtilities.java:369)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocuments(FileManagerImpl.java:1653)
    ... 19 more
    FdkException Details: oracle.ifs.fdk.FdkException: ErrorCode = ORACLE.FDK.AggregateError; DetailedErrorCode = ORACLE.FDK.AggregateError;
    Cause = IFS-90244: Cannot update all of the specified items; ServerStackTraceId = ; Info = null; Entries = 1
    Entry[0] = oracle.ifs.fdk.FdkExceptionEntry: ErrorCode = ORACLE.FDK.OperationError; DetailedErrorCode = ORACLE.FDK.ItemNotCheckedOut;
    ItemID = 99150; Cause = IFS-90301: Cannot update a Document under version control that is not checked out; Info = null
    Cause Exception Stack Trace:
    oracle.ifs.common.IfsException: IFS-90301: Cannot update a Document under version control that is not checked out
    at oracle.ifs.ecm.beans.EcmDocument.lowLevelUpdate(EcmDocument.java:938)
    at oracle.ifs.ecm.beans.EcmDocument.ecmUpdate(EcmDocument.java:618)
    at oracle.ifs.ecm.util.BulkUtilities.ecmUpdate(BulkUtilities.java:345)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocuments(FileManagerImpl.java:1653)
    at oracle.ifs.fdk.impl.FileManagerImpl.updateDocument(FileManagerImpl.java:1511)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.doPut(EcmDavServlet.java:1688)
    at oracle.ifs.protocols.dav.DavServlet.doPut(DavServlet.java:1929)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2622)
    at oracle.ifs.protocols.dav.ecm.EcmDavServlet.processRequest(EcmDavServlet.java:3616)
    at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2396)
    at oracle.ifs.protocols.dav.DavServlet.service(DavServlet.java:2361)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.ifs.fdk.http.HttpServerManager.doFilter(HttpServerManager.java:103)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)

    Hi Matt,
    Thank you for your very useful reply.
    I have non blocking serial approval workflow.
    In my workflow I have attachment as PDF document to be signed. URI of that document is from Odrive. Foe example O:\sjrwmd\DMSFAContainer\DMSFALibrary\36397\P041282\978599\Invoice_with_2_blank_sig_OD_2.pdf
    When task has been assign to any user, from task detail page of the worklist application user click / open that pdf file and sign the document. When user save this document Odrive should save that to Contentdb.
    Just wanted to know that why it is not ODrive bug?
    I was able to do following test It works only in Acrobat 6.0.
    Steps I did,
    1) Upload pdf file to folder with manual versioning enable.
    2) Manually checked out file from web ui.
    3) Login to ODrive using same user
    4) Created html file with link (Please replace href portion to your url of the file)
    <HTML>
    <BODY>
    Testing Link <BR>
    <a class="blue" href="O:/sjrwmd/DMSFAContainer/DMSFALibrary/36397/P041282/978599/Invoice_102_wit
    h_blank_sig_OD.pdf" target="_blank">Invoice_101CD.pdf</a> <BR>
    <a class="blue" href="O:/sjrwmd/DMSFAContainer/DMSFALibrary/16966/P040577/246361/ST_Memo.doc"
    target="_blank">ST_Memo.doc</a>
    </BODY>
    </HTML>
    5) Open html in browser
    6) Click on document link
    7) Will open pdf files in browser
    8) Sign the document
    9) Click on save a copy button.
    10) In the save a copy dialog , file name place paste your file url of o drive for example in my
    case
    O:/sjrwmd/DMSFAContainer/DMSFALibrary/36397/P041282/978599/Invoice_102_with_blank_sig_OD.pdf
    click save
    11) This should save updated file
    12) Checked in document
    I will look into programmatically way to achive this.
    Regards,
    Jigar

  • HOW TO: EDIT IN PLACE ON WINDOWS CLIENT

    Hi everybody,
    I work in TIBA (broadcaster company), we use FCS so much and I have a problem, actually i have running edit in place on XSAN for MAC clients, but i cant work of the same way on windows.
    We have XSAN and fiber channels working.
    I configure the device but it doesn´t work.
    Somebody, help me please. My email is [email protected]
    Kind regards
    Emiliano

    Hi,
    No iam not using stornext for the windows clients.
    The mac and windows clients running on ethernet. The the mac clients have mapped the xsan volumes using AFP or SMB protocol and the edit in place works ok.
    The windows clients have mapped the xsan volumes through SMB but the edit un place doesnt work, the files are cached and doesn´t run as edit in place.
    Note: sorry by my english.
    kind regard.
    Emiliano
    Are you using StorNext FX to add the Windows clients to your Xsan? If so, then all you have to do is add the Windows Edit-in-place URI to each EIP device in the Devices section of the Java client Admin GUI (not the System Preferences pane). Once you've done that, EIP will work for the Windows clients as well. Here are the instructions for entering the correct URI syntax.
    If you are not using StorNext FX for your Windows clients, please give us more detail on how your system is set up.

  • Assets are "Edit In Place" yet dragging to Final Cut Pro requests caching

    This is an odd one. I have a large number of assets on our device that I can successfully drag from Final Cut Server directly to Final Cut Pro without issue. However I have what appears to be thousands of assets on the exact same device that I can not drag without the dialog box "You must add this asset to the cache before you can use it in a Final Cut Studio project."
    This is very weird. If I right click on the asset in Final Cut Studio and select to view the Original Media I get the warning "The asset is an edit-in-place asset. Any changes..." so obviously it knows it is an edit in place asset, so why are they giving me grief when dragging to Final Cut Pro?
    Specs: Final Cut Server 1.1, Final Cut Pro 6.0.4
    Thanks!

    Sorry that I keep replying to myself, but the bazaar behavior continues...
    I took one of these odd assets and made a copy to my desktop. Then I deleted the asset and file within Final Cut Server. Next I moved the asset from my desktop back to the original location and waited for a Full Scan to pick up the asset.
    After the Full Scan, the asset was draggable to Final Cut Pro! I can't possibly do this to every asset. Did the database get corrupt?
    Ideas? Thanks!

  • ALV Edit in place.

    Hi
    I want to have the "Edit in place" functionality in an ALV. Do you have an URL or example of how to do this?
    Thanx in advance

    Hi,
    When we using REUSE_ALV_GRID_DISPLAY
    Most of us are facing Problem in ALV GRID if there is any editable field in the grid,When we edit the field in the GRID, it’s not getting reflected in the internal table
    Do  like this..
         Write this code in the callback subroutine (eg: in USER_COMMAND subroutine), 
      Data ref1 type ref to cl_gui_alv_grid.
       CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
       IMPORTING
       E_GRID = ref1.
       call method ref1->check_changed_data
    Pls do give points ,if this will solve your problem
    Cheers,
    Pramod

  • 'Edit in Place' for XLSM-files (Excel Macro-Enabled)

    Hi,
    is it possible to activate 'Edit in Place' for xlsm-files (Excel Macro-Enabled Workbook file)?
    For xls(x)-files there is the link 'Edit This File', but not for files of type 'xlsm' allthough they could be dealt the same way with Excel.
    I know I can edit this files using the 'Add-in for MS Office' and via the 'Vibe Desktop', but it would be nice to deal them like other Excel-files.
    thx
    Martin

    Originally Posted by mschuhmann
    RTFM helps I admit:
    Novell Vibe 3.3 Administration Guide > Site Setup > Setting Up Site-Wide Customizations > Configuring File Associations for Edit in Place Applications
    Novell Doc: Novell Vibe 3.3 Administration Guide - Configuring File Associations for Edit in Place Applications
    Append ".xlsm" for the variable edit.in.place.file.applet.extensions, edit.in.place.file.webdav.extensions
    Hi Martin,
    Yeah, the Vibe docs can help on occasion
    Still, thanks for feeding it back to the forums as it can be quicker finding a hit in the forums than having to go through the docs!
    Cheers,
    Willem

  • How do you edit the "place" in Places?

    I've been working on assigning places to images in my Aperture library. I'm doing this manually.
    At the top of the Map View, you see the Country, State, City and Place. I cannot figure out how to edit the Place. Aperture keeps assigning the same Place to all of my images.
    For example, I have photos from Berryville, Virginia. When I add that location, it automaticallly adds Folly Beach as the Place. Same thing happens with some photos taken in New Orleans.
    Moving the Pin doesn't solve the issue. I've deleted the loation and tried adding it again, but the same thing happens. I don't see anything in the Aperture user manual that addresses this.
    Any help would be appreciated.

    It took me some time to figure it out, too:
    What I do for my older pictures without gps data is:
    - select the picture in the places view
    - Main menu -> Metadata -> assign Location
    - in the search field (upper left corner) I enter the name of a Landmark that I am looking for
    - Aperture will show the landmark on the map, marked by a pin, and a place name that I do not want
    - then I move the pin to the precise spot on the map and adjust the radius to a very small value, so that not all my pictures will show up in the same location
    - now in the bottom row text field the place name can be edited. I change it to the name I want and press "assign"
    Hope that helps
    Léonie

  • Edit-In-Place with CMSDK 9.0.4.2.X ?

    Hi all,
    Oracle Content Services and Oracle Content DB ship with a special Active-X-Component "Edit-in-Place" which allows the user to edit documents directly in an Oracle-Drive-connected DMS repository. This feature is used i.e. in Oracle ADF to build web applications in which the user can edit documents in MS Word et al. simply by clicking the "edit-in-place" link.
    Unfortunately, we run Oracle CMSDK 9.0.4.2.X, so we have doubts about using the "Edit-in-Place" control in our environment.
    Does anybody know
    - whether it would be possible to include the Active-X-control "Edit-in-place" in our Oracle ADF applications running on AS 10.1.2.0.2
    - whether the "Edit-in-place" control would work with the Oracle CMSDK 9.0.4.2.x
    - what system requirements are generally needed for the "Edit-in-Place" control
    - whether this use would be certified and licensed appropriately
    - if the control can not be used: Is there any workaround or best practise on how to edit documents in the CMSDK repository directly from web applications?
    Many thanks in advance.
    Regards,
    Thomas

    Hi Thomas,
    we implemented a cross-browser edit-in-place solution for CM SDK 9.0.4.x. If you're interested check out inxire.com.
    Regards,
    Toni

  • Geotagging - how can I edit new places that I have previously created but with typos, errors etc?  How do I delete a place I have set up?

    Geotagging - how can I edit new places that I have previously created but with typos, errors etc?  How do I delete a place I have set up?  Then I could create a new, correct entry.  I'm using iPhoto '09.

    Is it OK to reply to my own question?? Thanks to the related posts that appeared AFTER I'd made the post above, I learnt about the 'Manage my places' item under the Windows menu. I felt a bit dumb not knowing this.
    BUT it doesn't completely resolve the issue.  The info shown in the EXIF (using opt-cmd-I) under Places has the place name I choose, but it is followed by a few other lines that are incorrect and do not seem to be anything to do with any data I can see under 'Manage my places'.
    Can anyone explain where these other entries might come from, and how to edit them?

  • Edit in place without Xsan

    Hi
    Is it possible to edit in place without xsan?.
    I've tried adding a new device and entering the URI in administration but it still wants to cache
    thanks in advance
    regards
    Lee

    I had the same problem. here's what you do since apple isn't that clear in the help file.
    from the FCS client app open the admin pannel
    click on devices
    double click Library (this is the default, same applies to other drives that are mounted)
    on the "local directory" line click once in there and then scrub through to see your full path
    copy this full path
    on the "macintosh edit-in-place URL" line type file://localhost then paste the path from above
    log out of the client and log back in
    you should now be able to drag a fcp project to the FCP icon on the dock and start editing in place

  • Edit in Place without installing Oracle Drive

    Hello
    We wish to use the functionality of 'Edit In Place' through our own custom jsp pages however we do not wish to deploy Oracle Drive to users as we want to force them to use the business logic inherent in our custom jsp pages.
    Is there a way of using 'Edit In Place' without deploying Oracle Drive?
    Thanks
    Phil

    Hi Phil,
    You could build your own "edit-in-place" functionality with some custom programming, given that you are writing custom JSP pages.
    The Content DB Development Kit has a topic titled "Custom Web Applications" with an explanation on how to configure custom servlets.
    You could write a custom servlet that uses the Content DB API to update Documents and interact with your custom JSP/HTML page, which could provide an "edit-in-place" GUI.
    You could use a product such as Editize (http://www.editize.com) to provide the editing functionality.
    When the client-side editing is finished, the changes can be sent to your custom servlet, which would update the Document.
    If you build this solution, you may be able to offer it to other Content DB customers!

  • Edit-In-Place still caching media

    FCSvr system, XSAN, Edit-In-Place set for all Devices. But when FCP projects are checked out by the editors, it still loads all the video files into their local Cache. Unable to duplicate the problem on my own system. The difference is that they have some Ethernet only clients, and some Fibre clients (FCP only on Fibre clients). Why would Edit-In-Place still download the video files to local cache?
    FYI, I've set up FCSvr systems before, this is my first mixed (Fibre + Ethernet only) environment, and the first time I've seen this odd behavior.

    OK, well, there were other problems they didn't tell me about. Some video assets could be drag-and-dropped from a Projects window in FCSvr to the Browser in FCP. Others could only be done from an Assets window in FCSvr. And this had been going on since the FCSvr 1.5 upgrade.
    I attempted to change the URI, but FCSvr would simply revert back to the original every time I tried. I logged out, and the whole system seems to work fine now. Go figure.
    Anyone see any quirks with the FCSvr 1.5 upgrade?
    Now they want to upgrade everything to Snow Leopard. I'm not touching the Leopard Servers until I see a more stable SL Server!
    Still, very odd problem. Wish I knew what it was exactly. Seems playing with URI's reset something. But it all works now.

Maybe you are looking for

  • How to find the difference in BI Content between SAP ERP 4.7 and ECC 6.0

    We are looking at upgrading our SAP system from 4.71 to ECC 6.0, and I have been tasked with determining what new data may become available in our BW system after the upgrade.  I was wondering if there was a site that would tell me what new datasourc

  • How to stop time machine from backing up encrypted lion partition

    I am using 10.6.8 but I created a Lion partition on the same disk. I am trying out Lion and I do not want Time Machine to back it up. I was able to exclude the Lion volume until I encrypted the Lion partition using Filevault 2. Now when I'm using Sno

  • Inner class vs. imported class

    Hi everyone, I have entitiy beans created for a client's web app I'd like to use in the web service using WebLogic Workshop 7.0. Say the classes are imported like this in the services: import com.hoike.clientname.ap.bean.Invoice import com.hoike.clie

  • Report header section does not print all pages

    Hi, I have a custom report that consists of all 3 parts. it has a header section, main section, and a trailer section. I have a problem in a header section that it does not print all pages. It only gives the output of the first page and the last page

  • Finding tables used in all the procedure.

    Hi, We have around 2000 procedures in our oracle 9i database. I want to know which procedures are calling few of the tables eg: emp or dept. Is there any way I can findout or Is there any tool. Regards MMU