JSFL - How to disable Author-time Sharing on a library item

How can I disable author-time sharing on a library item?
I have tried this:
if (libraryItem.sourceLibraryName) libraryItem.sourceLibraryName = "";
if (libraryItem.sourceFilePath) libraryItem.sourceFilePath = "";
But I get the following error:
Error: Invalid value for property sourceLibraryName.
Thanks.

I don't think you can prevent that (opening the other people's sparsebundle)
If you need a secure backup, you might have to do it on a separate USB hard drive.

Similar Messages

  • How to use a Spry Menu as a Library item?

    Okay, this is my second post; but, with a different title.
    I made a Spry menu for my Home Page. I saved it and a logo
    together as a library item and placed the library item on a second
    page. The links in the menu work when there is no style sheet
    attached for the Spry meny and the menu appears just as text; but,
    as soon as the .css style sheet for the menu is attached to the
    second page, the menu appears correct except the drop down menus do
    not work. I tried adding a link to the Spry Java Script file as it
    is on the home page; still no luck.
    I tried the same with a test file, which I have since
    removed, stored at the same folder as the home page; same problem.
    How are we suposed to make a workable library item with a
    Spry Menu? Surely this is possible, no?
    Here are the two pages I am referring to:
    Good Page:
    http://iculver.com/
    Bad Page:
    http://iculver.com/pages/AboutUs/Personal_info.html

    Apologies - my mistake. You are correct, and my instructions
    were
    incomplete. That other bit is required too.
    > Now, I thought (probably in error) that items after !--
    were comments, but
    > it
    > seems to be required, too. I tried eliminating taht part
    and the menus did
    > not
    > work. I need all of this last part.
    The comments 'hide' the scripting from validators and older
    browsers, but
    it's still recognized as javascript, since the comments occur
    INSIDE a
    <script> tag.
    > these Spry Menus in Libraries easier to use...)
    It's not so hard once you get all the pieces together.
    1. Create the library item as described.
    2. Make sure that each page that is to carry this library
    item has the
    required links in the head (to the CSS and the js files), AND
    in the body.
    Why not use a template instead? That way, all of these links
    are managed
    for you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "JustBob" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hummm...
    >
    > Now, don't yell at me, okay? I'm a goLive switcher and
    really a graphic
    > designer, not a coder...
    >
    > So, It seems from the above message that I am to
    establish the links to
    > the
    > script and the css file before inserting the library
    item. But, either
    > way,
    > that didn;t do the trick for me. I did find a bit of
    code in one of the
    > pages
    > that seems to be required.
    >
    > It seems I also need to insert this just before the
    close of the body tag:
    >
    > <script type="text/javascript">
    > <!--
    > var MenuBar1 = new Spry.Widget.MenuBar("MenuBar",
    > {imgDown:"SpryAssets/SpryMenuBarDownHover.gif",
    > imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    > //-->
    > </script>
    >
    > Now, I thought (probably in error) that items after !--
    were comments, but
    > it
    > seems to be required, too. I tried eliminating taht part
    and the menus did
    > not
    > work. I need all of this last part.
    >
    > I'm sorry I'm such a dope. I probably did something
    funny when I was
    > styling
    > the menu. (I do hope Adobe can accommodate dopes lime
    me, though, and make
    > these Spry Menus in Libraries easier to use...)
    >
    > Thanks for all of your help! Really!
    >

  • XFL-Based Author-Time Shared Library Workflow

    I'm creating a large project with many different FLAs using symbols pulled from a shared library FLA at author time. It works great, however, the workflow could be simplified (possibly) if the shared library were saved in XFL format.
    I saved a copy of the shared library FLA as XFL. Then, I tried to import a symbol to another FLA from the XFL as author-time symbol references. Flash recognized the XFL document as an accepted source, but did not offer a menu giving a selection of symbols.
    Has anyone tried this at all? Any luck? Is it a bug in CS5?

    Im having the same issue.  With an FLA, hitting the browse button brings up the symbol browser.  With an XFL, the symbol browser does not come up.  Nothing happens.
    Also, if you copy/paste from an FLA library, it will maintain the "Source" reference and have the option to Update the symbol.  If you copy/paste from an XFL, it loses its reference and the ability to update.  It looks like a bug with CS5...
    However,
    If you use runtime shared libraries it works.  This is probably the better approach anyways, since you only need to change and recompile a single shared asset.
    Watch out though, i've found a bug with CS5 and RSL...using the new TLF text fields will cause shared library swf files to fail to load!  So stay away from TLF in shared libraries.
    So for you, just take the symbols that you want to link from one XFL to another, and split them into their own shared assets XFL.  Now go to the symbol properties, and export as runtime shared library.  Enter the swf name as the URL.  Comp
    Now copy/paste the symbol into the second XFL or use the Import / Open External Library.

  • How to disable REAL TIME QUERY in DG 11gr2 ?

    Hi,
    With 11gr2, by default, on STARTUP, the standby database is open
    -> in READ ONLY mode
    -> with Intended State: APPLY-ON
    so the ACTIVE DATAGUARD option is in use ....
    is there a way to deactivate REAL TIME QUERY permanently,
    so whether on STARTUP or STARTUP MOUNT, the standby stay only mounted with Intended State: APPLY-ON
    The only way i found is to do the following :
    SQL> startup
    DGMGRL> edit database 'PHNXENT' set state='APPLY-OFF';
    then
    SQL> startup mount
    DGMGRL> edit database 'PHNXENT' set state='APPLY-ON';
    but this can leads to mistake ....
    Thanks

    it is for standalone database (not RAC)
    yes, users can start the database with mount option, but they have to keep in mind that they do not have to issue a "STARTUP",
    so it is a production rule that oracle doesn't handle.
    Second, it will give a little more complexity in startup scripts (first mount, identify the role, and then open if it is a primary.
    In 10gr2 just startup in all cases ....
    that's why i'd like to know if there is a possibility to permanently disable REAL TIME APPLY ...

  • How to "Disable Password Protected Sharing" it always switch back (PosReady7)

    Hello,
    I'am trying to disable password protected sharing within PosReady 7? When i'am trying to change it, its switching back.
    I have tried to remove the password from the guest account but also no luck. The computer is not in in the domein.
    Can someone help me with this?

    Also not.
    a workaround: 
    Start - Run - secpol.msc -> Local Policies -> Assign User Rights. 
    "Deny access to this computer from the network" right to search. (Double click)
    correctly, is the user Support_ <number>, but ALL other users (including guest) must be removed

  • How to Disable Event firing while updating a list item using poweshell

    Hi All,
    I am working on a powershell code which updates most of the list items in the entire web application. I am using SystemUpdate($false) to update the items so that 'modified' and 'modified By' and versions are not changed.
    However event receivers gets fired which is now a problem. I want to disable the Event receivers before update and enable it after update. I want powershell code for this. I am using SharePoint 2010.
    Your help would be much appreciated. Thank you in anticipation.
    Regards
    Karthik R.

    hi
    check this thread:
    How to disable event firing outside an event. It contains example on C#, but it is not difficult to convert it to PowerShell.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • How to disable notifications for shared calendars?

    My girlfriend and I are sharing calendars. Every time she adds an activity, Calendar on OS X Mountain Lion notifies me via notification center AND from within the app. I disabled this when subscribing to her calendars on Lion and iOS 5, but it's enabled for Mountain Lion by default.
    How can I disable both?

    Thanks David, I too had been trying only the "Turn off shared calandar messages in Notification center" in Preferences on my Macbook Pro, but continued to receive shared notifications.   Then I used your suggestion above to "Get Info"and click "Ignore Alerts" on each shared calendar.   Funny thing, when I went back to preferences, it had unchecked the "Turn off shared calandar messages in Notification center", so I had to recheck this option.   Now both are sticking and it seems to have stopped the unwanted shared notices.   Thanks for your post!
    Others, if you are still having trouble, double check your MBP preferences as you may need to re-check this option.
    Thanks
    Tim

  • How to disable manual time on Aironet 1231

    I have a Aironet 1231 with IOS 12.3(8)JEB1. I have enabled SNTP, but it still shows the time and date that are configured manually. How do you disable the manual time setting?

    Once you are syncronized with your time server the manual field is filled with the current date and time. check under the time server address for the word Syncronized if you don't see it your AP has not been able to reach the time server.
    also be sure to check the Event log configuration and select the time format. you will probably want to select local for the time stamp display.
    good luck
    Bill

  • How to disable annoying photo sharing feature

    Hi, when I exchange pictures via skype it converts file into link:
    To view this shared photo, go to: https://api.asm.skype.com/s...
    Also it decreases quality of picture significantly. 
    Is there a way to disable this very annoying "feature"? I just want to exchange files with my friends as it used to be - drop the file and another person will just download it as a FILE.

    Dude, did you get an answer on this I am also super annoyed about it!

  • How to disable Quick Time in registry key?

    My organization with windows 7, server 2003 and server 2008 and have install Apple Quick Time Player 7.74.80.86 for over 100,000 machines. Can you advice any registry key to disable auto update so that I can use PowerShell Script push to all the machines?

    But when I swipe down RIGHT when I get a text message, the notification tells me to reply right away. I don't want that. Is there a way to turn off this feature?

  • How to disable the timer job for "Database Statistics"

    I want to disable the database statistics timer job using the powershell, but I cant find the exact name of it in the list of timer jobs.
    tried
    Get-SpTimerjob to manually look for it Get-SPTimerJob SPDatabaseStatisticsJobDefinitionor and also looked for staadmin name job-database-statistics
    I even tried to look for it in the list of timer job definitions for a web application with no luck.
    I want to disable the timerjob, so that I can run proc_DefragmentIndices on sharepoint config and SharePoint admin databases.
    SELECT DB_ID() AS [sharepoint_admincontent_cab0c190-db30-4f2c-8b71-504b81d2b5d1];
    GO
    SELECT * FROM sys.dm_db_index_physical_stats
        (1, NULL, NULL, NULL , 'DETAILED');
    1 1131151075
    1 1
    CLUSTERED INDEX
    IN_ROW_DATA 2
    0 52.6315789473684
    1 1131151075
    1 1
    CLUSTERED INDEX
    IN_ROW_DATA 2
    1 0
    1 1131151075
    2 1
    NONCLUSTERED INDEX
    IN_ROW_DATA
    2 0
    80
    Thanks
    Nate

    Thank you Trevor, 
    As per this blog (http://www.houberg.com/2008/05/16/sharepoint-database-indexes-and-statistics/) it seems like
    Microsoft allows this (not explicitly though)
    I ran the Health Analyzer rule  for "Databases used by SharePoint have fragmented Indexes" for all servers.
    I am still seeing a lot of cluster and non clustered indexes having avg_fragmentation_in_percent
     > 60%.
    SELECT * FROM sys.dm_db_index_physical_stats (7, NULL, NULL, NULL , 'DETAILED');
    I finally thought that I should rebuild the indexes to fix the issue, but please suggest if that is not the correct approach to resolve the high fragmented indexes.
    thanks
    Nate

  • How to disable auto-time parsing in Reminder/Calendar

    Hi!
    I use reminder for daily todo list.
    I would like to save some tasks in reminder as below.
    math hw 4:00-5:00
    review lecture note 5:00-7:00
    something like this.
    but whenever saving an task with time-from ( e.g math hw 4:00-5:00 )
    reminder automatically set its time by parsing words and remove the time part.
    so only "math hw" is saved as title.
    can anyone know how to save without parsing?
    This feature sometimes bother me in calendar, as well.

    Marcia,
    You may check this thread first:
    Date / Time In SAP ... is it the server Date / Time ?
    Thanks,
    Gordon

  • How to disable design time data binding?

    I am using Studio Creator IDE for the presentation layer and bringing the project into eclipse and from there moving on to creating daos,adding business objects etc.
    However, when re-importing my files from eclipse to the Studio Creator to make layout changes, on the design view, i keep getting all these SQL exceptions.
    Here's my current fix:
    For eg, if on a page i had a Data Table component, i comment out my dao methods that populate the cachedrowset for the table data provider and i add for eg:
    personRowSet.setDataSourceName("java:comp/env/jdbc/Travel");
    personRowSet.setCommand("SELECT * FROM TRAVEL.PERSON");
    personRowSet.setTableName("PERSON");
    and only then, i am able to see my table component in the design view.
    Is there an option somewhere to tell the IDE not to check data bindings at design time???
    That would be very very helpful.
    Thanks!

    Hi,
    There is no option, ASAIK, to turn off the data bindings at design time. As you have mentioned the option that comes to my mind is to comment out the code for data binding till the design work is over.
    Cheers
    Girish

  • How to disable the Time Machine prompt

    Even when Time Machine is turned off every time our students access firewire drives, they will be prompted by TM to backup. This will be confusing and inconvenient for everyone. Anyone have a solution?
    Thanks.

    This is a guess... I have not tested the following but seems like it should do the trick. Please post back to confirm:
    Open /System/Library/LaunchDaemons/com.apple.backupd-attach.plist in the Property List Editor. Expand the Root arrow and there is a property named 'StartOnMount'. Set this to No, Save and (probably) restart. The TM dialog should not pop up after this on a disk attach.

  • How do you use home sharing if Itunes library is on external hard drive?

    How do you set up home sharing if IPhoto and Itunes libraries are on external hard drive?

    You might want to start with a new instandce of iTunes - instructions on how to do this is on the web depending on whether you're running Windows or Appls Software.  The below URL is one site you can use.
    http://ipod.about.com/od/advanceditunesuse/ss/Multiple-Itunes-Libraries-One-Comp uter.htm
    Set up your iTunes to utilize the music files on your external Hard Drive.
    On iTunes pull down menu select Preferences.
    Click on the advanced tab and set the iTunes Media Folder location to your External HD
    Click on the File pull down menu and import the folder containing your music into iTunes.
    Turn on Home Sharing on your computer  - Click on the File pull down menu and click on Home Sharing.
    Turn on Home Sharing on your other device(s)
    On Music on iPad or iPhone, tap on the More tab and if you set things up right, you will see your Library name.  Click on this and if things go as they should, it will connect to your library and you will see your albums, artists, playlists, sogs etc.
    Good luck.

Maybe you are looking for

  • Message " You cannot make an assignment to make-to-order stock"

    Hi, i'm trying to create a production order for a specific material, but I get this error message: "The component cannot be allocated to an individual stock because make-to-order production and engineer-to-order production cannot be executed with thi

  • Messages are reaching PI wthout any configuration in PI from ECC

    Hi,           I am using PI 7.11. Its a fresh system so as of now there is no interfaces. Just a two days back only we have established the RFC connections ECC to PI and PI to ECC.  After these configuration we have transported one interface File to

  • Lightroom Galerie in Dreamweaver importieren

    Hallo Ich arbeite mit Lightroom 3.6. Die dort erstellten Bildergalerien (Airtight Simple Viewer) verlinke ich von meiner HP aus. Was mich dabei stört: Die Galerieseiten sind ohne mein Banner und ohne meine Seitennavigation. Derzeit arbeite ich noch m

  • Write Permissions for creator only

    Hello, theres a nice document about how to create a bulletin board with km features: <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0f20a1b3-0801-0010-1891-c782d7b81921">Bulletin Board</a> The posts of the users are

  • Cisco Agent Detail Report

    When running the Cisoc Agent Detail Report I am seeing the following SQL commented out: /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style