Contents & Effects

Contents and Effects does not operate in PSE 9, everything else OK. Help would be appreciated.

You may need to rebuild the content - it does sometimes get corrupted. Go to:
C:\Program Data\Adobe\Photoshop Elements\9.0\Locale\en_us
Delete the file Mediadatabase.db3.
Re-launch Photoshop Elements Editor. A progress bar appears as the media database is re-created. Wait for this process to complete. It make take some time and the screen may periodically go blank; so go away and get yourself a coffee and be patient.
N.B. If you cant find Program Data you may need to reveal hidden system files first.
http://helpx.adobe.com/x-productkb/global/show-hidden-files-folders-extensions.html
 

Similar Messages

  • SharePoint Online content effective permissions DO NOT match check permissions

    I have a document list in the main site. The contents are sensitive so inheritance has been broken.
    Access to the list is via two AD groups: ADGroupEdit and ADGroupRead
    The list contains several documents. I have selected a document and gone to the advanced view of permissions
    This correctly shows the permissions:
    ADGroupRead    Domain Group     Read
    ADGroupEdit     Domain Group     Edit
    UserA is a member of ADGroupRead and UserB is a member of ADGroupEdit. UserA and UserB are members of only one AD group.
    From the same view, I can click 'check permissions'. Both UserA and UserB show the correct permissions via the correct group.
    However, when UserA attempts to access the content via OneNote (either the App or Online) they only see some of the files, and the level of access varies between Read and Edit. I have checked the individual file permissions which are set to inherit and display
    the correct permissions.
    The problem appears to be that permissions are not been interpreted correctly when listing files.
    Does anyone have any ideas why this is happening?

    Hi signalwarrant,
    Whether you are using Claims authentication.
    The claims based token is refreshed every 10 hours and hence if you make any changes to Active directory group memberships it won't reflect immediately in the token. you need to run the following powershell command to adjust the token life time to a smaller
    value.
    $sts = Get-SPSecurityTokenServiceConfig
    $sts.WindowsTokenLifetime = (New-TimeSpan –minutes 60)
    $sts.FormsTokenLifetime = (New-TimeSpan -minutes 60)
    $sts.Update()
    IISRESET
    More information, please refer to the link:
    http://www.shillier.com/archive/2010/10/25/authorization-failures-with-claims-based-authentication-in-sharepoint-2010.aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How can we implement workflow for Deleted content

    Hi Experts,
    whenever we delete a content , It never went into Workflow.
    I want when user delete any content, It should go into workflow. When approver approves it, only then content item should actually deleted. If approver rejects it, content item should not get deleted.
    Is there any way to achieve this ??
    thanks

    Several things jump out about how you may be using delete.
    First is that delete rights are set up as separate and distinct from Read and Write (contribute) rights. This is true even for content authors.
    There is good reasoning behind this. Basically, because deleting items has special and often regulated meaning, giving users delete permission should be a very intentional action and never a default.
    Second, using the "expiry" functionality is a much better and safer option in most cases. Expiring a piece of content removes it from visibility to all except the sysadmin. Expiring content effectively "soft deletes" the item from the user experience while allowing the administrators to still recover the item if necessary. Another advantage of expiring content rather than deleting it is that as the content approaches the expiry date or as an expiry action is triggered, this can automatically trigger actions like a workflow review, email notification, BPEL service call etc. This gives you advance warning as well as the ability to intercept, review, and sign off on the action. You can also run batch jobs to archive and store or archive / delete "expired" items if you determine that you still need to do this.
    Finally, if you have considered the above options and still determine that you need to capture "delete requests" then the best option is to write a custom component that intercepts the delete service request and triggers a workflow, notification, expiry or other action.
    Remember that when you delete an item you must consider whether or not you are deleting just the latest released revision or all revisions or some selection of revisions. OOTB, UCM allows those with delete permissions to delete revisions one at a time. The repository manager applets provide admins with a bit more batching flexibility.
    Hope that helps,
    Warmly,
    Billy Cripe
    Fishbowl Solutions

  • Is there a way to remove the Personal Hotspot Wi-Fi password?

    I've recently spoken with an Apple Customer Service rep, and from our exchange, he told me there's absolutely no way to remove the password once you've set something in.
    Insofar with my research, the only way you can have a P.Hotspot without a password is if you never placed one at all. After you've placed one, it's either you change it to something else, or you stay with the old one you've made.
    I'm posting this question here for anyone who might have an answer for me. While I could entertain the idea of a Jailbreak just to remove that password (or in a more extreme case, restore my iPhone and just re-sync the contents, effectively losing my text messages and whatnot), I'd prefer a more hassle-free method. That is, unless Apple decides to integrate it into their next firmware update.
    I'm currently running on a White iPhone 5S, FW 8.1.2

    When you set up the iPhone initially, there is a default password. You can change that. But the box is never blank So, even if you were to restore the phone as new, there would be a password.
    Why do you want to not have a password? Perhaps if you explained your situation, someone could offer some alternative suggestions.

  • Scripting /Expressions in AE:  Similar to Flash/ActionScript?

    I think about learning AE, but I would like to get an overview about the Software, so that I can decide if it's suitable for what I am planning to do.
    I have little experience in Flash/ActionScript, but I can't get a picture what Scripting means in AE. Can this be compared to Script-Languages like ActionScript and Lingo?
    And what is the difference between "Scripting" and "Expressions" in AE.
    Thank's!
    Roland

    Expressions are layer-based formulae/commands that manipulate the layer and its content/effects based on factors such as time, random number generation, variables, and other layers and elements within the project. An expression can only change elements of the layer parameter to which it is applied - it cannot alter any other layer or parameter within your project, although it can "see" changes in other elements and react accordingly.
    AE Scripting, however, is an application-wide scripting language, which can perform almost any possible function within AE, from creating new projects, comps and layers, to reading data from external files, sending emails etc.
    Both are customized adaptations of Java Script. Both were developed independently of Flash Actionscript, so while they share similarities, they are not the same.
    One of the best places to learn about AE Scripts and Expressions is Dan Ebbert's fantastic site:
    http://www.motionscript.com
    And, of course, the AE manual. Expressions:
    http://help.adobe.com/en_US/AfterEffects/9.0/WS3878526689cb91655866c1103906c6dea-7a39a.htm l
    Scripting:
    http://help.adobe.com/en_US/AfterEffects/9.0/WSD2616887-A41E-4a39-85FE-957B9D2D3843.html

  • JNLP secure property sun.java2d.opengl

    I have problem with passing secure properties to application in JNLP.
    When I running application as:
    javafx -Dsun.java2d.opengl=True -jar sample.jar
    All fine, System.getProperty("sun.java2d.opengl") is "True" and
    Result:
    …getAccelType(gc)=OpenGL
    But as signed webstart application:
    javaws sample.jnlp
    System.getProperty("sun.java2d.opengl") still "True", but
    Result:
    …getAccelType(gc)=CPU/Java
    By the way in console can see output:
    OpenGL pipeline enabled for default config on screen 0
    Sample.jar / Main.fx:
    package sample;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.text.Text;
    import java.awt.GraphicsConfiguration;
    import java.awt.GraphicsDevice;
    import java.awt.GraphicsEnvironment;
    import javafx.scene.effect.*;
    import javafx.scene.layout.VBox;
    import java.lang.System;
    import java.lang.Runtime;
    var data:VBox = VBox{};
    Stage {
        title: "Application title"
        scene: Scene {
            width: 500
            height: 400
            content: [
                data
    FX.deferAction(function():Void {
        def gc = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().getDefaultConfiguration();
        def effects = [
            Blend {}
            Bloom {}
            BoxBlur {}
            ColorAdjust {}
            DisplacementMap {}
            DropShadow {}
            Flood {}
            GaussianBlur {}
            Glow {}
            Identity {}
            InnerShadow {}
            InvertMask {}
            Lighting {}
            MotionBlur {}
            PerspectiveTransform {}
            Reflection {}
            SepiaTone {}
            Shadow {}
        for (effect in effects)
            insert Text {
                    content: "{effect.getClass().getSimpleName()}.getAccelType(gc)={effect.getAccelType(gc)}"
                } into data.content;
        insert Text {
            content: "property OpenGL= {System.getProperty("sun.java2d.opengl")}"
        } into data.content;
    sample.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="file:/home/krolm/NetBeansProjects/sample/dist/" href="sample.jnlp">
    <information>
    <title>sample</title>
    <vendor>krolm</vendor>
    <homepage href=""/>
    <description>sample</description>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <update check="always" policy="always"/>
    <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
    <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
    <jar href="sample.jar" main="true"/>
    <property name="sun.java2d.opengl" value="True"/>
    </resources>
    <application-desc main-class="com.sun.javafx.runtime.main.Main">
    <argument>MainJavaFXScript=sample.Main</argument>
    </application-desc>
    </jnlp>
    $ java -version
    java version &ldquo;1.6.0_16&Prime;
    Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
    Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)
    Debian GNU/Linux squeeze/sid
    Thanks in advance

    Krolm wrote:
    I have problem with passing secure properties to application in JNLP. AFAIR, for secure properties to have an effect, you need to include a copy of the JNLP in the main, signed Jar. The JNLP in the Jar must match, byte-for-byte, the JNLP file that launches the application.
    sample.jnlp:You JNLP file is invalid. It has elements out of the correct order. To validate JNLP files I (wrote &) recommend either [YAX-V|http://pscode.org/xml/xmltools.html#yaxv] or JaNeLA. YAX-V is purely a validation app., whereas JaNeLA does validation + other checks more specific to JWS launches.
    Here is a valid version of your JNLP file, with a comment in it about another dubious aspect.
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="file:/home/krolm/NetBeansProjects/sample/dist/" href="sample.jnlp">
    <information>
         <title>sample</title>
         <vendor>krolm</vendor>
         <!-- Why is this href empty? If you don't use it, remove it. -->
         <homepage href=""/>
         <description>sample</description>
         <offline-allowed/>
    </information>
    <security>
         <all-permissions/>
    </security>
    <update check="always" policy="always"/>
    <resources>
         <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
         <jar href="sample.jar" main="true"/>
         <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
         <property name="sun.java2d.opengl" value="True"/>
    </resources>
    <application-desc main-class="com.sun.javafx.runtime.main.Main">
         <argument>MainJavaFXScript=sample.Main</argument>
    </application-desc>
    </jnlp>And that reminds me. When posting code, code snippets, XML/HTML or input/output, please use the code tags. The code tags help retain the indentation and formatting of the sample. To use the code tags, select the sample and click the CODE button.
    Thanks in advanceNo worries.

  • HELP!!!! Sony DVD camcorder, i need to edit the video on iMovie

    hi, im using my friends Sony DVD camcorder for a project and i need to somehow edit the video on my mac using iMovie, but the video files arent opening with quicktime or iMovie. the tag on the icon is .VOB
    can anyone help me figure this out??

    im using my friends Sony DVD camcorder for a project and i need to somehow edit the video on my mac using iMovie, but the video files arent opening with quicktime or iMovie. the tag on the icon is .VOB
    VOB files are "muxed" MPEG and as such are not compatible with QT. Even if you have the QT MPEG-2 Playback component ($20) installed, QT is not "natively" compatible with AC3 audio. Basically you have to options:
    1) Get iMovie '08 to do a "Camera Import" which will convert the AC3 audio to Linear PCM and stor it in an MOV file container and then modify the MPWG-2 content effectively turning it into a Motion-JPEG and merge the modified video to the same MOV file container with start and/or end offsets to minimize drifet between the two.
    2) The other option is t copy the non-zero VOB title sets to your hard drive and then use an MPEG-based, third party converter like iSquint (free), MPEG Streamclip (free) with the QT MPEG-2 Playback component ($20), FFmpegX (donation-ware), Visual Hub (pay-ware), etc. to converte the VOB files to an "edit" compatible iMovie '08 (or eariier version) compression format.

  • [AS] [CS3] Enable Drop Shadow

    Dear all,
    Having problems to apply drop shadow to an rectangle/textframe
    Would love help with this one;
    tell myObject
    tell object style content effects category settings
    set enable drop shadow to true
    end tell
    tell drop shadow setting preferences
    set angle to 135
    set blend mode to multiply
    set distance to 3.492
    set effect color to "Black"
    set opacity to 65
    set size to 1.764
    set x offset to 2.469
    set y offset to 2.269
    end tell
    end tell
    Kind regards,
    - Steven

    As of CS3,drop shadows are handled via the various (fill/stroke/content/all)<br />transparency settings. This should give you an idea:<br /><br />tell application "Adobe InDesign CS3"<br />    tell active document<br />        tell page item 1<br />            tell transparency settings<br />                set properties of drop shadow settings to {mode:drop, use<br />global light:true, opacity:80.0, spread:20.0, blend mode:multiply,<br />noise:5.0, x offset:"1p", effect color:"Black"}<br />            end tell<br />        end tell<br />    end tell<br />end tell<br /><br /><br />-- <br />Shane Stanley <[email protected]>

  • Transfer material.

    Hi all,
           Is it possible to transfer material from one company code to another code... if possible means how all other contents effect...
    Thnks & Regards
    SAP Beginner

    Hi,
    You can transer material from one plant to another plant of two differrant company codes using Inter company STO process apart from using the movement type 301.
    At OMGN transaction for the plants (supply and receiving) you have toassign customer.
    and assign delivery type NLCC and checking rule to the supplying plant
    Assign document type NB to supplying and receiving plant.
    Create supplying plant as vendor and assign the plant to the vendor.
    Regards,

  • Method/Class of the day.

    So I was thinking as I was reading my word of the day email that I get from Merriam webster, you know wouldn't it be a great Idea to get get a method or class of the day email from the Java class libraries here at sun?
    I know that alot of the words I get from my word of the day I'll probably never use however, there are some that I do use from time to time. But Java is a language and it's always helpful to increase our vocabulary.
    So I do think that this would be helpful. Are there any services that do this already?

    tjacobs01 wrote:
    Here is my class / methods of the day
    AtomicReference
    http://java.sun.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicReference.html#lazySet(V)
    Uh, like totally man. Could you please be more vague with the documentation?<quote>
    lazySet has the memory effects of writing (assigning) a volatile variable except that it permits reorderings with subsequent (but not previous) memory actions that do not themselves impose reordering constraints with ordinary non-volatile writes. Among other usage contexts, lazySet may apply when nulling out, for the sake of garbage collection, a reference that is never accessed again.
    </quote>
    >
    and
    http://java.sun.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicReference.html#weakCompareAndSet(V,%20V)
    It's great that they include a method that warns you "may fail spuriously - NEVER use this!", but then provide no explanation for what the method is good for and why it's even published in the API.This was no good?
    <quote>
    The atomic classes also support method weakCompareAndSet, which has limited applicability. On some platforms, the weak version may be more efficient than compareAndSet in the normal case, but differs in that any given invocation of the weakCompareAndSet method may return false spuriously (that is, for no apparent reason). A false return means only that the operation may be retried if desired, relying on the guarantee that repeated invocation when the variable holds expectedValue and no other thread is also attempting to set the variable will eventually succeed. (Such spurious failures may for example be due to memory contention effects that are unrelated to whether the expected and current values are equal.) Additionally weakCompareAndSet does not provide ordering guarantees that are usually needed for synchronization control. However, the method may be useful for updating counters and statistics when such updates are unrelated to the other happens-before orderings of a program. When a thread sees an update to an atomic variable caused by a weakCompareAndSet, it does not necessarily see updates to any other variables that occurred before the weakCompareAndSet. This may be acceptable when, for example, updating performance statistics, but rarely otherwise.
    </quote>

  • Adobe After Effects CS4 Third Party Content only installed on one of two computers

    Hello,
    I installed Adobe Creative Suite CS4 MC on two systems. One system lists "Adobe After Effects CS4 Third Party Content" in Add/Remove Programs. This left me a bit baffled as to what this content is and why it only installed on one machine (i.e., assuming I did not erroneously selected or deselected it during the default install). I thought it would be reasonable to install the missing content on the second machine but I cannot find an installer listing "Adobe After Effects CS4 Third Party Content" in the CS4 default or custom installer.
    Could someone please tell me what this content is used for and how I can install it on the second machine?
    Thank you...

    > It should by no means be shown separately in the install database
    That's not true for one case.
    If you install After Effects in trial mode, the third party content won't be installed. But it leaves the third party content installer on your machine so that when you add a serial number the plug-ins can be added. This causes a new installer to run, so it will be registered (and need to be uninstalled) separately from the main installer.
    Frederick- Verify that both machines have the third party plug-ins that Mylenium listed. If it's not on the second machine you probably have it in trial mode and need to serialize. (If not, try uninstalling and reinstalling After Effects from the Master Collection package.)

  • Hi, I have small problem, for some time in music area I had two folders to use 1. Apple loops for soundtrack pro 2. Final Cut pro sound effects now both are gray and with out content may I know what happend

    Hi, I have small problem, for some time in music area I had two folders to use 1. Apple loops for soundtrack pro 2. Final Cut pro sound effects now both are gray and with out content may I know what happend

    I just went through this and it appears that my Focusrite Saffire was the culprit. I connected all the outputs on the focusrite according to the way the jacsk on the back were labeled and then set up the multichannel speaker setup to match. Then I went into STP, created a pink noise clip and panned it around, the LFE, center and rears were not in the right place.
    I reconnected the hardware to match the 5.1 pan pot in STP then changed the multichannel speaker setup to match. Everything appears to be correct now but I would have loved to have been able to just assigned the output busses to correct outputs in the saffire.
    Next step is to pan that pink noise around with my SPL meter to calibrate the room.

  • Remote content bar does not appear for some emails with images specifically daily Twitter updates. Changing options to allow all remote content has no effect

    The broken image symbol appears in place of the images but associated web links do work ok.
    Changing options to allow all remote content has no effect. Senders' addresses are in my address book and on the exceptions list.
    Some emails (from other sources) load perfectly. Using Kaspersky Internet Security 2015 on Windows 8.1. Thunderbird 31.4.0
    Any help appreciated.

    You only need to post a URL to your web site. We can see your code in Browser.
    So, your page looks OK to me in Firefox, but when I tried to check it in IE, it choked my browser and closed it.
    You have quite a few code validation errors - no document type declaration, etc... Start by fixing these reported errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fntp.neuroscience.wisc.edu%2F
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Update Content with fade effect - How do I do this in 1.5?

    Hello,
    Just wondering what would be the equivalent code in spry 1.5
    to the following update content with effect code in 1.4?
    function fadeIt(ele,url){
    Spry.Effect.DoFade('apDiv1',{ duration: 500, from: 100, to:
    0, finish: function() {
    Spry.Utils.updateContent(ele, url, function() {
    Spry.Effect.DoFade('apDiv1',{ duration: 500, from: 0, to:
    100 });
    I am a little stumped how to achieve this now that the effect
    code must be BELOW the html region the effect code works on. Any
    help on this would be appreciaed.
    Regards,
    Kiwwwi.

    Hi,
    We have a special article that explains the changes from
    Spry1.4 to Spry 1.5 regarding the effects.
    You can find it
    here.
    Diana

  • Transparency effects are not updated on frame's content change(shardow, etc.)

    Hello everyone.
    I've faced the following problem:
    My shape, which is based on CGraphicsFrameShape and kSplinePageItemBoss does not update it's transparency effects after changing own content.
    The content is drawn by AGMImageRecord and IGraphicsPort::image. I also use IXPUtils::CreateImagePaintServer,IGraphicsPort::SetAlphaServer for drawing image with some transparecy mask ( the idea is stolen from SDK's sample "Transparency effects" ).
    When user sets some transparency effects, and then changes the content of the shape - the effect (eg. shadow) presists from the previous content. It is updated (sets as a shadow for current content) only when user resizes the shape.
    I tried Inval method, DrawPageItemAdornments method, InvalPageItemAdornments method, but nothing works - the shadow still gets updated only on frame's resize.
    What can be done, and what guru do in such cases?

    And one more moment - this happens only when display performance is set to "typical". When "high quality" is set - everything updates well.

Maybe you are looking for

  • Entrada de Nota Fiscal de energia elétrica modelo 6 com 9 digítos

    Ola, Gostaria de entender qual a medida adotada para entrar com uma nota modelo 6 que tem mais do que 6 digitos. A nota de fornecimento de energia elétrica de SP tem 7 digitos "5754899", e o campo NFNUM tem apenas 6 posições. Não falamos de uma nota

  • Windows 7 wont boot after install of boot camp drivers

    I have been trying to get boot camp on imac mid 2010 with Maverick.   TodayI used Boot Camp Support Software 5.1.5621 The first set of drivers Boot Camp Support Software 5.0.5033 kept crashing on windows. Today I noticed a new set of drivers, well it

  • SWF file different from internal movie testing

    ok i made a basic website in flash when i test the movie while my file is open everything works fine, no errors pop up or anything, but when i go to drag the swf file into a web browser, random movie clips as well as all of my buttons are missing and

  • OEM 2.04 all java will it work with Linux

    The new OEM is written in java and the M$ and Solaris version come on the same cd any idea if porting to Linux is going to happen. Or if it is possible to kludge it now null

  • Continue to get error "activation request could not be completed";

    Let my battery run down to zero on iPad; now despite hard restore during which I see itunes reinstalling the software the final message is always "activation request could not be completed. Try again later" . Tried again over several days with same r