Adding controls causes exception

Hi all

I can't add any instance of the fl.controls to my class.

The compilation works. And even in debug mode, it passes right now, when the control is added to the mc. But then when running - I guess it happens before the controls should be displayed - I get something like a null reference exception. Either it is 2007 (experianced with ProgressBar) mistake or is 1009 (experianced with RadioButton).

It's exactly the same problem that is described in the comments from the documentation of the ProgressBar.

package
{
 import flash.display.Sprite;
 import fl.controls.ProgressBar;
 import flash.text.TextField;

  public class MessageBox extends Sprite
  {
   var progressBar:ProgressBar = new ProgressBar();
   var textfield:TextField = new TextField();

   function MessageBox()
   {
    addChild(textfield);//no problem, works and will be displayed.
    addChild(progressBar);//Causes error #2007. Happens later after this line.
   }

  }//end class

}//end package

So, how can I use fl.controls without having to enter through the library of .fla?

Thanks in advance for any advice.

Gilzad

Yes, I don't think I have ever seen it work when you try to add a component strictly through code... probably due to the presence of content created manually in objects (skins, etc.).  So normally, you just need to drag an instance on the stage and then delete it so that it is in the library.

Tags: Adobe Animate

Similar Questions

  • Once an unapproved site is added as an exception, how can I go back and delete the exception later?

    Once an unapproved site is added as an exception, how can I go back and delete the exception later?

    Thank you, Jefferson. You addressed the issue beautifully and delightfully complete.

    I found and deleted the server where I got the exception.

    "In the future, I suggest, by making an Exception, uncheck the box that adds a permanent exception. In this way, when you exit Firefox, the exception is removed automatically. »

    AHA. It's very good to know. I missed it when granting the exception today.

    The exception I gave (and now deleted) today wasn't really a risky site. I know the owner. Just a little problem in their relationship.

    Thanks again. And thanks Toddy... I did not say clearly what type of exception.

  • "Controlled access exception" while using NFC

    Hi Guy,

    I want to use nfc in my application, only it is woking fine but when I use it,

    at my request, it is throughing "Controlled access Exception" in the code below

    myRWManager.addDetectionListener (new NFCTargetDetector(), new int [] {Target.NDEF_TAG});

    Any help.

    Thanks in advanc

    Hello

    Thnx for answer...

  • Adding controls to FLV video

    Hello

    I have a file .flv I need to fall into a Flash file and export it as a .swf. He needs controls (pause/play, etc.). I tried the tutorial in the help section, and it did not work. Does anyone know of a good tutorial for:

    -Creating a Flash file
    -Added my .flv
    -Adding controls feature
    -Export to a .swf for use on a web page

    Please keep in mind that I am a novice in Flash.

    Thank you

    -----------------S

    OK - I think I got it to work.

    If I want to read the Flash 7 (mx 2004) video using Flash 8, I need to do this:

    -Open a new Flash document
    -Go to publication settings and select 'Flash 7' in the menu of the version tab "Flash".
    -Import the video from the scene, select the progressive download
    -Do not choose any controller when importing

    The film imports with a white box, and the element of "reading" appears in the library. When I export my .swf file, it has a lined with white around the video controller which is inconvenient in the respect that it increases the width of my swf, but it's not too bad. The controls extend downwards when you mouse over them, so I had to match the background of the flash file in the background of my HTML page in order to not create a weird color below the video box.

    I hope this help anyone looking to this topic in the forums!

    Thank you for all your help

    ---------------------S

  • Resize the Image with the wheel causing exception 1502

    Description:

    I load an image inside a container of border and when I Zoom out, scroll bars disappear as expected. Now, when I resize the image to exceed the limits of the boarder container I get exception below. In my view, the exception is thrown when the scroll bars are reactivated but I could be wrong. Someone has seen this before

    Exception:

    Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.
    at spark.components.supportClasses::ScrollBarBase/get viewport()
    at spark.components::VScrollBar/updateMaximumAndPageSize()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\VScrollBar.as:123]
    at spark.components::VScrollBar/http://www.adobe.com/2006/flex/mx/internal::viewportResizeHandler()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\VScrollBar.as:390]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:12266]
    at mx.core::UIComponent/dispatchResizeEvent()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9641]
    at mx.core::UIComponent/setActualSize()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9172]
    at spark.components::Group/setActualSize()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\Group.as:891]
    at mx.core::LayoutElementUIComponentUtils$/setLayoutBoundsSize()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\LayoutElementUIComponentUtils.as:497]
    at mx.core::UIComponent/setLayoutBoundsSize()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:13069]
    at spark.components.supportClasses::ScrollerLayout/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\ScrollerLayout.as:546]
    at spark.components.supportClasses::GroupBase/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\GroupBase.as:1224]
    at spark.components::Group/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\Group.as:899]
    at spark.skins::SparkSkin/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\skins\SparkSkin.as:191]
    at mx.core::UIComponent/validateDisplayList()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8531]
    at mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:663]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:736]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    
    

    MXML code:

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
                      xmlns:s="library://ns.adobe.com/flex/spark" 
                      xmlns:mx="library://ns.adobe.com/flex/mx"
                      xmlns:ns1="com.adobe.wheelerstreet.fig.panzoom.*"
                      pageTitle="FileNet Flex Viewer"
                      minWidth="955" 
                      minHeight="600" 
                      creationComplete="init()">
         <fx:Style>
              @namespace s "library://ns.adobe.com/flex/spark";
              @namespace mx "library://ns.adobe.com/flex/mx";
              /*
              s|Application {
              backgroundGradientColors: #000000, #222222;
              }          
              */
              s|Button#zoomInButton {          
                   skinClass: ClassReference("skins.ZoomIn");
              }
              
              s|Button#zoomOutButton {          
                   skinClass: ClassReference("skins.ZoomOut");
              }
              
              s|Button#fitToWindowButton {          
                   skinClass: ClassReference("skins.FitToWindow");
              }
              
              s|Button#fitToWidthButton {          
                   skinClass: ClassReference("skins.FitToWidth");
              }
              
              s|Button#fitToHeightButton {          
                   skinClass: ClassReference("skins.FitToHeight");
              }
              
              s|Button#rotateRightButton {          
                   skinClass: ClassReference("skins.RotateRight");
              }
              
              s|Button#rotateLeftButton {          
                   skinClass: ClassReference("skins.RotateLeft");
              }
              
              s|ToggleButton#rubberBandZoomButton {          
                   skinClass: ClassReference("skins.RubberBand");
              }
              
              
              
         </fx:Style>
         
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here 
              <s:Rotate id="rotator" angleFrom="{angle-90}" angleTo="{angle}" target="{img}"/>
              -->
              <s:Resize id="resize" target="{img}"/>
              <s:Rotate id="rotate" target="{img}"/>
              <!--<s:Resize id="contract" target="{img}"/> -->
         </fx:Declarations>
         
         
         <fx:Script>
              <![CDATA[
                   
                   import flash.net.navigateToURL;
                   
                   import mx.controls.Alert;
                   
                   [Bindable]
                   private var _imageURL:String = "images/earth-map_small.jpg";
                   
                   [Bindable]
                   public var angle:Number = 0;
                        
                   [Bindable]
                   private var borderHeight:Number;
                   
                   [Bindable]
                   private var borderWidth:Number;
                   
                   private var effectDuration:Number = 250;
                   private var defaultRotation:Number = 90;
                   
                   private var profits:Array;
                   private var dragStart:Point;
                   private var dragEnd:Point;
                   private var zoomingEnabled:Boolean;
                   
                   public var originalHeight:Number;
                   public var originalWidth:Number;
                   
                   public function init():void{
                        originalHeight = img.height;
                        originalWidth = img.width;
                        borderHeight = borderContainer.height - 5;
                        borderWidth = borderContainer.width - 5;
                   }
                   
                   
                   public function fitToWindow():void{
                        resize.end();
                        resize.duration = effectDuration;
                        
                        if(img.rotation == defaultRotation || img.rotation == -defaultRotation){     
                             resize.heightTo = borderWidth;
                             resize.widthTo = borderHeight;
                        }
                        else{
                             resize.heightTo = borderHeight;
                             resize.widthTo = borderWidth;
                        }
                        
                        resize.play();
                   }
                   
                   public function fitToWidth():void{
                        resize.end();
                        resize.duration = effectDuration;
                        
                        if(img.rotation == defaultRotation || img.rotation == -defaultRotation){
                             resize.heightTo = borderWidth;
                        }
                        else{
                             resize.widthTo = borderWidth;
                        }
                        
                        resize.play();
                   }
                   
                   public function fitToHeight():void{
                        resize.end();
                        resize.duration = effectDuration;
                        
                        if(img.rotation == defaultRotation || img.rotation == -defaultRotation){
                             resize.widthTo = borderHeight;
                        }
                        else{
                             resize.heightTo = borderHeight;
                        }
                        
                        resize.play();
                   }
                   
                   public function zoomIn():void{
                        resize.end();
                        resize.duration = effectDuration;
                        resize.heightTo = img.height*2;
                        resize.widthTo = img.width*2;
                        resize.play();
                        
                   }
                   
                   public function zoomOut():void{
                        resize.end();
                        resize.duration = effectDuration;
                        resize.heightTo = img.height/2;
                        resize.widthTo = img.width/2;
                        resize.play();
                   }
                   
                   public function rotateRight():void{
                        rotate.end();
                        rotate.duration = effectDuration-200;
                        rotate.angleFrom = angle;
                        rotate.angleTo = (angle += defaultRotation);
                        rotate.play();
                   }
                   
                   public function rotateLeft():void{                    
                        rotate.end();
                        rotate.duration = effectDuration-200;
                        rotate.angleFrom = angle;
                        rotate.angleTo = (angle -= defaultRotation);
                        rotate.play();
                   }
                   
    
                   private function initRectangle(e:MouseEvent):void{
                        
                   }
                   
                   private function showShowRectangle(e:MouseEvent):void{
    
                   }
                   
                   private function clearRectangle(e:MouseEvent):void{
    
                   }
                   
                   
              ]]>
         </fx:Script>
         
         <s:Panel
              id="mainPanel"
              left="5" 
              right="5" 
              top="5" 
              bottom="5" 
              title="FileNet Flex Viewer" 
              fontWeight="bold">
              
              
              <mx:ApplicationControlBar dock="true" top="0" left="0" right="0">
                   <s:Button 
                        id="zoomInButton"
                        toolTip="Zoom In"
                        click="{zoomIn();}"
                        />
                   <s:Button 
                        id="zoomOutButton"
                        toolTip="Zoom Out"
                        click="{zoomOut();}"
                        />
                   <s:Button 
                        id="fitToWindowButton"
                        toolTip="Fit To Window"
                        click="{fitToWindow();}"
                        />
                   <s:Button 
                        id="fitToWidthButton"
                        toolTip="Fit To Width"
                        click="{fitToWidth();}"
                        />
                   <s:Button 
                        id="fitToHeightButton"
                        toolTip="Fit To Height"
                        click="{fitToHeight();}"
                        />
                   <s:Button 
                        id="rotateRightButton"
                        toolTip="Rotate Right"
                        click="{rotateRight();}"
                        />
                   <s:Button 
                        id="rotateLeftButton"
                        toolTip="Rotate Left"
                        click="{rotateLeft();}"
                        />
                   <!--<s:ToggleButton 
                        id="rubberBandZoomButton"
                        toolTip="Rubber Band Zoom"
                        click="{}"
                        />
                   -->
              </mx:ApplicationControlBar>
              
              <s:BorderContainer 
                   id="borderContainer"
                   right="5" 
                   left="5" 
                   top="40" 
                   bottom="5">
                   
                   <s:Scroller
                        width="100%"
                        height="100%">
                        <s:Group>
                             <mx:Image 
                                  id="img"
                                  maintainAspectRatio="false"
                                  maintainProjectionCenter="true"
                                  source="@Embed('images/earth-map_small.jpg')"
                                  verticalCenter="0"
                                  horizontalCenter="0" 
                                  horizontalAlign="center" 
                                  verticalAlign="middle"/>
                        </s:Group>
                   </s:Scroller>
              </s:BorderContainer>
         </s:Panel>
         
    </s:Application>
    
     
    

    I think that this smaller version shows the consisently (attached JPG) question:

    http://ns.Adobe.com/MXML/2009.
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" >
       
       
            public function fitToWindow (): void {}
    IMG. Height = borderContainer.height;
    IMG. Width = borderContainer.width;
    }
    ]]>
       

       
       
           
       

       
       
           
               
                   
    horizontalCenter = red '0' = '0' / >
               

           

       

       

    Looks like the interaction of Red/horizontalCenter with the add/remove scroll bars causes a loop.  Can you please fill a bug report and post the link here?  (Or let me know if you prefer that I have put it).

    The workarounds are:

    1. in the fitToWindow() method to subtract enough pixels to consider both sides of the border, for example:

    public function fitToWindow (): void {}
    IMG. Height = borderContainer.height - 2;
    IMG. Width = borderContainer.width - 2;
    }

    2. always keep the scroll bars displayed, for example:

    3. instead of use BorderContainer use SkinnableContainer/group and draw the border outside the container, for example:


           
               
                   
               

           

      
           
               
                   
                       
    horizontalCenter = red '0' = '0' / >
                   

               

           

       

    Let me know if these solutions of workaround for the case also reduces work for your application.

  • Windows Media Player ActiveX control causes memory leak

    I'm writing an application that will load and play *.avi files in an ActiveX control. The user must be able to load multiple files consecutively in the single player mode. However, it seems to be the memory leak every time that a file is loaded, even if it's the same file. For example, even when you load a small file in *.avi 81KO repeatedly, there is a memory leak ~ 6Mo coherent (as observed in the Manager of tasks). The leak memory is greater when I load larger files.

    I tried to deny it by adding using a Method Close by using the node invoke. It gets about 3 MB of RAM, but when I load the file again, it leaks ~ 9MB, leaving a net leak of ~ 6Mo once again.

    I also used reference close vi (s) to clear the memory ActiveX object, but that did not help either. In other versions of VI, I tried to eliminate the creation of a new IWMPlayer4 object using a shift register, but once again the leak memory persevered...

    It's a simple version of the VI, as well as the small video file attached. In my application, I want to be able to load large video files (~ 600 MB) several times without memory leaks. Thank you in advance for your help!

    -gpho

    Hi jareds.

    Thanks again for test it for me. I use Windows 7 and WMP version 12.

    As you requested, I tested it on a computer with Windows XP and WMP version 9 (and LabVIEW 8.2.1) and the problem of memory has disappeared. I then installed WMP version 11 on the same computer: still no memory problem.

    On the Windows 7 computer, I went back to version 11 using the instructions found on this link, and the problem of memory has disappeared. It seems that memory leak is due to a problem with WMP version 12 (although degraded version 11 on windows 7 has some bugs - and you can't go back to v12).

    Thanks again for the help!

    -gpho

  • Volume control causes trouble high priority thread

    A few weeks ago, when I was finishing my "Flix" app and adjust the priorities of the threads, I noticed that the wire audio high priority interfered with the volume buttons of the PlayBook. Specifically, it could support you on a volume button and nothing would happen, at least not for a second or two. It was as if the priority of the audio thread was so high that it prevented the OS to respond to the pressure on the hardware button to the user.

    This week, the behavior is quite different: the volume controls work fine, but as soon as you press on one of them, the audio wire starts to fight, and the audio gets all the "poppy/static ' y '.

    The really strange thing is that even though the notification of change of volume disappears from the screen, the sound remains ' poppy/static ' y ', as if the volume permanently change event interferes with the audio wire.

    I was wondering if the OS was lowering the priority of the thread on an event of volume change, but I think I have excluded that... when I ask the audio thread for its priority, remains at 63 before and after the events of volume change.

    So it is obviously very confusing... How the hell a single volume change event could interfere with the audio thread of the application until the end of the execution of the application? (Even if the application gets a "break" due to need extra buffer audio and video, as soon as the audio continues, it is always static'y)

    The other thing that may or may not be related, it's that last week my PlayBook prompted me that there is an update of the OS.  The strange thing is that the version of the update seems to be exactly the same as the version of the operating system I had, and it was only 3 MB. I can't help but wonder if this is somehow related to the change of behavior that I see.

    Any help would be most appreciated.

    Thank you!

    Daniel

    I finally understood how to prevent the volume control to cause audio problems.

    Here's the long answer:

    -My app plays WAV files back to back. There was a slight "couture" in the audio that I tried to get rid of.

    -A point I tried removed calls to snd_pcm_open and snd_mixer_open whenever a WAV file has been played, thinking that maybe something to do with the small gap in the audio.

    -I didn't know at the time, but I think it's when editing of the volume begun resulting in distortions on the audio.

    -Distortions are prevented by listening to events of volume change, and when it is received, ensure what I call snd_pcm_open and snd_mixer_open to the next WAV file playback.

  • Questions of parameters for the added control - project version

    Hello

    My fellow designer and FINALLY got version control/robosource 3.1 put in place on our Robohelp project. What a difference! Now, I have a few questions about the settings. We all have two connection to the Robohelp file shared on a server database. We would now have our a copy of the project on our local machines or not we keep a case on a shared server/player? I ask because our version control is originally Robohelp at startup and perform updates very, very slowly (20 minutes to start).

    I also, parameters marked to allow a user to check out a file at the same time (we are unwilling do a lot of fusion, as there's only two of us working on over 1,000 topics). When I try and import or create a new file, I get an error that the "* / root.fpj ' is in use and cannot have multiple extractions. What can I do about it?

    Thanks for your help!

    Hi, Mollyid

    Rick and Amebr have made some excellent points. It happens that I've worked on a few demos of Adobe Captivate, illustrating the basic techniques for the getting started with RoboSource Control.

    Each is approximately two to three minutes long.

    It shows how a new project is added to RoboSource Control for the first time:

    http://www.showmethedemo.com/tutorials/RSC-Add1stTime/

    This one shows how Open a project that is already at the source control in your working on your local hard drive folder.

    http://www.showmethedemo.com/tutorials/RSC-OpenProj1stTime/

    I will be tweaking these demos in the coming days, but I think that they lay down the basic ideas.

    Suggestions for improvement are welcome as I refine these demos.

    John

    John Daigle
    Adobe Certified RoboHelp and Captivate instructor
    Evergreen, Colorado
    http://www.showmethedemo.com

  • Once an unapproved site is added as an exception, how can I delete the exception?

    using FireFox 27.0
    I want to remove an exception for a website utrusted. There is no tools / Option / security in this version.
    Preferences / security is not the list either.

    See the image:

  • Nidaqmx controls cause resource leak

    Hello

    I have some string on my UIR controls, which I convert to peripheral selection controls and the channel of daqmx using functions such as NIDAQmx_NewPhysChanAICtrl, NIDAQmx_NewDeviceCtrl, etc.. So far so good..

    Out of my execution (which I started from the ide of cvi) resource tracker warns me about 8 different thread locking objects remain in memory, and all point to the daqmx control functions (which are called exactly 8 times). Attached photo

    NOR is aware of such a flight? Is it fixed in later versions of the CVI?

    I'm on win7-64 bit sp1 CVI 2012, 15.0.0f2 (as seen on MAX) Daqmx

    It seems that you forget to throw controls (like all samples of OR).

    Just add these two lines before DiscardPanel (panelHandle);

    NIDAQmx_DiscardIOCtrl (panelHandle, PANEL_STRING_DEVICE);
    NIDAQmx_DiscardIOCtrl (panelHandle, PANEL_STRING_CHAN);

  • Adding control to select the input of the chart data?

    I have a device which sends several channels of data via TCP.  I created a (attached) VI that analyzes this data in integer multiples.  Can I connect a graph (I use graphics mode band) to one of these inputs.  The problem is there is about 50 channels and I don't want 50 cards of band.  I would like to graphs 4-8, with the possibility to choose the input for each use of a control channel.  Any ideas on how to achieve this?  Thank you!

    Use the table to Index.  Connect the table of Boolean to the Board Index. Connect the channel switch to the Index entry. Connect the output to the chart through the Boolean primitive to (0,1).

    For several graphics expand the Index table and connect the selector for each chart to a different Index entry.

    Lynn

  • BB 8830 blackBerry smartphones - "Eception exception: net.rim.device.api.system.controlled access exception.

    I bought a stowaway Shasta Bluetooth keyboard to use with my BB 8830. I installed the driver and software on the BB, but get the "Eception exception: net .rim... warning exception and crashes the program.» I just uninstalled my BB, reinstalled the latest version of the OS and reinstalled my applications. The problem is still there. No idea how I can eliminate the issue? Thanks in advance for your help.

    Maxxasman

    I went on the site and found the latest driver and software for the keyboard. Everything works! Thank you for helping me resolve this issue!

    Rich

  • Adding RAM causes freeze or blue screen. RAM works well with Win XP

    I upgraded from Win XP to Win 7.  I had problems with the installation so I removed all non-essential equipment and was able to complete the installation.  When I add more RAM, I had emoved (two DIMMs of 512 MB) to the current 1 GB DIMM, Win 7 either freezes or I get a blue screen after boot up (it does not boot up to the desktop computer).  Even RAM works very well with my old XP OS (I did a disk clone before moving to Win 7).  The card motherboard BIOS is up to date (according to eSupport) and DIMMs are the same characteristics (a 1 GB DIMM and two 512 MB DIMMS for a total of 2 GB).  Windows 7 works very well with just the 1 GB DIMM in memory 1 of 3 location, but any combination of causes freeze or blue screen.  Is there something on the way Windows 7 manages RAM which is causing the problem?  If so, is there something I can do to solve the problem?

    try running Memtest86 +, which runs from a floppy disk or CD and should eliminate or
    confirm whether your one or more of your sticks of memory are bad or the values of the SPD in the BIOS are correct.
    Let it run for as long as you can: 2,4,6,8 or several hours, so no errors at that time then your ram is OK.
    http://www.memtest.org/

  • On button adding unhandled win32 exception

    When you try to add a button to a slide, I get the following error:

    An unhandled win32 exception occurred with AdobeCaptivate.exe [2768]

    And then when I click No. so that the debugger, Captivate closes. If I click on Yes, then Visual Studio happens but my system hangs.

    This just started happening earlier and also it happens when I copy a button and try to paste.

    I have 15 slides in the file is not very large.

    Is there a solution to this problem?

    Thanks in advance, dar

    Hello

    Sometimes simply restarting Captivate will correct the problems of this kind. If this does not work, you might have a corruption of current project.

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • New graphics causes exceptions

    Hello, I have a HP Pavilion P6142P-B with Windows 7 64 bit o.s. 8 GB ram 640 GB HDD and finally an AMD ATI Radeon 5450, pci-e x 16 graphics card that is at the root of the trouble. The graphics card driver crashes randomly. It is also in a continuous beep at the resumption of his sleep sometimes (75% of the time). Also my Itunes video/audio are out of sync, they play together for 20-30 seconds, and then they seem to (for lack of a better word) drift outside and if you rewind / ff re-synchronization for another 20 to 30 seconds. Everything else seems fine once I put in a new power supply (at HP, thank you for recommending he solved most of my problems, I had). Not sure if the two incidents are related, but they don't appear to be. Thanks for your time!

    Hello

    I think that the 2 incidents are related.

    The P6142P-B comes with the graphics card Geforce 9100 and a 300W power supply.

    I think that you upgrade your graphics card to a Radeon 5450 requiring a min 400W PSU.

    Accidents and the video / its out of sync because of the 5450 would not be able get enough power. This was resolved when you put in a new power supply.

    What is the power of the new PSU you put in your pc?

Maybe you are looking for

  • Windows 7 upgrade failed - disk HARD recovery does not work

    I just received my Windows 7 upgrade disc, followed the procedure and he managed to upgrade Vista 64 bit for Windows 7 32 bit! Some drivers also seem to, were charged more than once. I tried to do a system restore from the recovery of HARD drive part

  • Sell laptop and erasure of data

  • BlackBerry Z10 locking vs encryption

    Greetings, What is the difference between a device lock and encrypt? I realize that this may seem obviouse to some, but this is an example where simply a locking device does not provide sufficient protection? Thank you Shane.

  • I've saved some important images into my USB and they suddenly disappeared [desktop.ini]?

    The pictures in my pen-drive are no where. When I see her in my computer, it shows that its almost full, and when I get there is nothing. So I looked at all the hidden files & file system and found a folder named [recycler] with a different file name

  • Creative Suite 5.5

    I want to install CS on a MacBook Pro 10.11.4 5.5. After that installation is 93%, installation will not continue until I close "SafariCloudHisto". What is it? Where can I find it? I restarted the computer to close and started the installation again.