ReferenceError: Error #1069: property... problems

Hello

I still shoot on this problem and it intrigued me. Now, I get this message.

ReferenceError: Error #1069: Score property not found on the drink and there is no default value.

i = Army.Length - 1;
While (I >-1) {}
drink Army = [i];
trace ((MovieClip (Drink). Score));
MovieClip (drink). MoveAcross (null);
If (drink.x < 50) {}
removeChild (drink);
Army.splice (i, 1);
}

If (165 > drink.x & & drink.x > 155) {}
If (5 > currentPos & & currentPos >-5) {}
trace ((MovieClip (Drink). Score));
removeChild (drink);
gameScore.addToValue ((MovieClip (drink). Score));
/ / trace ((MovieClip (drink). Score));
Army.splice (i, 1);

}
}

I have = i-1;
}

earlier in this code, the variable drink is defined

public var drink: drink;

What intrigues me is if I use the first line with *, I get this error and if I use the second it works fine. Any idea on what could be the problem? Thanks for all the help I received on this forum!, maybe someday I will be wise enough to contribute in return.

It is difficult to guess the small part of the cord, but expand the items in the "Army" table has MovieClip typed objects.

Since you say

drink Army = [i]

drinking can either type MovieClip. So the compiler generates an error when you try to assign variables for any other type except MovieClips, unless you specifically declared as a dedicated custom class.

Tags: Adobe Animate

Similar Questions

  • ReferenceError: Error #1069: property not found on flash.display.Stage length

    Hi all

    I have 3 input textfield. Each textfield has a string pre-loaded in it. When the user presses Tab, the focus must be cycled around textfield 1-3. Now, I'm trying to set the index of the caret to the last letter of the TextField. What is the problem with the code?

    Code:

    public function myTabKeyDown(event:KeyboardEvent):void
              {
                 if (event.keyCode == Keyboard.TAB)
                 {
                        //set caret selection
                        event.currentTarget.setSelection(event.currentTarget.length, event.currentTarget.length);
                 }
              }
    

    Error:

    ReferenceError: Error #1069: the property not found on flash.display.Stage length and there is no default value.

    Thank you

    Zainuu

    If your textfields are named (you went for each text field properties and gave it a unique name) you can use the Manager of Focus see IFF it has focus to set the selection to the end.

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/FL/managers/FocusManage r.html? filter_flash = cs5 & filter_flashplayer = 10.2 & filter_air = 2.6

  • Error #1069: Property not found unloadAndStop on flash.display.Loader

    Hey all,.

    I have inhareted a flex application that was built in (I think) flex 3.x.  I am currently using Flash builder 4 and set the compiler settings to use flex 3.5.  as soon as I have for rund or debug the application, I get the following error:

    ReferenceError: Error #1069: property not found on flash.display.Loader unloadAndStop and there is no default value.

    to MethodInfo - 7)

    service /http://adobe.com/AS3/2006/builtin: apply)

    to SetIntervalTimer / onTimer)

    to::Timer/_timerDispatch() flash.utils

    to::Timer/tick() flash.utils

    I don't know what is the cause, the only thing I can think of at this point is that the app was built with a verson SDK before 3.5 and because I can't choose TI 3.5 throw this error. Can anyone confirm this or give me some advice on this.

    Thanks a ton.

    default project 3.x to assume the Flash Player 9, which did not have

    unloadAndStop on the charger.  Another code that you are running is assuming that player

    10. you want to either demote this code to take the Player 9, or set

    -target-Player = 10 on the compiler options.

  • Extension of class Array, get Error #1069: property 0 not found with indexOf appeal

    I'm using inheritance to extend the Array class to create a class of paths that moves of Sprites/MovieClips around on the screen. I get a weird error on a call to indexOf. Here is the error:

    ReferenceError: Error #1069: property 0 not found on paths and there is no default value.
    to Array$ / _indexOf)
    table / http://Adobe.com/AS3/2006/builtin:IndexOf ()
    to Paths / Next () [D:\Stephen\Documents\Flash\TossGame\TossGameFirstPerson\Paths.as:40]

    Here is the corresponding code in the class of paths:

    SerializableAttribute public class paths extends Array
    {
    private var cCurrentPath:Path;

    public function () following: path
    {
    var lArray:Array =;
    var lNextIndex:int is indexOf (cCurrentPath) + 1;.
    If (lNextIndex == length) lNextIndex = 0;
    var lPath:Path = lArray [lNextIndex];
    lPath return;
    }
    } / / class

    I get the error in the highlighted line. cCurrentPath is filled with a trace object that corresponds to the object at position 0 of the this object (paths). I tried the following variants of the Next() function:

    public function () following: path
    {
    var lArray:Array =;
    var lNextIndex:int =
    lArray. indexOf (cCurrentPath) + 1;
    If (lNextIndex ==
    lArray. length ) lNextIndex = 0;
    var lPath:Path = lArray [lNextIndex];
    lPath return;
    }

    public function () following: path
    {
    var lArray:Array =;
    var lNextIndex:int = this
    . indexOf (cCurrentPath) + 1;
    If (lNextIndex == this
    . length ) lNextIndex = 0;
    var lPath:Path = lArray [lNextIndex];
    lPath return;
    }

    public function () following: path
    {
    var lArray:Array =;
    var lNextIndex:int = super
    . indexOf (cCurrentPath) + 1;
    If (lNextIndex == super
    . length ) lNextIndex = 0;
    var lPath:Path = lArray [lNextIndex];
    lPath return;
    }


    Same product if mistake it I try. Anyone got any ideas?

    Stephen

    Flash CS3 Pro (Version 9.0)

    Mark your dynamic class.

    class dynamic public railways extends from table

  • ReferenceError: Error #1069: y property not found on string and there is no default value.

    can someone tell me why I get this error?

    ReferenceError: Error #1069: y property not found on string and there is no default value.

    import flash.events.Event;

    var control = false

    var balls: Array = [one, two, three];

    var which_balloon =""

    tec.addEventListener (MouseEvent.CLICK, moveit)

    one.oney.addEventListener (Event.ENTER_FRAME, kav);

    two.twoy.addEventListener (Event.ENTER_FRAME, kav);

    three.threey.addEventListener (Event.ENTER_FRAME, kav);

    function moveit (MouseEvent) {}

    which_balloon = Balloons [Math.Round (Math.Random () * 2)]

    check = true

    }

    function kav(e:Event) {}

    {if(Checks==true)}

    which_balloon.y-= 5

    }

    If (which_balloon.y < = 100) {}

    check = false

    which_balloon.y = 350

    }

    }

    When you set which_balloon to line 3 of your code, you set it to an empty string. This will type the variable as a string. The strings cannot have a property there.

    What you probably want to do is type your which_balloon to the same variable type as some one and two and three are.

  • ReferenceError: Error #1069

    ReferenceError: Error #1069: Stop property not found on flash.display.SimpleButton and there is no default value.

    to AS3RPG_fla::MainTimeline/switchToFHero()

    Im still new to As3 eventho not, I have some decent experience in As2, I understand the problem im just do not know how to fix since As2 buttons obviously didn't need this.

    Delete this gotoAndStop() your button or use a movieclip instead of a button.

  • ReferenceError: Error #1069: m_viewerController property not found on flash.display.AVM1Movie and there is no default value.      at intro_fla::MainTimeline/_onEnterFrame()

    (1) what is flash.display.AVM1Movie? I'm using as3

    (2) what is m_viewerController?

    (3) _onEnterFrame is usually a function name that by default it needs?

    function onMclLoaded(event:Event):void

    {

    This.MCL.Visible = false;

    this.addEventListener (Event.ENTER_FRAME, _onEnterFrame);

    }

    Maybe it's part of a component any which is used in the file that you upload.  Code is associated with this object is unable to find it.

  • Error 1069 property 0 not found on flash.text.TextField and there is no default value

    So, I worked on it for a few days and what makes me crazy is this is a simple file with many simple script and I still can't seem to understand what is this error and how to fix it: property 0 not found on flash.text.TextField and there is no default

    The script below what we look at, everything is drawn with AS3, there is no object library (except for the police). I little understand what means the error, but I do not understand it or how to fix it.

    import flash.display.MovieClip;
    import flash.events.MouseEvent;
    import flash.events.Event;
    import flash.filters.BlurFilter;
    import flash.display.Shape;
    
    import flash.display.Sprite;
    import flash.display.Graphics;
    import flash.events.*;
    import flash.geom.*;
    import flash.events.*;
    
    var boxBg:Shape = new Shape();
        
    boxBg.graphics.lineStyle(1, 0x000000, .5, true);
    boxBg.graphics.beginFill(0xff6600);
    boxBg.graphics.drawRect(0, 0, 50, 50);
    boxBg.graphics.endFill();
    
    var box:Sprite = new Sprite();
    box.x = 335;
    box.y = 245;
    
    addChild(box);
    box.addChild(boxBg);
    
    var toggleBg:Shape = new Shape();
    var toggleBtn:Sprite = new Sprite();
        
    toggleBg.graphics.lineStyle(1, 0xefefef, .5, true);
    toggleBg.graphics.beginFill(0xffffff);
    toggleBg.graphics.drawCircle(0, 0, 25);
    toggleBg.graphics.endFill();
    toggleBtn.buttonMode = true;
    toggleBtn.mouseChildren = false;
    
    toggleBtn.x = stage.stageWidth - 75;
    toggleBtn.y = 25;
    
    addChild(toggleBtn);
    toggleBtn.addChild(toggleBg);
    
    for (var i:int = 0; i < 10; i++) {
        var btnBg:Shape = new Shape();
        
        btnBg.graphics.lineStyle(1, 0xefefef, .5, true);
        btnBg.graphics.beginFill(0xffffff);
        btnBg.graphics.moveTo(12, 0);
        btnBg.graphics.lineTo(24, 20);
        btnBg.graphics.lineTo(0, 20);
        btnBg.graphics.lineTo(12,0);
        btnBg.graphics.endFill();
        
        var btnFont = new Myriad();
        
        var btnFormat:TextFormat = new TextFormat();
        btnFormat.font = btnFont.fontName;
        btnFormat.size = 12;
        btnFormat.align = "center";
        btnFormat.color = 0xffffff;
        
        var btnTxt:TextField = new TextField();
        btnTxt.defaultTextFormat = btnFormat;
        btnTxt.width = 50;
        btnTxt.height = 20;
        btnTxt.y = 5;
        
        var myBtn:Sprite = new Sprite();
        
        myBtn.name = ("Blend " + (i + 1));
        myBtn.buttonMode = true;
        myBtn.mouseChildren = false;
        
        addChild(myBtn);
        
        myBtn.x = 10 + (i * 75);
        myBtn.y = 500;
        
        myBtn.addChild(btnBg);
        myBtn.addChild(btnTxt);
        
        btnTxt.text = myBtn.name;
        
        myBtn.addEventListener(MouseEvent.CLICK, btnHandler);
        myBtn.addEventListener(MouseEvent.ROLL_OVER, btnHandler);
        myBtn.addEventListener(MouseEvent.ROLL_OUT, btnHandler);
        toggleBtn.addEventListener(MouseEvent.MOUSE_DOWN, onToggleVisible);
    }
    
    function btnHandler(event:MouseEvent):void {
        if(event.type == MouseEvent.CLICK){
            if(event.currentTarget == btnTxt[0]){
                box.blendMode = BlendMode.NORMAL;
            }
            
            if(event.currentTarget == btnTxt[1]){
                box.blendMode = BlendMode.DARKEN;
            }
            
            if(event.currentTarget == btnTxt[2]){
                box.blendMode = BlendMode.DIFFERENCE;
            }
            if(event.currentTarget == btnTxt[3]){
                box.blendMode = BlendMode.HARDLIGHT;
            }
            
            if(event.currentTarget == btnTxt[4]){
                box.blendMode = BlendMode.INVERT;
            }
            
            if(event.currentTarget == btnTxt[5]){
                box.blendMode = BlendMode.LIGHTEN;
            }
            
            if(event.currentTarget == btnTxt[6]){
                box.blendMode = BlendMode.MULTIPLY;
            }
            
            if(event.currentTarget == btnTxt[7]){
                box.blendMode = BlendMode.OVERLAY;
            }
            
            if(event.currentTarget == btnTxt[8]){
                box.blendMode = BlendMode.SCREEN;
            }
            
            if(event.currentTarget == btnTxt[9]){
                box.blendMode = BlendMode.SUBTRACT;
            }
        }
    }
        
    function onToggleVisible(event:MouseEvent):void {
        box.visible = !box.visible;
    }
    

    I have made through problems similar, but could not find an adequate solution. If anyone can help me identify the problem and the solution, I would be extremely grateful.

    The following code makes more sense, it is more efficient (although it may be more efficient), and it is better organized:

    import flash.display.Shape;
    import flash.display.Sprite;
    import flash.events.*;
    import flash.geom.*;
    import flash.events.*;
    import flash.text.*;
    
    var box:Sprite;
    var toggleBtn:Sprite;
    var btnFont:Font;
    var btnFormat:TextFormat;
    
    init();
    
    function init():void
    {
         initFormat();
         makeBox();
         makeToggleButton();
         makeButtons();
    }
    
    function initFormat():void
    {
         btnFont = new Myriad();
         btnFormat = new TextFormat();
         btnFormat.font = btnFont.fontName;
         btnFormat.size = 12;
         btnFormat.align = "center";
         btnFormat.color = 0xffffff;
    }
    
    function makeToggleButton():void
    {
         toggleBtn = new Sprite();
         toggleBtn.graphics.lineStyle(1, 0xefefef, .5, true);
         toggleBtn.graphics.beginFill(0xffffff);
         toggleBtn.graphics.drawCircle(0, 0, 25);
         toggleBtn.graphics.endFill();
         toggleBtn.buttonMode = true;
         toggleBtn.mouseChildren = false;
         toggleBtn.addEventListener(MouseEvent.MOUSE_DOWN, onToggleVisible);
         addChild(toggleBtn);
    
         toggleBtn.x = stage.stageWidth - 75;
         toggleBtn.y = 25;
    }
    
    function makeBox():void
    {
         box = new Sprite();
         box.graphics.lineStyle(1, 0x000000, .5, true);
         box.graphics.beginFill(0xff6600);
         box.graphics.drawRect(0, 0, 50, 50);
         box.graphics.endFill();
    
         addChild(box);
    
         box.x = 335;
         box.y = 245;
    }
    
    function makeButtons():void
    {
         var myBtn:Sprite;
         for (var i:int = 0; i < 10; i++)
         {
              myBtn = drawButton("Blend " + (i + 1));
              addChild(myBtn);
              myBtn.x = 10 + i * 75;
              myBtn.y = 500;
              myBtn.addEventListener(MouseEvent.CLICK, btnHandler);
              myBtn.addEventListener(MouseEvent.ROLL_OVER, btnHandler);
              myBtn.addEventListener(MouseEvent.ROLL_OUT, btnHandler);
         }
    }
    
    function btnHandler(e:MouseEvent):void
    {
         if (e.type == MouseEvent.CLICK)
         {
              switch (e.currentTarget.name)
              {
                   case "Blend 1":
                        box.blendMode = BlendMode.NORMAL;
                        break;
                   case "Blend 2":
                        box.blendMode = BlendMode.DARKEN;
                        break;
                   case "Blend 3":
                        box.blendMode = BlendMode.DIFFERENCE;
                        break;
                   case "Blend 4":
                        box.blendMode = BlendMode.HARDLIGHT;
                        break;
                   case "Blend 5":
                        box.blendMode = BlendMode.INVERT;
                        break;
                   case "Blend 6":
                        box.blendMode = BlendMode.LIGHTEN;
                        break;
                   case "Blend 7":
                        box.blendMode = BlendMode.MULTIPLY;
                        break;
                   case "Blend 8":
                        box.blendMode = BlendMode.OVERLAY;
                        break;
                   case "Blend 9":
                        box.blendMode = BlendMode.SCREEN;
                        break;
                   case "Blend 10":
                        box.blendMode = BlendMode.SUBTRACT;
                        break;
              }
         }
    }
    
    function onToggleVisible(e:MouseEvent):void
    {
         box.visible = !box.visible;
    }
    
    function drawButton(buttonName:String):Sprite
    {
         var btnTxt:TextField = new TextField();
         btnTxt.defaultTextFormat = btnFormat;
         btnTxt.width = 50;
         btnTxt.height = 20;
         btnTxt.y = 5;
         btnTxt.text = buttonName;
    
         var myBtn:Sprite = new Sprite();
         myBtn.graphics.lineStyle(1, 0xefefef, .5, true);
         myBtn.graphics.beginFill(0xffffff);
         myBtn.graphics.moveTo(12, 0);
         myBtn.graphics.lineTo(24, 20);
         myBtn.graphics.lineTo(0, 20);
         myBtn.graphics.lineTo(12, 0);
         myBtn.graphics.endFill();
    
         myBtn.name = buttonName;
         myBtn.buttonMode = true;
         myBtn.mouseChildren = false;
    
         myBtn.addChild(btnBg);
         myBtn.addChild(btnTxt);
    
         return myBtn;
    }
    
  • Exercise 1 day 5 ReferenceError: Error #1069:

    in this exercise when you have completed the program the button send in the demand note menu should have a glow with a fade cycle once per second after the key is toggled. When the program is run this error appears when the button is clicked. I'm using flash player 9 and Firefox 3.0.5 browser version.

    the onTween works where it is supposed to be public functions.

  • Error #1069: TextField drag and drop

    I created a clip I creates instances of the runtime by clicking on a button, these movieclips all have the anuee name # where # is the instance number.

    My problem is that the clip has a text box Dynamics slap in the middle of it that does not work with my drag and drop function. If I shake the cloud around the edges, drag drop works. If I click in the Middle it does not work and gives the following error in the output window

    ReferenceError: Error #1069: property not found dropTarget on flash.text.TextField and there is no default value for Suite_fla::MainTimeline/myDragHandler()

    Here is the myDragHandler function which only downwards click the Component Manager I have also a top manager who made stopDrag() but it's the same thing send me two errors for each click.

    function myDragHandler(event:MouseEvent):void
    {
    var object = event.target;
    object.startDrag ();
    };

    So I need to drag the clip even if the user clicks on the text in the middle of the box. Advice or advice is welcome.

    Thank you.

    in your loop where assign you event handlers, try to set the mouseChildren to false on the MovieClips bcloud property.

  • Error 1069

    It is my code that calls when streaming is finished.

    why I get this error?

    Thank you

    -------

    netStream.addEventListener (NetStatusEvent.NET_STATUS, statusUpdated);

    netStream.addEventListener (AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);

    .......

    public void statusUpdated(e:NetStatusEvent):void {}

    If (e.info.code is "NetStream.Play.Stop")

    {

    showBtns (["playBtn"]);

    gotoAndStop (1)

    }

    }

    public void asyncErrorHandler(event:AsyncErrorEvent):void {}

    trace (Event.Text);

    }

    ReferenceError: Error #1069: property onPlayStatus not found on the hand and there is no default value.

    Error #2095: flash.net.NetStream could not invoke the onPlayStatus reminder.

    It seems that in this case, you are trying to play streaming video.

    The error indicates allows you to add another onPlayStatus() function in your code. This function is called by the streaming server.

    You must do two things:

    1 define client NetStream refers to the current scope

    ...
    netStream.client = this
    ...
    

    2 write the function:

    public function onPlayStatus(info:Object):void
    {
              switch(info.code) {
                        case "NetStream.Play.Complete":
                                  // code to handle steream end
                                  break;
              }
    }
    
  • cachedOrphan error #1069

    I am trying to load an external swf into a movie and can not for the life of me what I am doing wrong.   Anyone who is familiar with that? Thanks in advance!

    Barbara

    ReferenceError: Error #1069: cachedOrphan property not found on com.greensock.TweenMax and there is no default value.
    at com.greensock::TimelineLite/addChild()
    at com.greensock::TimelineLite/insert()
    at com.greensock::TimelineLite/insertMultiple()
    at nutroBanner_fla::MainTimeline/frame1()

    by greensock this is caused by using mixed versions of its files:

    http://forums.greensock.com/viewtopic.php?f=1&t=3031

  • ReferenceError: Error #1056: cannot create gameOverMenu property on game. -pls help :(

    ReferenceError: Error #1056: cannot create gameOverMenu property on game.

    at flash.display::Sprite/constructChildren()

    at flash.display::Sprite()

    at flash.display::MovieClip()

    at Game()***************************:16]

    Cannot display the source code at this location.

    ~~~~~~~~~~~~~~~~

    Code Game.As:

    package {}

    import flash.display.MovieClip;

    import flash.events.Event;

    import flash.utils.Timer;

    import flash.text.TextField;

    import flash.text.TextFormat;

    Game/public class extends MovieClip {}

    public static var character: MovieClip;

    public static var enemyTimer:Timer;

    public static var scoreText:TextField;

    public static var score: Number;

    public static var healthMeter:HealthMeter;

    public static var gameOverMenu:GameOverMenu;

    public void Game() {}

    Key.Initialize (internship);

    character = new Character();

    addChild (character);

    enemyTimer = new Timer (1000);

    enemyTimer.addEventListener ("timer", sendEnemy);

    enemyTimer.start ();

    var scoreFormat = new TextFormat ("Alexandrian MS", 20, 0xFFFFFF);

    scoreText = new TextField();

    scoreText.defaultTextFormat = scoreFormat;

    scoreText.x = 290;

    scoreText.text is a String (0);.

    addChild (scoreText);

    healthMeter = new HealthMeter();

    addChild (healthMeter);

    healthMeter.x = 10;

    healthMeter.y = 10;

    gameOverMenu = new GameOverMenu();

    gameOverMenu.x = 300;

    gameOverMenu.y = 150;

    addChild (gameOverMenu);

    gameOverMenu.visible = false;

    gameOverMenu.playAgainButton.addEventListener ("mouseDown", newGame);

    resetScore();

    }

    function sendEnemy (e: Event) {}

    enemy of the var = new Enemy();

    stage.addChild (enemy);

    }

    public static function updateScore (points) {}

    score +=;

    scoreText.text = String (score);

    }

    public static function resetScore() {}

    score = 0;

    scoreText.text = String (score);

    }

    function newGame (e: Event) {}

    gameOverMenu.visible = false;

    Character.Visible = true;

    Character.x = 300;

    Character.y = 150;

    character.takeDamage(-character.maxHealth);

    character.addEventListener ("enterFrame", character.move);

    resetScore();

    enemyTimer.start ();

    }

    public static function gameOver() {}

    gameOverMenu.visible = true;

    enemyTimer.stop ();

    for (var i in Enemy.list) {}

    Enemy.list [i]. Kill();

    }

    }

    }

    }

    I don't see a problem with your code, but, of course, I can't tell if you really have a class named GameOverMenu in your class path.  and I see no reason for all static variables/functions.

  • I get this error message and Firefox does not start... EXC in ev handl: error: error definition property on NPObject!

    Firefox does not start and this message keeps coming back... I uninstalled and reinstalled... but nothing helped...

    EXC in ev handl: error: error definition property on NPObject!

    Disable the extension "McAfee Site Advisor" who has just updated 3.4.0 that probably out of block of addons list.

    • 'Ctrl + Shift + A' > find McAfee Site Advisor and use 'Disable', and then restart Firefox.
    • Do a Google search without problem
    • It seems that if you re - enable new Site Advisor and restart Firefox you agree. At least you know where to look if you get the error again, or research on Google to slow down.
  • Error: The property node (arg 8) visa to configure the Serial Port

    I'm trying to control 8 USB to R232 via a HUB of 10 ports Tripp-Lite (model U222-010-R) and do not have consistent results.  Just after rebooting my computer, I have no problem in running the following program: (I tried to download the VI directly but without success, so here's the extract)

    I made sure that the COM ports that I select are that one is available on both the Device Manager and in the NOT-MAX.  But after awhile, it does not work or if the HUB is unplugged and replugged in (even if the names are correct and up-to-date in devices and NOR-MAX Manager) I get the error code "property Node (arg 8) visa set up a Serial Port (Instr) .vi" I want to be able to see these ports consistantly more without having to restart my computer all the time.  Is there a better Setup for this? The previous installation of the computer has a PCI card for it and we have not had any problems with the code, but are facing problems with our upgrade.  The old computer ran Windows XP and had cards PCI and the new computer that I am using a Windows 8 and the USB HUB.  Thanks for any help you can give!

    Mr says:

    Jeff,

    It is a one off lines from specifications Tripp-lite:

    -On bus power, 500mA from the USB 2.0 computer port is shared between hub ports

    This would be in support of what I need or not necessarily?

    -Mr

    No! That's the 50mA by port not 500mA.  an order of magnitude full powered USB (if you want reliable - if you want real problems which appears irratically each time only and is a headache to track down which would)

Maybe you are looking for

  • help dropped iPhone 6s in the water

    Accidentally, I dropped my iPhone 6 s in water. Could recover immediately and put in the rice. It has been sitting there for two nights. Phone works for most, but has lines on the screen and no sound. Now I can not put the charger in the slot. Anyone

  • Satellite P100-429 of the BIOS and fan question

    The fan was quiet when the computer starts. But if the core temperature was up to 52 ° C, the CPU fan will be executed once at high speed as the Typhoon blowing about two seconds and then stop. It's really annoying. Is any version of BIOS P100 series

  • Windows fixit center.exe keeps asking me to run the update.

    I installed the beta fix software computer center of microsoft.but can not use it because it always tells me that it should be dated to maximum before that it can run. Can anyone help?

  • Receive the IP by DHCP as a customer (HP Laserjet 1320n)

    Hello! I faced a problem about an IP address of the printer (HP Laserjet 1320n) model by the DHCP server, which could be received by the client-side application to my router. This approach is very useful for the corporate network. Is it possible to i

  • Windows 7 on Acer Aspire One D257 freezes constantly

    I recently bought an Acer Aspire One with Windows 7 Starter edition D257. It constantly freezes, random. Sometimes, after a minute after the start, sometimes up to 15 minutes later. I ran the program of recovery without success. Any ideas?