I think the error console might be a source of memory and lagging errors

I notice that if I open the Firefox Error Console logs that the error listings are fast and frequent (which is okay if the browser is working past them). However, after using Firefox v2 and upward I am now pondering if the error log might be the source of the hard-to-kill lagging and memory issues. I note that as the longer Firefox runs, the longer the error log must grow as well as the number of page fault calls which all eats up memory or requires more frequent disk swap paging to record it all. The longer it all runs, the bigger the error log goes.
Since the error log probably gets more leeway on memory cleanups and CPU hits (to retain accuracy) this eats up more processor time and more hard-to-kill memory space, which then kicks in the system's Paging File causing more disk swapping.
My suggestion is simple, create an ABOUT:CONFIG option to, clip off the error log once 100 (or user-defined) errors are hit. Delete the oldest errors, keep the newest until they get pushed off the rotating stack. Obvious problems with this are first renumbering rolls (deleting 001 and changing 002 to oo1 and so on also eats up pointless CPU cycles). Having an ever-growing numbering stack would hit an out-of-bounds error eventually (delete 001, number latest error 101, and so on).
A rotating "ERROR ROLLOVER LIST POSITION MARKER" is simpler.
Just have a variable called "ERROR LIST ROLL MARKER" and it holds a variable of 001 to 100. Whatever numerical value of the "ERROR LIST ROLL MARKER" is marks where the text value of the error listing is named "ERROR LIST ROLL MARKER".
Let us use for example that the last error on the rolling error list was at position 087
Text value for error list position 087: [ reference to undefined property ]
The value of numeric variable "ERROR LIST ROLL MARKER" would be 088
The text value for error list position 088: [ ERROR LIST ROLL MARKER ]
When we get the next new error, the variable numeric value of "ERROR LIST ROLL MARKER" would become 089
The text for error list position 089 would become: [ ERROR LIST ROLL MARKER ]
The text value for error list position 088 would become the text of whatever the current error was.
In this manner you can keep a simple quick list, save a bundle of memory, and in the event of a crash, you look for ERROR LIST ROLL MARKER values and you know exactly what the last error was and the 99 that preceded it.
When the ERROR LIST ROLL MARKER hits 100, then you simply push that to the 001 location when the next error hits and after the next error, the ERROR LIST ROLL MARKER becomes 002 and that current error text overwrites the 001 location.

Hi, I managed to solve the errors (kind of) by using this code.
for (var i:int = tower1BulletArray.length - 1; i >= 0; i--)
if (tower1BulletArray.parent)
tower1BulletArray[l].parent.removeChild(tower1BulletArray[l]);
tower1BulletArray.splice(i, 1);
However, the problem still persists that the bullets stay in the screen after I change the scene. Any solution? Thanks!

Similar Messages

  • ITunes suggested to upgrade iOS for my iPodtouch but couldn't upgrade and asks to restore the iPod. But it doesn't restore also and gives error (1). Pl help.

    iTunes suggested to upgrade iOS for my iPodtouch but couldn't upgrade and asks to restore the iPod. But it doesn't restore also and gives error (1). Pl help.

    ERROR (1)
    - Place the iPod in DFU mode and then restore
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - Try on another computer
    - Try another cable           
    - Also, confirm your security software and settings are allowing communication between your device and update servers.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar     

  • OS 8.0 update OTA to my 4S has killed the device. After the initial attempt failed I tried via iTune Restore and got Error 29. Attempts to restore to an older version (7.1.2) failed as well. Same error. The phone is stuck in the familiar "connect to

    OS 8.0 update OTA to my 4S has killed the device. After the initial attempt failed I tried via iTune Restore and got Error 29.
    Attempts to restore to an older version (7.1.2) failed as well. Same error.
    The phone is stuck in the familiar "connect to iTunes" screen. 
    Has iOS8 destroyed my phone?

    Hi vijay294,
    Welcome to the Apple Support Communities!
    I understand that you received a restore error while attempting to update to iOS 8 and now you see the Connect to iTunes graphic on your display. In this situation, I would recommend using recovery mode to restore your iPhone. Please use the instructions located in the attached article to complete this process. 
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    Best regards,
    Joe

  • SIM Error - Unable to find screen - Create Item Ticket and Signer error

    Hi,
    When I bring up the SIM application from Eclipse, everything works normally.
    But I navigate to ITEM TICKET SCREEN, and here when i click on Create , to create an Item Ticket,
    ideally It should open the Item Ticket Detail Screen,
    instead it throws an error,
    2013-01-14 11:30:16,855 ERROR [AWT-EventQueue-1][application.NavigationManager] Unable to find screen: oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailScreen
    and the screen is not opened, it just maintains the current screen which is ITEM TICKET LIST SCREEN,
    but this is present in Navigation.xml screen and then i am able to find it in one for the project folders,
    Any idea why exactly I am getting this issue, any way to make it work fine.
    it was working sometime back, and i dont think any change regarding this has been made.
    sim version :13.2
    in a totally un-realted scenario (that's what I think, there is one more class "NEWRetailItemSearchProcessor", for this I get an exception,
    signer information does not match signer information of other classes in the same package
    I have two questions,
    1. Is it because of the signer Issue, I am getting the other error -"*Unable to find screen: oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailScreen*"
    2. How do I resolve the signer issue,
    it says,
    class "oracle.retail.sim.closed.simclient.editor.NEWRetailItemSearchProcessor"'s signer information does not match signer information of other classes in the same package
    but in this package "oracle.retail.sim.closed.simclient.editor" -- there is no other class except the one mentioned NEWRetailItemSearchProcessor
    2013-01-14 11:30:16,855 ERROR [AWT-EventQueue-1][application.NavigationManager] Unable to find screen: oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailScreen
    2013-01-14 11:30:16,855 ERROR [AWT-EventQueue-1][application.NavigationManager] java.lang.SecurityException: class "oracle.retail.sim.closed.simclient.editor.NEWRetailItemSearchProcessor"'s signer information does not match signer information of other classes in the same package
         at java.lang.ClassLoader.checkCerts(ClassLoader.java:776)
         at java.lang.ClassLoader.preDefineClass(ClassLoader.java:488)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         at oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailPanel.initializeScreen(ItemTicketDetailPanel.java:136)
         at oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailPanel.<init>(ItemTicketDetailPanel.java:116)
         at oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailScreen.<init>(ItemTicketDetailScreen.java:16)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at oracle.retail.sim.closed.application.NavigationManager.createScreen(NavigationManager.java:166)
         at oracle.retail.sim.closed.application.NavigationManager.startScreen(NavigationManager.java:183)
         at oracle.retail.sim.closed.application.NavigationManager.navigate(NavigationManager.java:78)
         at oracle.retail.sim.closed.application.SimplifiedApplicationFrame.navigate(SimplifiedApplicationFrame.java:221)
         at oracle.retail.sim.closed.application.SimplifiedApplicationFrame.actionPerformed(SimplifiedApplicationFrame.java:211)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5517)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3129)
         at java.awt.Component.processEvent(Component.java:5282)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3984)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1791)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at oracle.retail.sim.closed.swing.event.HotKeyEventQueue.dispatchEvent(HotKeyEventQueue.java:34)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Edited by: 924506 on 14 Jan, 2013 3:53 AM

    to fix the signer issue
    1) open the jar which contains required class file( i mean the one which gets called when u click on item tick button)
    in winrar software
    2) and remove below files
    manifest.mf and mykey.sf or somthing.sf
    then resign your jar and deploy it.
    i hop this would work fine.
    some time what happen when we sign the jar it does not removes old sign instead removing it enter one more entry in that file
    hence it has two entry.
    its better to follow above steps.

  • PE 7 memory and export errors

    In Premiere Elements ver 7, I have put together a 4 1/2 minute video made up of mpeg4 HD 720p mixed with regular avi digital footage. I am having memory errors and export errors when trying to render into a wmv or mpeg file.  When working on previous videos with non-HD footage, I didn't have these issues. I also recently put together a 1 minute mpeg4 HD 720p video rendered into HD 720p wmv file without any issues.
    1) memory errors - I got these when I was putting the video together and when rendering. After a lot of restarting the PC and reworking the video, I was able to finally complete in pre-render format.  It includes music soundtrack and transitions/effects.
    Here are my PC's specs:
    Dell Inspiron 530 with Intel Quad Core CPU 2.66Ghz processor
    4 GB RAM
    32 bit OS
    Windows Vista SP1
    When rendering, I get the "caution - low memory, save your work" message. I have since set the virtual memory paging file size per Technote kb404939.  This seems to have helped a little bit but still getting the message even though it continues to render....but then I get the export error message....
    2) Export errors - I first tried to render into a wmv HD 720p 30fps file. In the first 1 of 2 rendering phase, I got the "Export Error - failed to return a frame - cancelling operation" message. I checked for gaps in the timeline and there are none. Even though I do have some black space/dip to black sequences, I can "page down" through the entire movie without any pauses or hiccups with the CTI (Current Time Indicator).
    I then tried to render into a smaller wmv LAN speed file, and it went through the first 1 of 2 phases rendering (with the low memory message but it kept on going). Just after it started into the 2 of 2 rendering phase, I got an error message saying "Export Error - Unknown Error".
    What to do? I'm very frustrated at this point after a great deal of time invested in this video and troubleshooting the issues. Please help. Thanks.

    What are the sources of your video? What types of camcorders did this video come from?
    Premiere Elements supports AVCHD video, but does not work well with video from Flip and webbie camcorders, which use proprietary codecs. They can also use non-standard frame rates. Conversion is usually necessary before the files can be edited in Premiere Elements.
    And does your DV footage come from a miniDV camcorder captured over FireWire? And what project settings are you using in Premiere Elements.
    I would also not recommend mixing HD and DV footage in the same project. This could also be contributing to your problems.
    I also recommend you visit Windows Update and manually download any (even non-critical) updates. Vista should be at least on SP2. You may also want to download the latest version of Quicktime.

  • Insufficient memory and "unknown error 961"

    Periodically, I receive an insufficient memory error when I try to update an app. It happens about every other time and eventually fixes itself -- that is, does download the update.
    Today I received an additional error "unknown error occurred during download '961.'"
    I've removed all pictures and downloaded files. I've cleared the cache.
    Both the device (internal) and SD storage have numerous gigs of free space.
    The device also runs very slowly.
    Any suggestions? Any advice is appreciated.
    Thanks!

    Method 1: Clearing the cache and data
    1) To do this, go into your phone’s settings, then Applications (or Apps or Application Manager), swipe to the left to ”All” and scroll down until you find Google Play, tap on it.
    2) In the app information page, tap on the button to empty the cache.
    3) If this doesn’t solve the problem, try to delete the data from the Play Store
    Please See More methods about Error 961here at appslova.com.
    Android Fix: Unknown Install Error 961

  • I've updated my Macbook Pro and my iMac with Maverick, updating the various apps. On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory, and it's based our Mail, the only app not updated. Ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

  • What is the problem when your camera function doesn't work and lags?

    What's the problem when the camera function doesnt work and lags? Can my iPod touch be returned because of this? I have done nothing to damage the product.

    My file association for jpg files is correct, if i click on a
    jpg, ACDSee starts immediately.Although I am a long time Windoze non-user, I vaguely remember that there's a difference between correct file-type association being set and some application starting at a mouse click on a file icon. I also vaguely remember Windoze file-type association mechanism uses a few action-types. Java Desktop should expect a specific action-type for the association.

  • What is the most effective way to write Statement to catch and reverse errors during query excution?

    Hello my friends:
    I am wondering what is the most effective way to deal with errors, specifically in a
    Stored Procedure.
    I wrote something like this:
    BEGIN TRY
    BEGIN TRANSACTION
    /*My statements goes in here*/
    IF ERROR_NUMBER() = 0 -- Do I need this line?
    COMMIT TRANSACTION;
    END TRY
    BEGIN CATCH
    IF ERROR_NUMBER() > 0 --Do I need this line?
    ROLLBACK TRANSACTION;
    END CATCH;
    It would make sense using the if Statement when attempting to log errors.
    Just too many variations.
    Thanks

    Also read this great article
    http://sqlblog.com/blogs/alexander_kuznetsov/archive/2009/05/13/your-try-block-may-fail-and-your-catch-block-may-be-bypassed.aspx
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Having the same problem with Aol not sending my mail and getting error message. If I delete this account, what will happen? This is on my iPad, and I also have a gmail and Yahoo account.

    This happened after I was hacked.

    If you delete that account from your iPad, all messages from it will be removed. You can then go back into Settings, then Mail, Contacts, Calendars and 'Add Account' to add it back onto your iPad.

  • How do I increase the maximum number of images I can acquire in a sequence using the IMAQ 1424 with 80 MB of onboard memory and a Duncan Tech camera?

    I've increased the maximum number of buffers to higher than I need, but I still cannot acquire more than 139 images with the Duncan Tech digital video camera before I get a memory lock error. Is there any way to increase the number of images I can acquire in a sequence using the IMAQ 1424 with 80MB of onboard memory?

    It sounds like you are already bypassing the onboard memory. If you weren't, you would only be able to acquire about 20 images.
    If I understand correctly, you do not convert the images until after you acquire them. This means each acquired image is 4.13 MB, and 139 images will take 574 MB of memory. I wouldn't be surprised if that was all the free memory available on a 1 GB machine. The operating system, LabVIEW and any other software running probably take up the rest of the memory. You might want to put your computer on a diet and minimize the number of other programs and utilities running. The only other option I see is getting more memory if possible.
    Is there a way that you can reduce the number of images you need to acquire? Pe
    rhaps skipping every other frame? Do you really need more than 139 images?
    Is it possible to acquire the images in monochrome? That would triple the number of images that you could acquire.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Bridge CS5.1 is not respoding.  Getting error messages that there is not enough memory and need to clear central cash.

    On MAC OS X 10.7.5.  Editing raw files in Bridge and have been getting error messages every time I open Bridge that there is not enough memory.  Other messages are to clear the central cache.  Can't find the central cache on my system.  Please help!

      Have you tried completing the pano without selecting edge fill. Then crop the result or use the clone stamp to fill the blanks.

  • Itunes corrupt version error message.  tried to re-download itunes and same error message

    My itunes gives me an error message saying
    "This copy of iTunes is corrupted or is not installed correctly.  Please reinstall iTunes"
    I tried to download from their site, and when i try to install it, it says "thank you for downloading iTunes" but it is not on my computer, i cant find the file anywhere
    please help

    Let's try a repair install of iTunes first.
    Restart the PC. If you're using Vista or 7, now head into your Uninstall a program control panel, select "iTunes" and then click "Repair". If you're using XP, head into your Add or Remove Programs control panel, select "iTunes", click "Change" and then click "Repair".
    Can you launch your iTunes now?

  • I keep getting a "Not enough storage to back-up my device" message since I upgraded to the new software. Short of purchasing more memory, and deleting some content, are there any other options?

    What are my options for increasing storage capacity besides purchasing more memory, or deleting existing content. The new software install used up much of my storage capacity and the message is driving me crazy. Any ideas?? Thanks!

    There are two kinds of storage messages that appewr on iOS devices. Your question seems at odds with your description so there might be some confusion here.
    If the storage refers to not enough for an icloud back up then you need to purchase more icloud space or turn off iCloud backup. You can backup using iTunes on your computer with paying for additional iCloud storage.
    if the storage refers to that on your iOS device as in there is not enough storage to update, then you have two options and neither option involves adding more storage since the amount of storage on an iOS devoce is fixed. One option is to delete stuff from your device to free up more space. The second option is to complete the update while your devoce is connected to your computer running the latest version of iTunes. When you do that the update is downloaded to your computer and extracted there so it doesn't require as much free space on your iOS device.

  • Sometimes I get a message on the task bar at the bottom of the screen saying Firefox is using too much memory and the browser slows down terribly. What do I need to do?

    This has been happening for several months now.
    I use AVG anti-virus and it runs both updates and scans regularly. I do find that if I do an extra full scan it improves the situation for perhaps half a day.
    Sometimes the fault slows down the browser so much that it times out and I have to click the retry button.
    It seems to happen with most sites that I visit, I have been unable to identify any particular one as being worse than the others

    If you want to reduce memory(60%) '''when firefox minimize[only in windows os] '''there is an easy old good trick:
    type in the address bar '''about:config'''
    then press the button '''i'll be careful i promise'''
    then '''right-click''' anywhere in the list of preferences and choose '''new''' > '''boolean'''
    then type in the open window '''config.trim_on_minimize'''
    then click''' OK''', and in the next window select '''TRUE''' and click '''OK'''.
    exit firefox and restart-it.
    '''works only in windows os'''
    see for more info :
    [http://kb.mozillazine.org/About:config About:config]
    [http://kb.mozillazine.org/Config.trim_on_minimize Config.trim on minimize]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

Maybe you are looking for

  • Firefox 6.0.1 doesn't open after upgrade from 3.6.8

    I've been running FF 3.6.8 since, well, forever. Today I installed 6.0.1 and everything seemed fine. When I ran 6, however, it never loaded. After a minute, I killed in the process table; I notice that there was another firefox process running, so I

  • BI 7.0 Java add-in Uninstall

    Previously Installed Java-addin with BW 3.5 upgrade and used ABAP for UME. Upgraded to BI 7.0 and need to reinstall java stack and use database for UME so that I can setup connection to LDAP. Is there a way to uninstall the java add-in on AIX/Oracle?

  • Problem in the receiver JDBC channel

    hi, I am facing some problem with the receiver JDBC channel which is trying to insert some data in ORACLE DB.  My sample input XML file is, <root> <statement> <table>EBILL_CUST_STATE_AGE_HDR2</table> <CUST_CODE>BA001</CUST_CODE> <CUST_ADDR>Rental Cus

  • Runtime error when implementing subtotals in ALV

    Hi, I have implement subtotalling in a ALV report program. Dump message is: Short text     The current application triggered a termination with a short dump. What happened?     The current application program detected a situation which really     sho

  • Premiere Elements 8 Help!

    Hello, I am using Premiere elements 8 and I have created a photo slide show. Everything is set perfectly. The only thing I would like to do is I added a title to the end and it flies on and off the screen. I need to slow this down. Also, after the ti