JQuery Sliding Text effect in DW

Hi there,
I'm trying to create text that slides in across the page and stops in the middle. I read that jQuery is useful for this but am really not sure how to write the code. So far what i've written under the Spry Effects.js document of my file has not produced any effect when i view the page on Live View or in a browser. I'm using Dreamweaver cs4 so i know don't need to install a jquery plugin. This is what i've written for it so far:
Source code:
#slider {
color:#FFF
height:100px
width:200px
<div id="slider">Content for id slider Goes Here</div>
Spry Effects.js:
//JQuery
<script src="jquery.js" type="text/javascript"></script>
    $(document).ready(function(){
        $("slider").hide();
                    $("slider").slideIn('fast');
What do i need to change or add?? I truly appreciate any help...
rae

Thank you David for giving this brief tutorial about how to use jquery in DW as I could find very little in the DW help files or at the http://www.w3schools.com/jquery/default.asp page. That page tells us to link to the core library and about document ready but not that we should link to a jquery plugin link. Is there anything else we should know?
I also noticed in CS6 that when I click to insert jQuery nothing shows.
Why is that? Is it because I am not linked to the jQuery core library or plugins?
Since Spry is dead I would like to learn more about jQuery and have been reading up on it but so far not coming across using it in DW. Could you or someone else point me in the right direction.
VL Branko

Similar Messages

  • Edge Text Effects in Chrome not Working - from Dan Carr / Inspire Mag article

    I've been working with the tutorial in the September issue of Adobe Inspire to create text effects with Edge Animate - see link:
    http://www.adobe.com/inspire/2013/09/edge-text-effects.html
    I can get it to work well in IE and Firefox but nothing much happens in Chrome.
    Anyone any idea where I may be going wrong?
    My problem is with the section specifically relating to using Edge Animate - the other parts of the tutorial work OK in Chrome when using a plain HTML file but I'm interested mainly in adding the text effects to existing Edge compositions.

    Here's an example based on the tutorial - just open in the different browsers to see the problem:
    http://www.wizinnovation.com/edge/boardWithSVG.html
    DDcreams mentions a problem with webkit browsers which I expect is correct - I have no idea where to start to try and fix it though!
    Here's a paste of the edgeActions:
    * Adobe Edge Animate Composition Actions
    * Edit this file with caution, being careful to preserve
    * function signatures and comments starting with 'Edge' to maintain the
    * ability to interact with these actions from within Adobe Edge Animate
    (function($, Edge, compId){
    var Composition = Edge.Composition, Symbol = Edge.Symbol; // aliases for commonly used Edge classes
       //Edge symbol: 'stage'
       (function(symbolName) {
          Symbol.bindElementAction(compId, symbolName, "document", "compositionReady", function(sym, e) {
             // insert code to be run when the composition is fully loaded here
             // Load text animation JS
             yepnope({
                       nope:[
                       'libs/raphael/raphael-min.js',
                       'libs/textfx/Text.js',
                       'libs/textfx/svg/SVG.js',
                       'libs/textfx/svg/SVGText.js',
                       'libs/textfx/svg/SVGTextBlock.js'
                       complete: init
             var textAnimation = {
                       params: {
                                 fontStyles: {
                                           'font-family': 'Arial, serif',
                                           'font-size': 60,
                                           'color': '#9080c7',
                                           'stroke': '#fff',
                                           'stroke-width': 1
                                 letterSpacing: -2,
                                 wordSpacing: 24,
                                 easing: 'backIn',
                                 duration: 550,
                                 delay: 15,
                                 type: 'letters'
                       canvas: null,
                       text: null,
                       addCanvas: function(div){
                                 this.canvas=new Text.SVG(div);
                       addText: function(txt, styles, params){
                                 $.extend(this.params.fontStyles, styles);
                                 $.extend(this.params, params);
                                 this.text = this.canvas.addText(txt, this.params);
                       animate: function(type){
                                 this.text.animate(type);
             sym.setVariable("textAnimation", textAnimation);
             // Draw the text animation
             function init(){
                       textAnimation.addCanvas(sym.$("text_animation"));
                       sym.play(0);
          //Edge binding end
          Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(sym, e) {
             // insert code here
             var styles = {
                 "font-family": "Microgramma, Arial"
              sym.getVariable("textAnimation").addText("Text Goes Here!", styles);
              sym.getVariable("textAnimation").animate("slideLeftIn");       
          //Edge binding end
          Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 2000, function(sym, e) {
             // insert code here
              sym.getVariable("textAnimation").animate("slideRightOut");
          //Edge binding end
          Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 4000, function(sym, e) {
             // insert code here
            var styles = {
                 "font-family": "Eurostyles, Arial"
              sym.getVariable("textAnimation").addText("Some more text!", styles);
              sym.getVariable("textAnimation").animate("zoomBigIn");  
          //Edge binding end
          Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 6000, function(sym, e) {
             // insert code here
              sym.getVariable("textAnimation").animate("zoomBigOut");  
          //Edge binding end
          Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 8000, function(sym, e) {
             // insert code here
              sym.play(0);
          //Edge binding end
       })("stage");
       //Edge symbol end:'stage'
       //=========================================================
       //Edge symbol: 'text_animation'
       (function(symbolName) {  
       })("text_animation");
       //Edge symbol end:'text_animation'
    })(jQuery, AdobeEdge, "EDGE-26783744");

  • Drop Down Text Effects

    Hi there.
    I'm created topics currently that have drop down text effects in them.
    Basically, I have a title which has got a little image next to it (a plus expand sign image).
    When you click either the image of the title text, the drop down text appears as intended.
    Is there anyway I can get it, so that when you click either the text or the image, the image changes to be a minimise image?
    The screenshots below demonstrate what I mean a bit clearer.
    Thanks very much,
    Craig

    Hi Craig
    All I can say is that the script or whatever simply isn't finding the image if you are viewing from the compiled CHM. When you compile, you need to ensure that everything is in the place it needs to be. For example, maybe you have a folder in your project and you added the image to the folder. But in reality, it's looking for the image in the project root. Because the image is in the folder, it cannot be found.
    I'd suggest a double-check of things just to be certain.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • Text Effects for iMovie

    I am looking for some plug-in text effects for iMovie 08, I could settle for iMovie HD 6 or Final Cut Express. Specifically I am looking text bubbles or comic bubbles.
    Can anyone help me in my search?
    Thanks
    Gene

    I am looking for some plug-in text effects for iMovie 08
    iMovie '08 does not currently have a "plug-in" architecture compatible with plug-ins.
    I could settle for iMovie HD 6 or Final Cut Express.
    iMovie HD v6.0.4 is available as a free download to iLife '08 owners.
    Specifically I am looking text bubbles or comic bubbles.
    Such effects are easily created with most graphic applications and can be applied from within iMovie '08.

  • Muse: Issue: Text Effects options (Drop Shadow, etc) are always disabled.

    Hello,
    I am a new Muse user and I have been using the Learn Tutorials here on helpx.adobe.com to teach myself Muse.
    I have a strange problem. When following through the "Apply Effects to Text" tutorial at: Adding effects to text | Adobe Muse CC tutorials, the options to add a drop shadow are not enabled. On advice from folks on Twitter, I tried the same using System Fonts, Web Fonts and Web Safe fonts. None of them seem to work.
    I am attaching a video capture of the issue.
    Please help :-(
    Adobe Muse CC version 2014.1.0.375 CL 785695 (PC)
    Message was edited by: Sujay Sarma
    Change: Added Muse Version info

    That's worse. If I set Stroke to 1 (you can only do that on the Text Frame and not the text itself), then the Text Effects do get enabled. BUT, the effect is applied to the entire text frame instead of just the text. See this:
    I want the drop shadow for the text not the frame (like how Photoshop does it).

  • Looking for some good text effects type plugins for CS5 or CS5.5

    I have a website that I am updating and I wanted to create some really cool text effects. The effects are something that I want to create in After Effects to give it the movie effect with sounds, etc.
    What I'm looking for is some add-on software that can boost the text. Any ideas?
    Thanks

    Since you're brand-new here, there's a VERY crucial question to ask: have you ever used After Effects before?
    The reason: it's not the kind of application you use for a couple of tricks with and expect things to turn out right the first time.  It takes a good knowledge of the AE basics to make it do what you want.
    So how do you get the basics?  You go here.
    ...and if you need this animation in a big hurry, you might want to have a Plan B ready to go.

  • Bridge .ffx files (text effects) no longer open up in After Effects 2014?

    I am having an issue trying to get the text effects (.ffx) in Bridge (that use to open up in After Effects just fine) to open up in After Effects 2014 latest update. Is there a work around, setting or alternative I can use?

    Here is the log I received with the error:
    10/21/14 10:47:54:850 | [INFO] |  | OOBE | DE |  |  |  | 11806 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/21/14 10:47:54:850 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    10/21/14 10:47:54:850 | [INFO] |  | OOBE | DE |  |  |  | 11806 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/21/14 10:47:54:850 | [INFO] |  | OOBE | DE |  |  |  | 11806 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/21/14 10:47:54:850 | [INFO] |  | OOBE | DE |  |  |  | 11806 | START - Installer Session
    10/21/14 10:47:54:850 | [INFO] |  | OOBE | DE |  |  |  | 11806 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/21/14 10:47:54:850 | [INFO] |  | OOBE | DE |  |  |  | 11806 | RIBS version: 8.0.0.22
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | OSX version: 10.7.5 
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ::START TIMER:: [Total Timer]
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | CHECK: Single instance running
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | CHECK : Credentials
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Load Deployment File
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | deploymentFile option not given
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | CHECK : Another Native OS installer already running
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Create Required Folders
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Assuming install mode
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Looking up install source path
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Sync Media DB ...
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ::START TIMER:: [Sync Media DB]
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Pre check media db sync
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | End of Pre check media db sync. Exit code: 0
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | :: END TIMER :: [Sync Media DB] took 149 milliseconds (0.149 seconds) DTR = 4241.61 KBPS (4.1422 MBPS)
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Ready to initialize session to start with ...
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ::START TIMER:: [CreatePayloadSession]
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Updated source path: /Users/adam/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1
    10/21/14 10:47:54:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Updating media info for: {5678CF8D-3B5F-4CC6-B150-48945A838E63}
    10/21/14 10:47:54:858 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Ignoring original data since install source is local
    10/21/14 10:47:54:858 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_13_1_1_ftr
    10/21/14 10:47:54:858 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Path: /Users/adam/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1/payload s/AdobeAfterEffects13SupportAll-101014104158/AdobeAfterEffects13SupportAll-101014104158.zi p
    10/21/14 10:47:54:858 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Updating media info for: {C135CD0F-ED45-4935-9B71-9D02735BD274}
    10/21/14 10:47:54:859 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Ignoring original data since install source is local
    10/21/14 10:47:54:859 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_13_1_1_ftr
    10/21/14 10:47:54:859 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Path: /Users/adam/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1/payload s/AdobeAfterEffects13AllTrial-101014102412/AdobeAfterEffects13AllTrial-101014102412.zip
    10/21/14 10:47:54:859 | [INFO] |  | OOBE | DE |  |  |  | 11806 | --------------------  END  - Updating Media Sources -  END  --------------------
    10/21/14 10:47:54:866 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Supported RIBS version range: [0.0.0.0,8.0.0.22]
    10/21/14 10:47:54:867 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ----------------- CreatePayloadSession: machine is x86 ---------------
    10/21/14 10:48:00:136 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ______ Verify Dependency Subscribers ______
    10/21/14 10:48:00:136 | [INFO] |  | OOBE | DE |  |  |  | 11806 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    10/21/14 10:48:00:136 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}: 0 (0,0)
    10/21/14 10:48:00:136 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}: 0 (0,0)
    10/21/14 10:48:00:136 | [INFO] |  | OOBE | DE |  |  |  | 11806 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    10/21/14 10:48:00:137 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Patch Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} can be applied to product Adobe After Effects CC 2014 Support 13.0.0.0 {A55FF34C-8AA8-4BE2-ABCC-12BE48AE8DD5}
    10/21/14 10:48:00:141 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Patch Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274} can be applied to product Adobe After Effects CC 2014 13.0.0.0 {2B22C750-5C3B-4738-B621-BA786AC7A494}
    10/21/14 10:48:11:117 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Setting property "installSourcePath" to: /Users/adam/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1
    10/21/14 10:48:11:117 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Setting property "mode" to: silent
    10/21/14 10:48:11:117 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Setting property "updateManifestPath" to: /Users/adam/Library/Application Support/Adobe/AAMUpdater/1.0/Data/AdobeAfterEffects-13.0.0-Trial/13.1.1/13.1.1.xml
    10/21/14 10:48:11:117 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Setting property "workflow" to: updater
    10/21/14 10:48:11:117 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Overwrite property "extensionsOnly" to: 1
    10/21/14 10:48:11:117 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Overwrite property "mode" to: silent
    10/21/14 10:48:11:117 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Overwrite property "patchesOnly" to: 1
    10/21/14 10:48:11:117 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Overwrite property "updateManifestPath" to: /Users/adam/Library/Application Support/Adobe/AAMUpdater/1.0/Data/AdobeAfterEffects-13.0.0-Trial/13.1.1/13.1.1.xml
    10/21/14 10:48:11:117 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Overwrite property "workflow" to: updater
    10/21/14 10:48:11:118 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Found payload actions:
    10/21/14 10:48:11:118 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Deciding what installer mode to use...
    10/21/14 10:48:11:190 | [INFO] |  | OOBE | DE |  |  |  | 11806 | BEGIN Setting requested payload actions
    10/21/14 10:48:11:191 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Value returned on lookup of payload: Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} is: true
    10/21/14 10:48:11:191 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Action string for Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}  is install
    10/21/14 10:48:11:191 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Value returned on lookup of payload: Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274} is: false
    10/21/14 10:48:11:191 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Action string for Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}  is install
    10/21/14 10:48:11:197 | [INFO] |  | OOBE | DE |  |  |  | 11806 | END Setting requested payload actions
    10/21/14 10:48:11:198 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Collected advanced path check information for INSTALLDIR
    10/21/14 10:48:11:198 | [INFO] |  | OOBE | DE |  |  |  | 11806 | INSTALLDIR is a well-formed path
    10/21/14 10:48:11:199 | [INFO] |  | OOBE | DE |  |  |  | 11806 | INSTALLDIR is not the root path
    10/21/14 10:48:11:199 | [INFO] |  | OOBE | DE |  |  |  | 11806 | INSTALLDIR is on a local volume
    10/21/14 10:48:11:199 | [INFO] |  | OOBE | DE |  |  |  | 11806 | INSTALLDIR is on a writable volume
    10/21/14 10:48:11:199 | [INFO] |  | OOBE | DE |  |  |  | 11806 | INSTALLDIR is not on a case sensitive volume
    10/21/14 10:48:11:199 | [INFO] |  | OOBE | DE |  |  |  | 11806 | INSTALLDIR passed path basic path validation: /Applications
    10/21/14 10:48:11:275 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ::START TIMER:: [System check :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/21/14 10:48:11:280 | [INFO] |  | OOBE | DE |  |  |  | 11806 | In InstallPreSystemCheckProc
    10/21/14 10:48:11:280 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Custom action return code: 0
    10/21/14 10:48:11:281 | [INFO] |  | OOBE | DE |  |  |  | 11806 | :: END TIMER :: [System check :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 5 milliseconds (0.005 seconds)
    10/21/14 10:48:11:540 | [INFO] |  | OOBE | DE |  |  |  | 11806 | BEGIN InstallOperationsQueue Unordered operations
    10/21/14 10:48:11:540 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}:  with operation repair
    10/21/14 10:48:11:540 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}:  with operation install
    10/21/14 10:48:11:540 | [INFO] |  | OOBE | DE |  |  |  | 11806 | END InstallOperationsQueue Unordered operations
    10/21/14 10:48:11:540 | [INFO] |  | OOBE | DE |  |  |  | 11806 | BEGIN InstallOperationsQueue Ordered operations
    10/21/14 10:48:11:540 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}:  with operation repair
    10/21/14 10:48:11:540 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}:  with operation install
    10/21/14 10:48:11:540 | [INFO] |  | OOBE | DE |  |  |  | 11806 | END InstallOperationsQueue Ordered operations
    10/21/14 10:48:11:541 | [WARN] |  | OOBE | DE |  |  |  | 11806 | DW035: Patcher: Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} has already been applied. Patchers cannot be repaired/reinstalled, skipping this patcher
    10/21/14 10:48:11:631 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Payloads passed preflight validation.
    10/21/14 10:48:11:631 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Call PreSession Custom Hook
    10/21/14 10:48:11:631 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ::START TIMER:: [Pre session :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/21/14 10:48:11:631 | [INFO] |  | OOBE | DE |  |  |  | 11806 | In InstallSessionOpenProc
    10/21/14 10:48:11:631 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Custom action return code: 0
    10/21/14 10:48:11:631 | [INFO] |  | OOBE | DE |  |  |  | 11806 | :: END TIMER :: [Pre session :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 0 milliseconds (0 seconds)
    10/21/14 10:48:11:632 | [INFO] |  | OOBE | DE |  |  |  | 11806 | BEGIN InstallOperationsQueue Unordered operations
    10/21/14 10:48:11:632 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}:  with operation repair
    10/21/14 10:48:11:632 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}:  with operation install
    10/21/14 10:48:11:632 | [INFO] |  | OOBE | DE |  |  |  | 11806 | END InstallOperationsQueue Unordered operations
    10/21/14 10:48:11:632 | [INFO] |  | OOBE | DE |  |  |  | 11806 | BEGIN InstallOperationsQueue Ordered operations
    10/21/14 10:48:11:632 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}:  with operation repair
    10/21/14 10:48:11:632 | [INFO] |  | OOBE | DE |  |  |  | 11806 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}:  with operation install
    10/21/14 10:48:11:632 | [INFO] |  | OOBE | DE |  |  |  | 11806 | END InstallOperationsQueue Ordered operations
    10/21/14 10:48:11:857 | [WARN] |  | OOBE | DE |  |  |  | 11806 | DW035: Patcher: Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} has already been applied. Patchers cannot be repaired/reinstalled, skipping this patcher
    10/21/14 10:48:11:857 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Skipping payload Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} as payload is not cached
    10/21/14 10:48:12:155 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Calling the custom action code for pre-install for payload Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}
    10/21/14 10:48:12:156 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ::START TIMER:: [Pre payload :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/21/14 10:48:12:156 | [INFO] |  | OOBE | DE |  |  |  | 11806 | In PrePayloadInstallProc
    10/21/14 10:48:12:156 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Custom action return code: 0
    10/21/14 10:48:12:156 | [INFO] |  | OOBE | DE |  |  |  | 11806 | :: END TIMER :: [Pre payload :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 0 milliseconds (0 seconds)
    10/21/14 10:48:12:156 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ::START TIMER:: [Payload Operation :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/21/14 10:48:12:165 | [INFO] |  | OOBE | DE |  |  |  | 12205 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/21/14 10:48:12:165 | [INFO] |  | OOBE | DE |  |  |  | 12205 | Installer Operation: PayloadInstaller
    10/21/14 10:48:12:165 | [INFO] |  | OOBE | DE |  |  |  | 12205 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/21/14 10:48:12:165 | [INFO] |  | OOBE | DE |  |  |  | 12205 | Request to install payload
    10/21/14 10:48:12:193 | [INFO] |  | OOBE | DE |  |  |  | 12205 | Payload Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}: Calling ARKEngine from path /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources
    10/21/14 10:48:42:884 | [INFO] |  | OOBE | DE |  |  |  | 12205 | Extracting assets complete. Number assets: 1
    10/21/14 10:48:42:885 | [INFO] |  | OOBE | DE |  |  |  | 12205 | CustomizedPatch property not found in database
    10/21/14 10:48:43:146 | [INFO] |  | OOBE | DE |  |  |  | 12205 | Beginning installation for payload at /Users/adam/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1/payload s/AdobeAfterEffects13AllTrial-101014102412/Install.db
    10/21/14 10:48:43:454 | [ERROR] |  | OOBE | DE |  |  |  | 12205 | DS015: Unable to read symlink target of source file "/Applications/Adobe After Effects CC 2014/Plug-ins/Effects/mochaAE/(Mocha Support)/mocha AE CC.app/Contents/MacOS/mediaioserver.app/Contents/CodeResources"(Seq 212)
    10/21/14 10:48:43:454 | [WARN] |  | OOBE | DE |  |  |  | 12205 | DW063: Command ARKCopySymlinkCommand failed.(Seq 212)
    10/21/14 10:48:43:454 | [INFO] |  | OOBE | DE |  |  |  | 12205 | Completing installation for payload at /Users/adam/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1/payload s/AdobeAfterEffects13AllTrial-101014102412/Install.db
    10/21/14 10:48:51:624 | [INFO] |  | OOBE | DE |  |  |  | 11806 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    10/21/14 10:48:51:624 | [INFO] |  | OOBE | DE |  |  |  | 11806 | :: END TIMER :: [Payload Operation :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 39467 milliseconds (39.467 seconds) DTR = 8703.17 KBPS (8.49919 MBPS)
    10/21/14 10:48:51:632 | [INFO] |  | OOBE | DE |  |  |  | 11806 | User specified overrideFile:
    10/21/14 10:48:51:637 | [INFO] |  | OOBE | DE |  |  |  | 11806 | The csu inventory was not updated for payload Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}, value of local var is -1
    10/21/14 10:48:51:637 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Calling the ROLLBACK custom action code for pre-install for payload Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}
    10/21/14 10:48:51:638 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ::START TIMER:: [Pre payload :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/21/14 10:48:51:638 | [INFO] |  | OOBE | DE |  |  |  | 11806 | In PrePayloadInstallProc
    10/21/14 10:48:51:638 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Custom action return code: 0
    10/21/14 10:48:51:638 | [INFO] |  | OOBE | DE |  |  |  | 11806 | :: END TIMER :: [Pre payload :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 0 milliseconds (0 seconds)
    10/21/14 10:48:51:868 | [INFO] |  | OOBE | DE |  |  |  | 11806 | No operation.  We're done:
    10/21/14 10:48:53:891 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Total components installed: 0
    10/21/14 10:48:53:891 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Total components repaired: 0
    10/21/14 10:48:53:891 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Total components removed: 0
    10/21/14 10:48:53:891 | [WARN] |  | OOBE | DE |  |  |  | 11806 | DW050: The following payload errors were found during install:
    10/21/14 10:48:53:891 | [WARN] |  | OOBE | DE |  |  |  | 11806 | DW050:  - Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll: Patch already installed
    10/21/14 10:48:53:891 | [WARN] |  | OOBE | DE |  |  |  | 11806 | DW050:  - Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial: Install failed
    10/21/14 10:48:53:891 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Call PostSession Custom Hook
    10/21/14 10:48:53:891 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ::START TIMER:: [Post session :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/21/14 10:48:53:892 | [INFO] |  | OOBE | DE |  |  |  | 11806 | In InstallSessionCloseProc
    10/21/14 10:48:53:892 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Custom action return code: 0
    10/21/14 10:48:53:892 | [INFO] |  | OOBE | DE |  |  |  | 11806 | :: END TIMER :: [Post session :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 0 milliseconds (0 seconds)
    10/21/14 10:48:53:892 | [INFO] |  | OOBE | DE |  |  |  | 11806 | :: END TIMER :: [Total Timer] took 61758 milliseconds (61.758 seconds) DTR = 5778.75 KBPS (5.64331 MBPS)
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | -------------------------------------- Summary --------------------------------------
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 |  - 0 fatal error(s), 1 error(s)
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | OSX version: 10.7.5 
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 |
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ----------- Payload: Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274} -----------
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | ERROR: DS015: Unable to read symlink target of source file "/Applications/Adobe After Effects CC 2014/Plug-ins/Effects/mochaAE/(Mocha Support)/mocha AE CC.app/Contents/MacOS/mediaioserver.app/Contents/CodeResources"(Seq 212)
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 |
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Please search the above error string(s) to find when the error occurred.
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | These errors resulted in installer Exit Code mentioned below.
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | -------------------------------------------------------------------------------------
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 |
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Exit Code: 7 - Unable to complete Silent workflow.
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | Please see specific errors for troubleshooting. For example, ERROR: DS015 ...
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | END - Installer Session
    10/21/14 10:48:54:895 | [INFO] |  | OOBE | DE |  |  |  | 11806 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

  • Text Effects in Bridge wont attach to text layers in AE *Please help

    ** Please Help **
    short version
    I have read the AE help and it says to just double click the preset I want and it will attach to the text in AE, but it doesnt work. What do I do?
    Long version
    Ok, I am trying to use the built in animations that are located in the text folder inside bridge. While in AE I make a new text layer and type in the text, then I goto the EFFECTS & PRESETS fly out menu and Choose Browse presets, This will take you to the contents folder in Bridge, For instance I click on the 3d text folder to open it and view all of the preset text animations. If you click a sample Icon one time it will show you what to expect in Bridge, IF you double click it, it is supposed to attach that preset to your text layer and transfer that animation to the text layer in AE. Well I cant get it to work, It wont attach the preset to my text in the text layer of AE. Please tell me what I am doing wrong. Please help me figure this out. I have search the AE help files as well as the bridge help, with no answers.

    Jonas, thank you for a work around, using the bridge method would be nicer, but the apply animation preset works, I just have to open bridge so I can preview the text effect I want to apply. Main thing is I got it to work. Now to figure out why bridge and AE aren't talking.

  • Text Effect Does Not Appear

    I have never encountered this problem before. I wanted to make my copyright watermark more striking, so I created a variation on the relatively well-known "glass" text effect, but the effect will not print, nor will it show up when the file is saved as anything other than a psd. I have tried to rasterize the text, rasterize the layer, and convert it into a smart object; I get nothing. I have exported it to Illustrator, and I get nothing. I have just opened the psd in other programs that read the psd format, and I get nothing: it always just turns out as flat, unaltered text. Even Photoshop won't print anything but the flat text. Save it as something like a jpg, and the result is an image with flat text. I don't have this happen when I do simpler effects: my current watermark is a bevel and emboss with contour and a drop shadow, and it looks perfect; but when I do the more complicated layering to make the glass effect, the result is as if I had done nothing but put text color on it. In fact, the only way I can even show the effect here is via a screen capture from Photoshop CS5, which looks like this:
    It's not a very good rendering of what it looks like in Photoshop, but the screen capture is the only thing I've got.
    The layer effects that were enabled for the image you see are inner shadow, outer glow, and bevel and emboss. Several other effects I had already turned off.
    Is it the case that some text effects just won't show up? I can't imagine that's the case, since the sites where creating such effects are demonstrated certainly must be exporting the imagery to show it on their sites.
    One last curiosity is that, once I've put in all the layers, I can turn them off one by one, and I get no effect, even when I've turned off effects to the point where I basically have my original watermark style, which looks just fine in print and jpg.
    Does anyone have an explanation for why this is happening. Is it something I'm doing, or is it really that I can't print or present as jpg images some text effects?
    On a techical note, I'm using Photoshop CS5 64-bit in Windows 7 on a very good computer, and my main monitor is not IPS, but it is VA, and is calibrated every two weeks.
    Any help in solving my rather frustrating mystery would be most appreciated.

    I shall herewith provide as much visual information as possible to help you see the work product and its components.
    This is a screen capture of a photograph in which I used the glass effect:
    Next is a capture to show the effect more clearly (a published print would have the opacity of the text layer reduced considerably since it looks rather strong at 100%):
    Next is what happens to the effect when the psd file is converted to JPG. This is also what it looks like as a print straight-away from Photoshop, and it even looks like this in the Print Preview window of Photoshop:
    And finally, below are screen captures of each effect applied to the text layer, followed at the end by the Character set-up:
    I do apologize for the extensive graphics in this post, but I am hopeful that this evidence will be sufficient to provide the answer to my inquiry about why the glass text effect declines every effort to show outside of the Photoshop screen.

  • Adobe Muse CC 2014 no text effects installed

    I recently updated creative cloud cc2014
    and the old version of Adobe Muse I have the text effect panel
    and now CC 2014 I can't even find my text effect (shadow and all that)
    Can anyone please help.  Thank you
    CJ

    Finally just shutting Muse and now the effect panel is back
    however, the shadow and the rest of the effects are not working
    you can't click them or its shaded out.  Anyone having this problem?
    Is Adobe fixing this ? I got MuseTheme Text Shadow but its not for navigation anyways.

  • I can't get text effects to preview in cs6 After Effects. It was working a week ago.

    I can't get text effects to preview in After Effects CS6 browser. It was working a week ago.

    I uninstalled and reinstalled a current Quicktime. Couldn't find hardware accelerated previews in Bridge setting. Is it under "preferences"? Couldn't find it in preferences. Still not previewing.

  • Recreate animated text effect?

    I am working on a video with mostly text, like the one below. I want to know how to recreate some of the effect used here, like when the "4" slides upwards and vertical and horizontal lines extend from it, or the point at 0:41 when the words are all connected by the line.
    https://www.youtube.com/watch?v=BgLxv-f9mYs

    That example was done in FCP7. These days, those types of text effects, most of which can be done in FCPX, are probably better (at least easier) done in Motion. You *can* create a Basic Text "4" and animate the bars with Shape generators, etc. but it's a common enough use of the #4 that I put it together in Motion for you.
    You can download it here:
    http://sight-creations.com/fxexchange/sc_divideby4.zip
    You can:
    Animate all 3 strokes ("Crossbar", horizontal and vertical) from 0% to 100% (for horiz and vert - they will go far enough off the screen for you to create a border at the upper left corner of 16:9 aspect video.
    Use the onscreen control to position the intersection of the vertical and horizontal strokes (animated via keyframes).
    Colorize
    Scale (relative to the OSC)
    Rotate (relative to the OSC)
    Shear (tilt) (relative to the OSC)
    Fade with Opacity
    Blend into the storyline media (background) using Blend Mode
    Apply Drop Shadow

  • How do I create this text effect in motion?

    Hi,
    I am a bit of a motion newbie - and am stuck as to how to replicate this sratchy/jumpy/glow text effect found in the video preview here . . . .
    http://www.worshiphousemedia.com/index.cfm?hndl=details&tab=MM&id=4609
    (click the video in top left)
    If anyone can offer some help it would be greatly appreciated.
    Warmest Regards,
    Adam

    mark, patrick, pierre and Longstrider - thankyou - sucess!
    Longstrider- special thanks for your fab run through I knew it couldn't be too tricky... hehe - it really isnt!
    I have got it shaking and mimicked exactly as in the sample vid clip - now i just have to add the randomisation on opacity, and perhaps some graininess to the text (text edging&fill is a bit sharp and clean).
    Once again - thankyou so much!
    Warmest Regards,
    Adam

  • Can Someone Tell Me How to Do This Text Effect?

    Ok so this video has this text effect that I spent 2 days looking on how to do it! http://www.youtube.com/watch?v=LATGUNnlUr8
    The text effect starts at 0:47-0:49
    I tried looking for plugins and etc but I just can't find any that do this or something similar to it! It would mean a lot if you could tell me how to do it ^^

    The text itself simply appears character by character.  The "Typewriter" animation preset will do the job.  Additionally, there's a spray of particles accompanying the text.  You could generate these with the CC Particl World plugin.  You'll need to match the floor of the effect to the floor of your shot/background.  Animate the location of the particle generator to match the locatio of the appearing text.  Finally, apply some Glow.

  • How can I get a match text effect in a Choice

    How can I get a match text effect in a Choice; I mean, for instance, that if a type a "p" the first choice item that begins with a "p" should be automatically selected

    Here is a pretty simple example. Keep in mind that I am coverting all comparison characters to UpperCase. If you allow LowerCase characters in you Choice items then remove the appropriate Character.toUpperCase() calls.
    Hope this helps
    Mike
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    public class TestApplet extends Applet implements KeyListener {
         private Choice choice;
         public void init()
              setLayout(new FlowLayout());
              choice = new Choice();
              choice.add("Aaron");
              choice.add("Adam");
              choice.add("David");
              choice.add("Mike");
              choice.addKeyListener(this);
              add(choice);
         public void keyPressed(KeyEvent e)
              int current = choice.getSelectedIndex();
              int x = 0;
              char c = Character.toUpperCase(e.getKeyChar());
              while(x<choice.getItemCount()) {
                   if(c == Character.toUpperCase(choice.getItem(x).charAt(0))) {
                        current = x;
                        break;
                   x++;
              choice.select(current);
         public void keyReleased(KeyEvent e) { }
         public void keyTyped(KeyEvent e) { }
    }

Maybe you are looking for

  • Junk Mail

    I keep getting the following email. It is Spam/Junk. It comes daily from different addresses so marking it as Junk doesn't work. Bouncing it back doesn't work - the address is not real apparently. How can I stop it? Has anyone else started getting th

  • Trying to locate my Windows XP.

    I have Windows XP installed on  my IMac (somewhere, I thought) but can't seem to find it except under VMware and then it has this error message: There is no application set to open the document "Windows XP Professional-s001.vmdk".  How do I get Windo

  • Can't turn off music during slideshow

    I have been using iPhoto for years and like it, usually. Lately I have had trouble with the Slideshow settings (iPhoto '11, version 9.2.1, running in OS 10.7.5 on a MacBook Pro). Basically, whatever I set (time per slide, music on or off), after clic

  • DATABASE IS NOT COMING TO ONLINE

    Hi Technology consultants, ECC6.0 SR3 on AIX6.1 with MaxDB7.6 database. Right now database is not coming to ONLINE. I checked the logfiles knldiag, knldiag.err, KnlMsg, knltrace, ERR 12010 DBCRASH  Kernel exited exit code 2 ERR 11872 MEMORY   Not eno

  • Motion 5 color picker tool sizing problems

    My color selection wheel elongated for some onknown reason. Covering up all the little while boxes to save colors. When I press down arrow at the bottom, i can see the boxes, but it won't stay open long enough for me to add or extract a saved color.