87 lines
3.9 KiB
HTML
87 lines
3.9 KiB
HTML
<!-- saved from url=(0014)about:internet -->
|
|
<html>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
|
<head>
|
|
<title>Graphing Calculator: Troubleshooting</title>
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Graphing Calculator: Troubleshooting</h1>
|
|
|
|
<div class="section">
|
|
<h2>Content</h2>
|
|
<ul>
|
|
<li><a href="#crash-start">Application crashes at startup</a></li>
|
|
<li><a href="#graph-incorrect">Graph is drawn incorrectly</a></li>
|
|
<li><a href="#works-slow">Application works slowly</a></li>
|
|
<li><a href="#error-undefined-var">I get the <em>Undefined variable</em> error.</a></li>
|
|
<li><a href="#error-undefined-func">I get the <em>Undefined function</em> error.</a></li>
|
|
<li><a href="#error-stack-empty">I get the <em>Stack empty</em> error.</a></li>
|
|
<li><a href="#error-mismatched-parantheses">I get the <em>Mismatched parentheses</em> error.</a></li>
|
|
<li><a href="#error-other">I have another problem not covered in the troubleshooting guide.</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="crash-start"></a>
|
|
<h2>Application crashes at startup</h2>
|
|
<p>The application needs .NET Framework 4.0 installed. If you don't have it installed, you should download and install it from the <a href="http://www.microsoft.com/download/en/details.aspx?id=17718">Microsoft website</a>.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="graph-incorrect"></a>
|
|
<h2>Graph is drawn incorrectly</h2>
|
|
<p>Problems with drawing appear when the function has many vertical asymptotes, or the function changes values too often, and is described <a href="index.htm#limits">here</a>. Try increasing the graph precision from preferences.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="works-slow"></a>
|
|
<h2>Application works slowly</h2>
|
|
<p>This is a known issue, and has to do with the way the functions are drawn. The slowdown appears when resizing the window, or navigating through the graph. We are working on this issue. What you can try is to decrease the graph precision from the preferences.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="error-undefined-var"></a>
|
|
<h2>I get the <em>Undefined variable</em> error.</h2>
|
|
|
|
<p>You need to verify you haven't accidentally typed a letter where it shouldn't be. You should also check the <a href="language.htm">language article</a>, to learn about the syntax rules of expressions.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="error-undefined-func"></a>
|
|
<h2>I get the <em>Undefined function</em> error.</h2>
|
|
|
|
<p>You have a syntax error, you need to check the <a href="language.htm">language article</a>, to learn the correct syntax of expressions.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="error-stack-empty"></a>
|
|
<h2>I get the <em>Stack empty</em> error.</h2>
|
|
|
|
<p>This error usually appears when you didn't give the correct number of parameters to a function. Check <a href="language.htm#pfunc">this article</a> to verify the parameters.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="error-mismatched-parantheses"></a>
|
|
<h2>I get the <em>Mismatched parentheses</em> error.</h2>
|
|
|
|
<p>This error is pretty self explanatory, check your parentheses.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="error-other"></a>
|
|
<h2>I have another problem not covered in the troubleshooting guide.</h2>
|
|
|
|
<p>You should contact the developer using the contact form. Please, include a useful description of what you were doing when the problem has occurred, and eventually a link to a screenshot. The log file which should be located in the directory <em>logs</em>, where the application executable is, would also be very useful.</p>
|
|
</div>
|
|
|
|
|
|
<div class="footer">
|
|
Software created by Chibici Tiberiu.
|
|
Contact form: <a href="https://docs.google.com/spreadsheet/viewform?formkey=dE9CVFNxM1VGRVVISFlBUTRmSXBpY2c6MQ&ifq">https://docs.google.com/...</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |