Multiple Frames and Visibility

Hi All,
I am working with swings.
I have two Frames say A and B.
Frame A creates the instance of Frame B. Frame B accepts inputs from user forms the reqiuest. Then sends request to Agent and waits for response. Before sending request and receiving response I am closing the frame B window.
But now Frame components of A is ot seen properly.
Once the Frame B receives the response components of Frame A is seen.
I want components of Frame A to be visible all the time.
How can I do that.
I hope I have clearly stated the problem.
Thanks
Smitha

Hi,
I think problem is due to single process.
But I tried with threads. I am facing the same problem.
Here is the sample code.
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.lang.*;
public class TestProgressBar extends JFrame implements ActionListener
JProgressBar     progressBar;
     JButton               start, end;
     public TestProgressBar()
          super( "Test Progress Bar" );
          setSize( 200, 200 );
          setResizable( false );
          progressBar = new JProgressBar( 0, 100 );
          progressBar.setValue( 0 );
          progressBar.setStringPainted( true );
          start = new JButton( "Start" );
          end = new JButton( "End" );
          start.addActionListener( this );
          end.addActionListener( this );
          getContentPane().setLayout( new BorderLayout( ) );
          getContentPane().add( start ,BorderLayout.WEST);
          getContentPane().add( end,BorderLayout.EAST );
          getContentPane().add( progressBar,BorderLayout.SOUTH );
     public static void main( String args[] )
          TestProgressBar test = new TestProgressBar( );
          test.show();
     public void actionPerformed( ActionEvent ae )
          String action = ae.paramString() ;
          if( action.endsWith( "cmd=Start" ) )
               progressBar.setString( "Do" );
               TestTwoFrame twoFrame = new TestTwoFrame( progressBar);
               twoFrame.show();
               twoFrame.send();
          if( action.endsWith( "cmd=End" ) )
               progressBar.setString( "Completed" );
               System.exit( 0 );
     class TestTwoFrame extends JFrame
          //int count = 0;
          JProgressBar progressBar ;
          public TestTwoFrame( JProgressBar progressbar )
               super( "test progress" );
               setSize( 100,100 );
               progressBar = progressbar ;
          public void send( )
               dispose();
               progressBar.setString( "Doing" );
               TestThread testT = new TestThread( 200000000 );
               //testT.yield();
               testT.start();
     class TestThread extends Thread
          int count =0, loopCount;
          public TestThread( int loopcount )
               loopCount = loopcount ;
          public void run()
               while( count < loopCount )
               count++;
Thx
Smitha

Similar Messages

  • Multiple Frames and Windows - strange paint behaviour

    Hi,
    I came across this one today, and was wondering if anyone had seen this behaviour before. Here is the simplest code I can make it happen with...
    public class StrangenessTest {
    public static void main(String []args) {
    JFrame f1 = new JFrame("f1");
    JFrame f2 = new JFrame("f2");
    JPanel pOne = new JPanel() {
    public void paintComponent(Graphics g) {
    g.fillRect(100, 100, 20, 20);
    JPanel pTwo = new JPanel() {
    public void paintComponent(Graphics g) {
    g.drawLine(100, 100, 150, 150);
    f1.getContentPane().add(pOne);
    f2.getContentPane().add(pTwo);
    pOne.setBounds(0, 0, 200, 200);
    pTwo.setBounds(0, 0, 200, 200);
    f1.setBounds(100, 100, 200, 200);
    f2.setBounds(300, 100, 200, 200);
    f1.setVisible(true);
    f2.setVisible(true);
    Basically, everything that gets painted in JPanel pOne ends up in pTwo as well. That is, if you run the code below (on JDK 1.3.1_01 or 1.4.1_02), you get two frames, the first one has a square in it, the second one has a square and a line.
    If you reverse the order of the setVisible's at the end of the main(), you reverse the symptoms - i.e. the first frame ans a square and a line, the second frame has a line.
    Am I missing something in the docos, or is this a bug?
    (btw, the strangeness goes away if I add a super.paintComponent() into the JPanel that is drawn last).
    Comments? Suggestions?
    Cheers,
    Joe

    Of course, adding a setOpaque(false) to the constructor of the panel fixes the problem!
    Sorry about that.
    Cheers,
    Joe

  • Move multiple frames in the motion editor?

    Hi! Is there a way to move multiple frames in the motion editor (CS4)? Like now I have to move them one by one and it's hard to make them keep their values coz the shift+move doesn't seem to work. Or should it?
    Regards / Jimmy

    You can move multiple property keyframes for a single property in the Motion editor. Shift-click them and then drag. You cannot move keyframes across different properties, however.
    If you want to move *all* keyframes on mutliple frames, you want to do this on the main timeline. Ctrl/cmd+drag across the frames to select the multiple frames, and then drag them on the tween span.

  • Multiple frames in report - Need output on 1 page (not one frame per page)

    Hi
    I have a report with multiple frames and in the output they are printing one frame per page. How can i have one below the other and not have this page break?
    Thx.

    Check the following in frame properties:
    Maximum Records per Page: should be 0
    Page Break Before: should be No
    Page Break After: should be No

  • Render Multiple Frames Headache

    I hope I could get some guidance on optimum usage of Render Mutiple Frames as I have been hitting a wall with little-to-no success so far. I have read all the Adobe suggestions (thanks Todd Kopriva) and I still get failed renders when trying to render multiple frames. I am the guinea pig for the hardware setup for the department. Currently, the hardware is a Lenovo ThinkStation C20X, dual Xeon 6-core 2.4 GHz processors (24 available to AE with hyper-threading), 96 Gb RAM (yes, ninety-six gigs), Win 7 Pro 64-bit, nVidia QUADRO 2000D, AE CS5.5. Our department currently works in an unusual AE project file that is used for display advertising on an unusually-shaped gigantic digital screen in Times Square. Currently, the working comp is 2517 x 4478 which is then nested into two comps for output of TGA sequences that are: TOP = 440 x 3694 and, BOTTOM = 2517 x 554. Most of the working comp space is deadspace as the layout of the signs is comparable to a large upside-down capital letter 'T'. We are currently in transition as the signs are hitting their life cycle and we are refreshing them with a finer pitch-count - in essence, we are doubling the resolution. The new working comp is 5034 x 8956 that is nested into our output comps which are: TOP = 852 x 7386 and BOTTOM = 5034 x 1098. For the most part we do not use "crazy" effects, etc. I have tried rendering multiple frames and have yet to get TOP & BOTTOM to both render without either one or both of them failing using various trial-and-error settings in the preferences; I have limited the # of cores (have yet to try to exceed 8 simultaneous CPUs). I edited the preferences file to allow me to select more RAM per CPU (currently, my pull-down has 4, 5, 6 & 8 Gb RAM per CPU available for me to choose from). Maybe I am going under the false assumption that filling the machine with 96 RAM would allow me to effectively use more CPUs in rendering TGA sequences. I thought that was the whole point. I usually get errors like the following:
    Output To: C:\Sonic RenderTest\Top\TOP_[####].tga
       There is an error in background rendering so switching to foreground rendering after 41 frames completed out of total 900 frames. (26  ::  142)
    After Effects warning: A frame failed to render while using Render Multiple Frames Simultaneously. Allocating more memory to the background processes in Memory & Multiprocessing Preferences may fix this problem. (26  ::  142)
    Didn't think this was possible with 96Gb RAM and 8GB RAM per CPU allocated. Any guidance here is greatly appreciated as I am on the hook with the rest of the department and with my boss as I convinced him that 96 GB RAM would make our lives easier.

    Thanks for the reply Dave. From the projects cited above, one had a QuickTime with Animation codec and the other had H.264. I think we are getting close to honing-in on the issues we are having as it seems that anything with a .MOV as a source file seems to throw AE MP rending for a loop. Currently using AE 5.5. Conversely, MP plays very nicely with projects that do not include a QuickTime file as a source; I have been doing extensive testing using the following settings; 16GB/CPU - 4 CPUs used, 12GB/CPU - 6 CPUs used, 10GB/CPU - 8 CPUs used, 8GB/CPU - 10 CPUs used and 6GB/CPU - 12 CPUs used.
    I guess I still have a few questions remaining in trying to troubleshoot the issue at hand:
    - By any chance are there any MP improvements in CS 6 that may alleviate the issue we are experiencing?
    - I am wondering if I am hitting a bottleneck getting the info (.MOVs) into RAM - to be more specific regarding my setup, in addition to my previous post - My machine currently has two 250GB SAS drives @ 10K RPM that are RAID 0. Disk cache is set to the default settings. We are considering additional drives - thinking one for OS & Applications, 1 for source files and one for output of the image sequences. Any insight to drives, where to set the cache, types of drives (SSD drives fall out of budget for the machine I have - already priced and axed. I think we are considering two more 10K SAS drives as an option)?
    - This one is a longshot, but I thought I saw a crazy post somewhere in my research of this issue saying to get rid of QuickTime. I was always under the assumption that QuickTime was a vital prerequisite for AE. Any truth/validity in getting rid of QuickTIme?

  • Cropping to Visible Alpha of Multiple Frames

    Hi All,
    I have set up some footage that has had its background removed via chroma key and I have added a drop shadow on the resultant 'cut out' footage. Now I want to crop the frame so that the minimum area that is needed to contain the footage and the drop shadow can be output with an alpha channel - ie any areas that are fully transparent on ALL the frames is cropped away.
    There is a method in Photoshop where Cmd/Ctrl clicking on a layer selects the transparency of that layer which can then be cropped, removing all the invisible area that surrounds the image and contains no image data. Is there a way to do this in AE for multiple frames, without going through the nigh-impossible task of trying to estimate the area needed for a moving image that has a soft and transparent shadow without cropping the edges of the image off?
    Once I have got the area I need, how would I go about applying the crop?
    I'm new to AE, so I may be asking the impossible, but any advice would be greatly appreciated!

    but I doubt PS would allow import of 5000 frames to corresponding layers.
    Why not? People have doen crazier things and the Frames to Layers script should not care. It may just take a while. If all else fails, you can always try in multiple chunks in multiple documents and manually merge them later....
    If the method you suggest is intended to work within AE, can you be more specific please?
    Region of Interest
    If this is for one of those notorious transparent website overlays, you would still have a specific size requirement due to how it is embedded and keeping it "tight" is probably wasted effort, even more so as it only has minor impact on compression, anyways.
    Mylenium

  • DefaultLookAndFeel is giving blue color border and frame is visible

    Hello,
    When i am running my application with DefaultLookAndFeel,i am getting my screen with blue color border and Frame is visible.According to my requirement that blue color border and frame should not be visible.This problem is not there when i am giving my own LookAndFeel.So,please give me the solution for this.

    This is my code. And i don't want external border which is not visible on maximized.
    please respond to this.....
    thanks...
    import java.awt.BorderLayout;
    import java.awt.Container;
    import java.awt.Dimension;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    public class BorderLayoutDemo {
        public static boolean RIGHT_TO_LEFT = false;
        public static void addComponentsToPane(Container contentPane) {
    //         Use BorderLayout. Default empty constructor with no horizontal and vertical
    //         gaps
             contentPane.setLayout(new BorderLayout(5,5));     
            if (!(contentPane.getLayout() instanceof BorderLayout)) {
                contentPane.add(new JLabel("Container doesn't use BorderLayout!"));
                return;
            if (RIGHT_TO_LEFT) {
                contentPane.setComponentOrientation(
                    java.awt.ComponentOrientation.RIGHT_TO_LEFT);
            JButton jbnSampleButtons = new JButton("Button 1 (PAGE_START)");
            contentPane.add(jbnSampleButtons, BorderLayout.PAGE_START);
            jbnSampleButtons = new JButton("Button 2 (CENTER)");
            jbnSampleButtons.setPreferredSize(new Dimension(200, 100));
            contentPane.add(jbnSampleButtons, BorderLayout.CENTER);
            jbnSampleButtons = new JButton("Button 3 (LINE_START)");
            contentPane.add(jbnSampleButtons, BorderLayout.LINE_START);
            jbnSampleButtons = new JButton("Long-Named Button 4 (PAGE_END)");
            contentPane.add(jbnSampleButtons, BorderLayout.PAGE_END);
            jbnSampleButtons = new JButton("5 (LINE_END)");
            contentPane.add(jbnSampleButtons, BorderLayout.LINE_END);
        private static void createAndShowGUI() {
            JFrame.setDefaultLookAndFeelDecorated(true);
            JFrame frame = new JFrame("BorderLayout Source Demo");
            //frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            //Set up the content pane and add swing components to it
            addComponentsToPane(frame.getContentPane());
            frame.pack();
            frame.setVisible(true);
        public static void main(String[] args) {
            javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    createAndShowGUI();
    }

  • Multiple place and fit content

    I have several chapters of a book done in CS2. These were sent out and edited by a third-party in CS4 (communication issue there).
    So they were backsaved as an .INX file and now I'm using CS3.
    Problem is that the embedded images and links to 20 or so illustrations were not honoured and defaulted to "foo. jpeg" in the links pallette when I opened these in CS3.
    The embedded images (excel graphs) I'm not worried about, it's the linked images which I now have to go in and manually relink.
    The graphic frame and content boundary is intact so re-linking seems to work fine, but I'm wondering If i can select the art and multiple place each image within it's corresponding frame and have the attribute  "fit content proportionately" assigned at the same time.
    Do I use an object style?? I'm not too familiar with this, so if anyone can run me through the simple steps, it would be appreciated.
    Also, I noticed in CS3 that the number of icons for fitting content are reduced on the toolbar (see image circled) compared with CS2?
    Are the options to "fit content to frame, center content etc" only available from the drop-down menu or from the short-cuts?
    Thanks in advance,
    Julian

    Peter,
    Yip, those would be the icons I was looking for, but maybe they weren't visible depending on what i had selected, since I swear I looked for them..but there they are in my screenshot
    I was thinking a basic object style with just fram-fitting option selected to "fit content prop.", but I guess you are right in that the time saved would probably be negligible.
    Any idea as to why the links broke - just a consequence of back-saving??
    Julian

  • I'm trying to print multiple frames from a website onto separate pages.

    Firefox has this option on OSX (each frame on separate page), but safari seems to lack such an option.
    I need to print multiple frames (invoices from zencart) each on separate pages. When I try to print with Safari it will either try and print the selected frame, or it will print all the frames as it's laid out on the page (all printed on one page). Am I missing this option somewhere? Is there an extension I can try (already tried print plus to no avail)?
    Thanks for all the help!

    Wasn't aware of that, I'm trying to disable Full Screen completely in all Apps on my Lion.

  • How to use TextFormat on multiple frames

    I must be missing something, but how on earth do I make it so
    that I can set TextFormats for the whole movie and not just the
    frame the actionscript is on.
    My movie is basically a video with cuepoints that trigger
    different keyframes that display text appropriate to what the
    person featured in the video is talking about. In other words it's
    like a powerpoint presentation that's run by an FLV file. Almost
    all of the blocks of text I'll be displaying are bulleted lists and
    since, for some odd reason, bulleted lists aren't available using
    the standard Flash GUI text formating tools I need to apply them
    via ActionScript. All the ActionScript is in its own keyframe at
    the beginning of the movie timeline. I've setup my text formating
    code like this:
    var bulletlist:TextFormat = new TextFormat();
    bulletlist.bullet = true;
    bulletlist_field.setTextFormat(bulletlist);
    While I have successfully applied this to a box of text on
    the first frame of the movie, I haven't be able to apply it to text
    on any other keyframe. So from what I can tell, I have to reference
    the above TextFormat actionscript for every frame I need to use it
    on, and since I can't have duplicate TextFormat values, that means
    I'd have to create a new instance with a new name for each frame.
    This seems rather inefficient and frankly ridiculous consider that
    the other ActionScript that I wrote seems to apply to the whole
    movie. And what's the point of using ActionScript to format text if
    you have to redo it for every *******' keyframe? Is there some
    function that I'm missing somewhere to allow me to use one set of
    TextFormat code on multiple frames or is this simply a dysfunction
    of Flash and/or ActionScript 3.
    Any help would be appreciated.

    Craig Grummitt - Why so it is. Thanks for pointing that out.
    But my point still remains: You can change the defaultTextFormat
    property before you assign the text property or you can use
    setTextFormat() after you have assigned the text property. That one
    is a property and the other is a method just makes it more likely
    that somebody will over look one or the other!
    fallenturtle - part of the issue is that really great
    typographic stuff is tough and most people can't even use the
    simple tools that we have. For use with CS4 and Flash 10 publishing
    they are coming out with a far more complex Text Layout Framework.
    As best I can tell it is insanely complex and I'm guessing most
    people will never use it....but who knows.
    Additionally you are trying to do one of the more difficult
    things: mix timeline with code. That always gets tricky. If you
    were just using code you could create one textformat instance and
    apply it to all your code-created text fields. But since each
    timeline created clip is a new one you will need to apply the
    formatting by hand.
    Or you could just have one timeline created text field that
    went across all your frames and then change its properties with
    code everytime you needed to change it.

  • How to forward a page from multiple frames

    hi,,
    in my first jsp page there are 4 frames header ,footer,one left frame and right frame
    in my header log out is there if im clicking logout it should forward to login page.it is happening but that page is coming within that header part(frame).how to make it visible as a full screen
    my first page containing frames is as follows
    <html>
    <frameset rows="15%,*" ,id="app_frame" borderColor="red" frameBorder="0" frameSpacing="0">
    <frame src="frame1.jsp" id="bar_top_frame" name="top_frame" marginWidth="0" marginHeight="0" scrolling="no"/>
    <frameset rows="89%,*",border="0" framespacing="1" frameborder="no" borderColor="red">
    <frameset cols="20%,75%",id="app_frame2" borderColor="#33CCFF" frameBorder="yes" frameSpacing="0" >
    <frame src="bar_left.jsp"id="bar_left_frame" name="bar_left_frame" marginWidth="0" borderColor="red" marginHeight="0" scrolling="no" />
    <frame src="frame3.jsp" id="work_frame" name="work_frame" marginWidth="0" borderColor="red" marginHeight="0" framespacing="1" />
    </frameset>
    <frameset rows="100%,*",border="0" framespacing="0" frameborder="0" borderColor="#0">
    <frame src="footer.jsp" name="footer" NORESIZE frameborder="0" scrolling="no"/>
    </frameset>
    </frameset>
    </frameset>
    </html>
    and my header frame that is frame1 is as follows
    <html>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>ALMAT_ROLE_MAINTAINENCE</title>
    <link href="<%=request.getContextPath()%>/almat/css/default.css" rel="stylesheet" type="text/css" />
    <body>
    <div id="header">
         <div id="topmenu">
              <ul>
                   <li>Home</li>
                   <li>Contact</li>
                   <li>Sitemap</li>
    <li><a href="<%=request.getContextPath()%>/almat/pages/jsp/firstPage.jsp accesskey="3" title="">Log Out</a></li>
              </ul>
         </div>
         <div id="logo">
              <h1>A L M A T</h1>
              <h2>..Allocation Made Easy</h2>
         </div>
    </div>
    </body>
    </html>
    pls help me out to solve this

    Simple answer is don't use Frames, Sorry I know you already have a design but plz! With JSP include there is no reason to use Frames also with the use of AJAX there is defo no need to use Frames.
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <div id="app_frame">
         <jsp:include page="/frame1.jsp" />
    </div>
    <div id="bar_left_frame">
         <jsp:include page="/bar_left.jsp" />
    </div>
    <div id="work_frame">
         <jsp:include page="/frame3.jsp" />
    </div>
    <div>
         <jsp:include page="/footer.jsp" />
    </div>PS, try using Javascript
    <script>
    document.location="/url"
    </script>Edited by: Gizard on Apr 17, 2009 6:54 AM

  • I have made a book of my I Photo pictures. In certain layouts there is a textframe. How can I avoid the frame becoming visible in the print if I don't want to write anything? Should I just leave it or should I delete the text "Write your text here" ?

    I have made a book of my iPhoto pictures. In certain layouts there is a text frame. How can I avoid the frame becoming visible in the print if I don't want to write anything?  Should I just leave it untouched or should I delete the instructing text "Write your text here"?

    Most pages have layouts for pictures only or pictures with text boxes. Either select the same layout for that page but the one without the text box or put a space in the text box.
    Putting a space in the text box will avoid getting the warning when ordering that there's an unfilled text box in the book. The box will not be visible in the final product.  You can and should check the book before ordering by previewing it as described in this Apple document: iPhoto '11: Preview a book, card, or calendar before you order or print it
    Happy Holidays

  • Can you share layers to multiple pages and have the content in the layers in different areas?

    Hey there,
    I'm wondering if there's a way to share a layer folder (like the footer layer) to multiple pages but still be able to move the entire folder independantly between each page. For example, maybe I have a page that's 5 inches long and another page that's 10 inches long. I want the footer to always show at the bottom but if I change a link or hotspot on one area in the footer, I want it to change on all pages. Is there a way in fireworks for this to work the way I want?
    Thanks,
    Caleb

    I don't think you can copy layers – at least not in the
    way you are thinking.
    But you can select frames or a range of frames and then
    copy/cut frames.
    In the new document you can then paste frames. It has a lot
    of variations depending upon how you many you copy, if there are
    multiple layers, what area you select before pasting and so on. It
    would take a lot to describe and I'm not sure I would describe it
    properly.
    Generally just give it a try and get an intuitive feel for
    it. The choices are available from the Edit menu but also from a
    right click.
    It is also possible to slect and edit multiple frames so if
    you do need to move a bunch of things on different key frames that
    is also possible.

  • Trouble with editing multiple frames

    Hi guys,
    I'm new to CS4 - learnt my flash many years ago on Flash 5. So anyway I'm trying to get used to the new Motion Tween function and having a few problems.
    I've created a simple animation where an object fades in, stays put for a moment and then fades out (one motion tween with 4 keyframes). I now want to resize the movie clip across all of these keyframes cos I got it wrong to start with.
    So I click 'Edit Multiple Frames' (everything disappears but that's for another question), drag the onion thingy across the timeline and select the frames on the layer I want to edit. I then click on the free transform tool and drag the invisible movie clip (you can see the outline!) to make it larger.
    Result? Well it seems to scale the first frame, but the others are all left at the original scale. Hence animation now shows object fading in whilst getting smaller etc. etc.
    There must be an easy way to do this. I've tried the motion editor but you have to do it keyframe by keyframe. Any suggestions?
    Thanks
    Ben

    Modifying an entire animation with motion tweens is not as easy as it used to be.
    Here's the best answer you are probably going to get.
    from : http://flashthusiast.com/2009/10/06/scaling-and-moving-new-motion-tweens-in-flash-cs4/
    Scaling an entire animation that does have Scale X or Scale Y animated.
    If you have previously scaled anything in the tween, doing this is applied to the first keyframe and the tween would animate to the earlier scaling (the auto-keyframing feature can be a detriment in this situation, especially when it comes to scaling due to the percentages being reset - for this reason Motion Presets also won’t help). In this situation, I recommend scaling using the Motion editor:
    1. Go to the Scale X and Y properties in the Motion Editor.
    2. Press the Alt key while dragging the curve in each graph up and down. This scales the entire scale animation at the same time (same as edit multiple keyframes).
    3. If you need to proportionally scale the motion path for the tween as well, select the path on the Stage and use Free Transform or enter a new value in the Transform panel.
    I have had success with the above method, but from what I can tell you can only do one property at a time on one object at a time. So it is an awful amount of work.
    As for step 2: while dragging the whole curve it seems the property value is very reluctant to snap to whole integers and I often see values like 200.35%.
    Same thing applies for dragging property keyframes up and down in the motion editor. Is there a way to get nice clean numbers? I I want to scale something by 50% I don't want 49.83% I find myself often keying in these values by hand.
    For me even though scale X and scale Y are "linked / locked / contstrained" It seems I get mixed results with this feature. Changing scaleX doesn't always change scaleY

  • Error with Render Multiple Frames

    I have this problem before and the only solution I had was to reinstall the WHOLE system and it was fixed that way (but manually install Adobe CC).
    The problem is the next:
    After Effects doesn't render anything if I have "Render Multiple Frames Simultaneously" enabled. If click "Render" and it keep there forever and it never render, sometimes it automatically stop with an error:
    "After Effects Error: Rendering error while writing to file. An output module failed. The file may be damaged or corrupted (-1610153464)"
    This error shows up if I manually stop the rendering process.
    If I disable "Render Multiple Frames Simultaneously" it render without any trouble, but that is not the point, I was able to render using that feature without any trouble before and I doubt I should have any trouble with my current specs.
    When I close AE, multiple "aeselflink" keep running about 15% each one.
    What I'm aware off:
    - I have the latest After Effects version from the Creative Cloud.
    - I have quicktime installed, since It comes in the core of OSX.
    - I have fixed my permissions.
    - I have deleted ALL the Adobe folders from "Preferences" Library folder.
    - I have reinstalled After Effects 2 times.
    - Adobe Media Encoder renders without any trouble
    - I have tried to render .mov, tiff sequences, mpeg, flv, all with the same results.
    Using OSX 10.8.3 with 32GB RAM and i7 processor (4 cores with 8 cores running with hyper threading).
    Thanks in adnvace.
    Here is a video:

    Stock answer no. 1: You have installed a CoDec (or Quicktime Component) that is not safe for MP rendering and messing up things. Could be an audio device driver, something liek a screen recording software or speech-to-text tool, could be Skype or similar even. check that and remove the relevant QT extensions/ diable them.
    Mylenium

Maybe you are looking for

  • Error Importing text file (FDM Error 53)

    When Importing a file, I receive the error "Unable to locate file" with the error logged as below. I am not using any custom import scripts and the adapter has been registered correctly. Any thoughts? ** Begin FDM Runtime Error Log Entry [2011-03-03

  • Restoring window layout hanging.

    deleted layout folder. checked appnap. fcp launched in the background but useless. Lot's of work to do took me an hour to get this far. Anyone had the same issue?

  • Data upload and download

    Hi, I have a query in using open dataset command. let us consider this scenario as an example. I need to select 5 fields from mara table and I want to display the output in a flat file.Later, I have to read the data from the flat file and to display

  • Will there be a Lion OS Family Pack downloadable purchase? Or if not, a Family DVD hard copy purchase instead?

    I have three (Family) computers, and really don't feel like payng three times. Thanks in Advance For Answer to my above question.

  • Value of unsigned binary??

    Hi all, anybody know a way of getting an integer value from a binary? The binary represents a value in the range of 0-255, and i want to get this value. trouble is if you do a straight cast, it treats the binary as signed and returns a negative value