Newbie: Esc closed the window and does not return to the screen

Hi all

does anyone know a solution for this:

This is my first application. I tried a view-Details-app. I started to change the uiExample available on blackberry.com. In the start.htm is now an onload Script that calls a Web service to get data and present them in a list (the view). When you click an item in the list a new site called detail.htm is open. I had trouble getting data from the Web service to this new site. So I created this new site via JavaScript/DOM, everything works fine, but when you are in the site detail and press the Esc key to close the current window you see not the previous window of the application as I'd expect, but you get the blackberry homescreen. And I suppose that my application is still running but not visible.

Thank you for any suspicion.

Concerning

Andreas

PS: Here are a few snippets:

Start.htm


 
    
    
    
    
    
    
  Vorkommnisse
  
 
 

 
    


        

VORKOMMNISSE


    

    

           

           

           

            

            

           

           

           

       



 

Common.js

addEventListener ('load', doLoad, false);

function doLoad() {}
document. Body.style.Height = screen.height + 'px ';
}

var xmlHttp = new XMLHttpRequest();

function callWebService() {}
var url = "http://10.1.1.107/webservice/ws.nsf/webservicevkn_small2?OpenWebService";

XMLHTTP.open("get",URL,true) ('POST', url, true);
xmlHttp.onreadystatechange = callbackFunction;
xmlHttp.setRequestHeader ("Content-Type', ' text/xml");
 
var xmlDaten =""
"xmlDaten = xmlDaten +"\ http://www.w3.org/2001/XMLSchema-instance"container = \ 'http://www.w3.org/2001/XMLSchema \" xmlns:soapenv = \'http://schemas.xmlsoap.org/soap/envelope/ \"xmlns:tns = \" "urnefaultNamespace\" ">" "
xmlDaten = xmlDaten + "".
xmlDaten = xmlDaten + ""<>ANOM >ANOM > ""
xmlDaten = xmlDaten + "
"
xmlDaten = xmlDaten + «»
 
xmlHttp.send (xmlDaten);
}

function callbackFunction() {}
If (xmlHttp.readyState! = 4)
return;

var xmlHttpRequest = xmlHttp;

var result = xmlHttp.responseXML.documentElement;

var vorkommnisse = result.getElementsByTagName ("RECORD");

for (var i = 0; i)
{
createListItem (vorkommnisse [i], i);
createListItem (vorkommnisse [i] Sublst.ChildNodes(1).ChildNodes(0) [10] .textContent, i);
}

}

function createListItem (vorkommnis, ListItemIndex)
{
var obj = document.getElementById ("itemList");

var newDiv = document.createElement ("div");
newDiv.setAttribute ("class", "arrowList");
newDiv.setAttribute ('x-blackberry-Focus "," true");
newDiv.setAttribute ("onClick", "createDetailPage (" "+ ListItemIndex +" ");");
newDiv.setAttribute ("onclick", "location.href =" detail.htm";");)
var newSpan = document.createElement ('span');
newSpan.setAttribute ("class", "arrowListText");

var newImg = document.createElement ("img");
newImg.setAttribute ("class", "arrow");
newImg.setAttribute ("src", "images/arrow.png");

var newText = document.createTextNode(vorkommnis.childNodes[10].textContent);

newSpan.appendChild (newText);
newDiv.appendChild (newSpan);
newDiv.appendChild (newImg);

obj.appendChild (newDiv);

}

function writeStatic (text)
{
document. Write (')
   
   
     
        
        
        
      
        
     

     
        


            

VORKOMMNISSE - details


        

         

            

                   

                   

                   

                    

                    

                   

                   

                   

               

           

     
   
');

}

function createDetailPage (index)
{
var result = xmlHttp.responseXML.documentElement;
var vorkommnisse = result.getElementsByTagName ("RECORD");
var vorkommnis = vorkommnisse [index];
 
Labels var = new Array ("Meldungseingang:", "", "vom Vorkommnis:", "", "Linie/Kurs:", "Ort:", "Vorkommnis:", "direction:", "course of events:", "Bemerkung:", "Info:", "", "Bearbeiter :"))
 
var generator = window.open (", 'detailPage');

writeStatic (generator.document);
 
Generator.document.Body.style.Height = screen.height + 'px ';
 
var detailItemList = generator.document.getElementById ("detailItemList");
 
First line... Anzeige
{
 
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
 
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "label");

var theRowLabelText = generator.document.createTextNode(vorkommnis.childNodes[6].textContent);

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
 
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
detailItemList.appendChild (theSeparator);
 
}

First line... Bearbeiter
{
 
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
 
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "label");

var theRowLabelText = generator.document.createTextNode (vorkommnis.childNodes + labels [12] [12] .textContent);

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
 
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
detailItemList.appendChild (theSeparator);
 
}

First line... Meldungseingang
{
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
 
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "label");

var theRowLabelText = generator.document.createTextNode (vorkommnis.childNodes + labels [0] [0] .textContent + "" + vorkommnis.childNodes [1] .textContent + "Uhr").

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
 
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
detailItemList.appendChild (theSeparator);
}
 
First line... Vom Vorkommnis
{
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
 
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "label");

var theRowLabelText = generator.document.createTextNode (vorkommnis.childNodes + labels [2] [2] .textContent + "" + vorkommnis.childNodes [3] .textContent + "Uhr").

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
 
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
detailItemList.appendChild (theSeparator);
}

First line... Linie/Kurs
{
 
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
 
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "label");

var theRowLabelText = generator.document.createTextNode (vorkommnis.childNodes + labels [4] [4] .textContent);

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
 
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
detailItemList.appendChild (theSeparator);
 
}

First line... Direction
{
 
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
 
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "label");

var theRowLabelText = generator.document.createTextNode (vorkommnis.childNodes + labels [7] [7] .textContent);

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
 
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
detailItemList.appendChild (theSeparator);
 
}

First line... ORT
{
 
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
 
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "label");

var theRowLabelText = generator.document.createTextNode (vorkommnis.childNodes + labels [5] [5] .textContent);

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
 
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
detailItemList.appendChild (theSeparator);
 
}

First line... Course of events
{
 
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
 
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "label");

var theRowLabelText = generator.document.createTextNode (Labels [8]);

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
 
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
 
}

{
  
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
  
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "details");

var theRowLabelText = generator.document.createTextNode(vorkommnis.childNodes[8].textContent);

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
  
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
detailItemList.appendChild (theSeparator);
  
}

First line... Bemerkung
{
 
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
 
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "label");

var theRowLabelText = generator.document.createTextNode (Labels [9]);

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
 
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
 
}

{
  
var theRow = generator.document.createElement ("div");
theRow.setAttribute ("class", "line");
  
var theRowLabel = generator.document.createElement ("div");
theRowLabel.setAttribute ("class", "details");

var theRowLabelText = generator.document.createTextNode(vorkommnis.childNodes[9].textContent);

theRowLabel.appendChild (theRowLabelText);
theRow.appendChild (theRowLabel);
  
var theSeparator = generator.document.createElement ("div");
theSeparator.setAttribute ('class', "listSeparator");

detailItemList.appendChild (theRow);
detailItemList.appendChild (theSeparator);
  
}

Generator.document.Close ();

}

Oh. Found.

History.back() () does not work but history.go("local:///index.htm") works very well for me.

Thank you all for listening to my monologue...

Concerning

Andreas

Tags: BlackBerry Developers

Similar Questions

  • Network type changes 'Public' and does not return to work when the default gateway is detected

    Original title: Type of network not restored on ethernet cable reconnect.

    I have a Dell Precision R5500 running Windows 7 Professional Service Pack 1. It is connected to a network that is stored as a type of 'work '. When the ethernet cable is removed and replaced network type changes to 'Public' and does not return to work when the default gateway is detected. I also have a Toshiba Tecra M10 running Window 7 Professional Service Pack 1 that initially detects the network restored as 'Public', but 'Work' once again Exchange is a connection to the default gateway. Is there a setting somewhere in the strength of the network to double check its type periodically?

    Hello

    You have any other network assets wireless (specifically) running on the computer?

    Have another active network connection could also cause this.

    Allows us to follow the methods mentioned below and see if they help.

    Method 1: Run the network troubleshooter.

    When the network type gets changed to 'Public' after the cable is disconnected and reconnected. The troubleshooter should let you know if there are errors with the associated services.

    See the following article:

    Using the troubleshooter from network in Windows 7:

    http://Windows.Microsoft.com/en-us/Windows7/using-the-network-troubleshooter-in-Windows-7


    Method 2:
    check if network discovery and file sharing options are enabled in the network and sharing Center.

    See the following steps:

    a. click on start toreduce this top, type network and sharing Center in the Start Search box, and then click network and sharing Center in the programs list.

    b. If network discovery is off, click the arrow to expand the section, click turn on network discoveryand then click apply.

    Reduce this includes this imIf that you are prompted for an administrator password or for confirmation, type your password or click continue.

    c. If file sharing is off, click the arrow to expand the section, click turn on file sharingand then click apply.

    Collapse this includes this ima

    If you are prompted for an administrator password or for confirmation, type your password, or click continue.


    Method 3: Uninstall the network drivers and then install the last set of drivers on the manufacturer's Web site and check the issue.

    See the following steps:

    (a) click Start, right click on computer.

    (b) click on properties, click on Device Manager

    (c) expand the network adapter, right click on the adapter option

    (d) click on uninstall

    (e) now go to your computer / site Web of the manufacturer of the device, download the updated drivers and install them.

    Reference:

    Updated a hardware driver that is not working properly:

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

  • Screen turns black and does not return. One stop forced

    When I leave my computer for a while, the screen turns black and does not return when I press 'enter', or any other key.  I do a forced shutdown (turn off with the power button).  Can I get, and the "incorrect closing" message when I turn on computer. I think that it is a problem of Hibernate.  Any ideas?.
    MMM

    Original title: hibernation problem?

    What happens if you press Ctrl + SHIFT + ESC when you want to get out of hibernation?

    You use a wireless keyboard and mouse with a transponder. What happens if you press the button on the transponder?

  • Windows 7 does not recognize my external screen.

    Windows 7 does not recognize my external screen.  I checked the driver and even of the went to the NVIDIA site and plugged my material for my graphics card ID to get the correct driver and yet, it does not recognize it!  So here's what I have right now since I've upgraded to Windows 7 Ultimate edition = Standard VGA graphics card.  If someone has a legitimate solution to this problem, feel free to comment! Thank you

    For any question on Windows 7:

    http://social.answers.Microsoft.com/forums/en-us/category/Windows7

    Link above is Windows 7 Forum for questions on Windows 7.

    Windows 7 questions should be directed to the it.

    You are in the Vista Forums.

    See you soon.

    Mick Murphy - Microsoft partner

  • Why windows search does not return a result when the file is of course in the folder my documents?

    Hello

    file search: KeyScrambler_Setup.exe
    search string: key - would find the above file
    search string: scrambler - cannot find the file!

    now I'm very confused. can someone pls tell me why? then I could correctly search and find my next record!

    Thank you! any help is appreciated!

    BTW I use win vista Home premium 32.

    and I tried the advanced search and selecting search loc: informed everywhere and all the other search criteria.

    Hello

    Windows Search does not work or research are slower
    http://support.Microsoft.com/GP/windows_search

    Troubleshooting Windows Vista search & indexing errors
    http://www.WinVistaClub.com/T24.html

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • PC Windows 7 does not return the document or the printed page

    I had a setting for this in XP control but can't find the page, that I got it.

    This occurs in AN application, or a browser.  I print from a workbook Excel specific, for example, when I have a number of them opens.  The system does not return the workbook that I printed.  It's maddening and causes all sorts of questions.  Searching the Web for this instant product nothing and I know I can't be the only person who saw this.

    It is a platform of Windows 7 in a commercial network environment.  I use the snap Menu Addintools classic because I can't stand the Ribbon and never loved.  In Windows 7, I run a couple of other supplements that restore the XP the taskbar properly use, so you can work efficiently.

    None of the supplements are causing this problem because I was running the same classic Menu Add-in in the XP box and he had the same problem until I found workaround that I don't remember now.

    Everyone knows about this problem?

    Jeff Lynch

    Hello Jeff,.

    Please contact the Microsoft community.

    As the Windows 7 computer is under the corporate network environment, the issue that you are facing is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public.

    Please post your question in the TechNet Forum.

    https://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro&filter=AllTypes&sort=lastpostdesc

    Hope the information above has been a useful answer, Mercia back to us if you respect them more.

  • Floating tools panel disappeared and does not return

    Can someone help me

    You can use either tips on how to get it back.

    • Launch of Muse
    • Click Toolbars, once (if it is not verified and it will get the tools back floating somewhere in the Interface of Muse)

    • If toolbars is checked, click once to uncheck the box and click on Windows > toolbars again to reactivate.

    If this does not help then also check if its has been moved to the corner of the monitor double in case you use a dual monitor.

    In the case of no luck resetting preference Muse will fix the problem. Please find the below steps:

    Windows:

    • Make sure that Muse is closed and go to the following location
    • C:\Users\\AppData\Roaming\Adobe\Adobe Muse CC ("replace with your windows username")
    • Once rename the folder 2015.0 with 2015.0_old
    • Muse stimulus and toolbars should be there as a default value.

    MAC:

    • Make sure that Muse is closed
    • Click on Finder > go > go to folder
    • Type the ~/library/preferences/adobe/Adobe Muse CC path and press return
    • Once rename the folder 2015.0 with 2015.0_old
    • Muse stimulus and toolbars should be there as a default value.

    Let me know if you are talking about something else.

    Kind regards

    Vivek

  • Hello! I have FF 10.0.1 and me lived an annoying bug for a while. Every time I open a PDF file, the scroll function on my computer becomes invalid and does not return until the PDF is closed.

    My mouse scroll function crashes whenever a pdf file is opened.

    I searched online and that you have not found a solution. I would appreciate help!

    Hi cjromano,

    Have you checked to see if your PDF is updated? I would take a glance files PDF view in Firefox. There is a lot of information in there, and it lists some different add-ons PDF. I would like to try both to see if it is localized to a single.

    Hope this helps!

  • How to respond to the e-mail and does not return a mail received in my response?

    I prefer not to return the original message to the sender when I reply to the received message.

    The menu bar, select Tools-Account Settings-Composition and addressing
    The settings you are looking for are there.

    No menu bar? Press the ALT key.

  • The size of my custom start page is limited to the size (length) of his tab and does not open format full screen.

    The start page is glued on its tab and will only change the size with an arrow of sliding between the tongue and the following.

    Opening in the sidebar is the default value for the bookmarks created via a link or a button on a Web site.

    You can view the properties of a bookmark using the context menu in the side bar (Ctrl + B).

    In the Bookmark Manager (bookmarks > organize bookmarks) you can click on the button more in the lower details pane on the right.

    Make sure "Load this bookmark in the sidebar" is not selected.

  • Fusion 5: Cmd + Tab does not return to full screen

    Hello

    So I've just updated to Fusion 5, and when I'm working in my virtual machine in full-screen, then command + Tab on another Mac app, when I Cmd + Tab back to Fusion, it is not to return to the display full screen as 4 did.   It shows just the Virtual Machine library window.  What is the right way to make it back to full screen?

    On the View menu, "full screen" is always checked.   Selecting again toggles in single window mode.  Selecting additional time turn mode full screen.   Please don't tell me that it is the only way to return; I probably do a hundred times a day.

    Thank you!

    -Cello

    We are aware of this issue and a bug has yet been filed. Thanks for this posting.

  • Reformat and re-install XP SP2 but now struggling with the updates. Windows Update does not work. Loading SP3 will fix this?

    After repeated BSOD (FLTMGR_FILE_System 0x000000F5, 0 x 00000066, etc.) errors usually 7 to 8 minutes after the start, I reformatted the drive C: and re-installed XP SP2.  But since then, I had a very hard time updated.  I even got again the WORC and had to go back to a previous restore point after installing IE8.

    Windows Update does not work.

    [Error number: 0x8024400A]
    The website has encountered a problem and cannot display the page you are trying to view. The options provided below may help you solve the problem.

    For self-help options:

    To support options:

    Hello.

    Try the suggestions on this site:

    http://support.Microsoft.com/kb/836941

  • Hanging Windows desktop and does not, online or off the power. I have to use the task mgr constantly to "shake" the windows to startin

    Original title: Hello I have an xp pro sp3 dell dimension 2400. Hanging of Windows desktop and does not, online and off.

    Hello I have an xp pro, sp3, the dell dimension 2400. IE 8 for the internet.  I use McAfee through my SP which is AT & T. Windows Office suspended and does not, online or off the power. I have to use the task mgr constantly to "shake up" windows start and sometimes, it doesn't work anymore and I have to restart.

    I have used all sorts of anti-virus programs and can ensure that it is NOT a virus. It is not my regestry, all updates are current. I keep a clean machine.

    I have xp of the process and have nothing wrong.

    Sometimes my icons will disappear out of my office, but always come right away. Other times, I get a message that says stop running this script. a script on this page slows down IE run slowly. It is for the most part on Face Book, BUT sometimes also on other sites, like google mail. Yahoo mail, groups and news.

    Any suggestions would be greatly appreciated.

    Thank you! :>)

    Hello I have an xp pro, sp3, the dell dimension 2400. IE 8 for the internet.  I use McAfee through my SP which is AT & T. Windows Office suspended and does not, online or off the power. I have to use the task mgr constantly to "shake up" windows start and sometimes, it doesn't work anymore and I have to restart.

    I have used all sorts of anti-virus programs and can ensure that it is NOT a virus. It is not my regestry, all updates are current. I keep a clean machine.

    I have xp of the process and have nothing wrong.

    Sometimes my icons will disappear out of my office, but always come right away. Other times, I get a message that says stop running this script. a script on this page slows down IE run slowly. It is for the most part on Face Book, BUT sometimes also on other sites, like google mail. Yahoo mail, groups and news.

    Any suggestions would be greatly appreciated.

    Thank you! :>)

    The image (it back up to an external drive as full image) and reinstall Windows XP, update, drivers and everything.  Install any plugins that you NEED to do all that you see here that the bat hurt.  If the problem no longer exists, something has gone wrong with your system from before (corrupt files or your cleaning is not as complete as you think) and if the problem persists - probably something to do with the material. In all cases, you can return to the image if you wish.

    To the extent wherever it is the registry, I must ask, * how * you have come to this conclusion?  Not that I'm defending something - I was wondering what you did to decide who is not your registry database?  (Side: I agree with you.)

    That's what * I * would call cleaning and optimization of a Windows XP machine:

    Search for malware:

    Download, install, execute, update and perform analyses complete system with the two following applications:

    Remove anything they find. Reboot when necessary. (You can uninstall one or both when finished.)

    Search online with eSet Online Scanner.

    The less you have to run all the time, most things you want to run will perform:

    Use Autoruns to understand this all starts when your computer's / when you log in. Look for whatever it is you do not know using Google (or ask here.) You can hopefully figure out if there are things from when your computer does (or connect) you don't not need and then configure them (through their own built-in mechanisms is the preferred method) so they do not - start using your resources without reason.

    You can download and use Process Explorer to see exactly what is taking your time processor/CPU and memory. This can help you to identify applications that you might want to consider alternatives for and get rid of all together.

    Do a house cleaning and the dust of this hard drive:

    You can free up disk space (will also help get rid of the things that you do not use) through the following steps:

    Windows XP should take between 4.5 and 9 GB * with * an Office suite, editing Photo software, alternative Internet browser (s), various Internet plugins and a host of other things installed.

    If you are comfortable with the stability of your system, you can delete the uninstall of patches which has installed Windows XP...
    http://www3.TELUS.NET/dandemar/spack.htm
    (Especially of interest here - #4)
    (Variant: http://www.dougknox.com/xp/utils/xp_hotfix_backup.htm )

    You can run disk - integrated into Windows XP - cleanup to erase everything except your last restore point and yet more 'free '... files cleaning

    How to use disk cleanup
    http://support.Microsoft.com/kb/310312

    You can disable hibernation if it is enabled and you do not...

    When you Hibernate your computer, Windows saves the contents of the system memory in the hiberfil.sys file. As a result, the size of the hiberfil.sys file will always be equal to the amount of physical memory in your system. If you don't use the Hibernate feature and want to reclaim the space used by Windows for the hiberfil.sys file, perform the following steps:

    -Start the Control Panel Power Options applet (go to start, settings, Control Panel, and then click Power Options).
    -Select the Hibernate tab, uncheck "Activate the hibernation", and then click OK. Although you might think otherwise, selecting never under "Hibernate" option on the power management tab does not delete the hiberfil.sys file.
    -Windows remove the "Hibernate" option on the power management tab and delete the hiberfil.sys file.

    You can control the amount of space your system restore can use...

    1. Click Start, right click my computer and then click Properties.
    2. click on the System Restore tab.
    3. highlight one of your readers (or C: If you only) and click on the button "settings".
    4 change the percentage of disk space you want to allow... I suggest moving the slider until you have about 1 GB (1024 MB or close to that...)
    5. click on OK. Then click OK again.

    You can control the amount of space used may or may not temporary Internet files...

    Empty the temporary Internet files and reduce the size, that it stores a size between 64 MB and 128 MB...

    -Open a copy of Microsoft Internet Explorer.
    -Select TOOLS - Internet Options.
    -On the general tab in the section 'Temporary Internet files', follow these steps:
    -Click on 'Delete the Cookies' (click OK)
    -Click on "Settings" and change the "amount of disk space to use: ' something between 64 MB and 128 MB. (There may be many more now.)
    -Click OK.
    -Click on 'Delete files', then select "Delete all offline content" (the box), and then click OK. (If you had a LOT, it can take 2 to 10 minutes or more).
    -Once it's done, click OK, close Internet Explorer, open Internet Explorer.

    You can use an application that scans your system for the log files and temporary files and use it to get rid of those who:

    CCleaner (free!)
    http://www.CCleaner.com/
    (just disk cleanup - do not play with the part of the registry for the moment)

    Other ways to free up space...

    SequoiaView
    http://www.win.Tue.nl/SequoiaView/

    JDiskReport
    http://www.jgoodies.com/freeware/JDiskReport/index.html

    Those who can help you discover visually where all space is used. Then, you can determine what to do.

    After that - you want to check any physical errors and fix everything for efficient access"

    CHKDSK
    How to scan your disks for errors* will take time and a reboot.

    Defragment
    How to defragment your hard drives* will take time

    Cleaning the components of update on your Windows XP computer

    While probably not 100% necessary-, it is probably a good idea at this time to ensure that you continue to get the updates you need. This will help you ensure that your system update is ready to do it for you.

    Download and run the MSRT tool manually:
    http://www.Microsoft.com/security/malwareremove/default.mspx
    (Ignore the details and download the tool to download and save to your desktop, run it.)

    Reset.

    Download/install the latest program Windows installation (for your operating system):
    (Windows XP 32-bit: WindowsXP-KB942288-v3 - x 86 .exe )
    (Download and save it to your desktop, run it.)

    Reset.

    and...

    Download the latest version of Windows Update (x 86) agent here:
    http://go.Microsoft.com/fwlink/?LinkId=91237
    ... and save it to the root of your C:\ drive. After you register on theroot of the C:\ drive, follow these steps:

    Close all Internet Explorer Windows and other applications.

    AutoScan--> RUN and type:
    %SystemDrive%\windowsupdateagent30-x86.exe /WUFORCE
    --> Click OK.

    (If asked, select 'Run'). --> Click on NEXT--> select 'I agree' and click NEXT--> where he completed the installation, click "Finish"...

    Reset.

    Now reset your Windows with this FixIt components update:
    How to reset the Windows Update components?

    Reset.

    Now that your system is generally free of malicious software (assuming you have an AntiVirus application), you've cleaned the "additional applications" that could be running and picking up your precious memory and the processor, you have authorized out of valuable and makes disk space as there are no problems with the drive itself and your Windows Update components are updates and should work fine - it is only only one other thing youpouvez wish to make:

    Get and install the hardware device last drivers for your system hardware/system manufacturers support and/or download web site.

    If you want, come back and let us know a bit more information on your system - particularly the brand / model of the system, you have - and maybe someone here can guide you to the place s x of law to this end. This isn't 100% necessary - but I'd be willing to bet that you would gain some performance and features in making this part.

  • my windows xp does not start and it only shows the arrow and a black screen in the Middle, what can I do to solve this problem. __

    my windows xp does not start and it only shows the arrow and a black screen in the Middle, what can I do to solve this problem.

    Try to restart your machine and pressing F8 before the spash screen Windows appears.  Choose the option "last last known good configuration".

    If this fails, you can try to repair your installation of starting for the original CD-ROM for Windows XP installation and choosing the option 'Fix' when prompted.

  • Windows Defender does not turn and I can't access it. I get the error Code is 0x800106ba. What does this error code mean?

    I can't turn on Windows Defender, nor can I open it upwards. The error code that is displayed is 0x8800106ba. What does this code mean?

    Hi, tonytiger34.

    The usual solution to this error is to make sure that the service is automatic. Oferror message when you run Windows Defender: 'Error 0x800106ba Code' :

    "To resolve this issue, follow these steps:

    1. Set the Windows Defender service on Automatic rather than Manual or disabled . To do this, follow these steps:

      1. Click Start

        The collapse of this image enlarge this image

        type services in the Start Search box, and then clickServices in the programs list.

        The collapse of this image enlarge this image

        If you are prompted for an administrator password or for confirmation, type your password or clickcontinue .

      2. Double-click the Windows Defender service and then in the Startup type box, clickAutomatic .
      3. Click OK . »

    If the automatic commissioning does not resolve the problem, try reinstalling Windows Defender.  Note, however, if you have installed Microsoft Security Essentials, Windows Defender disabled installation because MSE includes anti-spyware protection.

    Additional steps are available in the article referenced in the Knowledge Base.  Please let us know how make you out.

    Corrine, Microsoft MVP (consumer security)
    My Blog: Security garden

    This announcement is in my opinion and does not necessarily reflect the opinion or the opinion of Microsoft, its employees or other MVPS and is provided without warranty and not an entitlement.

Maybe you are looking for