fixed: calculating the size of the main window
now it looks good on MS Vista and when a user changes size of some widgets such as a border, font size, etc. added: spanish language to the setup (installer) added: the setup will remove mingwm10.dll if it exists in the program directory added: on display tab: we can select 'deg' 'rad' or 'grad' for calculating in such functions: sin,cos,tan,cot,asin,acos,atan,acot added: macro TTCALC_CONVERT if not defined there will not be a convert tab (the convert tab is not finished) added: a new icon with following dimensions: '48x48' '32x32' '16x16' removed: parameter for gcc: -mthreads with -mthreads it is possible (on windows) to release some kind of 'destructors' belonging to a thread when the specific thread exists (it prevents some kind of memory leaks) in the TTCalc when the second thread exists then there is the end of the program and we can not use '-mthreads' removed: file TODO (I didn't use the file) git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@114 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
104
help/tips.html
104
help/tips.html
@@ -1,53 +1,53 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>TTCalc - tips</title>
|
||||
<link rel="stylesheet" href="styles.css" type="text/css">
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
|
||||
<param name="Keyword" value="tips">
|
||||
<param name="Keyword" value="esc">
|
||||
<param name="Keyword" value="#">
|
||||
<param name="Keyword" value="&">
|
||||
<param name="Keyword" value="global semicolon">
|
||||
<param name="Keyword" value="CTRL+C">
|
||||
<param name="Keyword" value="CTRL+V">
|
||||
</object>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Tips</h1>
|
||||
|
||||
<p>
|
||||
If you want to clear the input edit or if you want to put something in and the focus is
|
||||
somewhere on the tabs just type ESC, the entire edit will be selected and have a focus.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you want to insert a value with a base (radix) 2 or 16 use the unary operator & (for the base 2)
|
||||
or # (for the base 16).
|
||||
For example &10=2 (decimal), #10=16 (decimal). When you're using these operators
|
||||
then 'input' mode on the 'display' tab is ignored.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can calculate more than one formula at the same time. To achive this use a semicolon
|
||||
in the global space, for example type '2+4 ; 5*10' and the result will be '6 50'.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can use CTRL+C to copy the result from the output edit into the clipboard
|
||||
(if a control which has a focus is not an edit control, or if it is an edit but
|
||||
has no selection)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Also you can use CTRL+V to paste a text from the clipboard into the input control
|
||||
(if a focus is not on another edit control)
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>TTCalc - tips</title>
|
||||
<link rel="stylesheet" href="styles.css" type="text/css">
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
|
||||
<param name="Keyword" value="tips">
|
||||
<param name="Keyword" value="esc">
|
||||
<param name="Keyword" value="#">
|
||||
<param name="Keyword" value="&">
|
||||
<param name="Keyword" value="global semicolon">
|
||||
<param name="Keyword" value="CTRL+C">
|
||||
<param name="Keyword" value="CTRL+V">
|
||||
</object>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Tips</h1>
|
||||
|
||||
<p>
|
||||
If you want to clear the input edit or if you want to put something in and the focus is
|
||||
somewhere on the tabs just type ESC, the entire edit will be selected and have a focus.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you want to insert a value with a base (radix) 2 or 16 use the unary operator & (for the base 2)
|
||||
or # (for the base 16).
|
||||
For example &10=2 (decimal), #10=16 (decimal). When you're using these operators
|
||||
then 'input' mode on the 'display' tab is ignored.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can calculate more than one formula at the same time. To achive this use a semicolon
|
||||
in the global space, for example type '2+4 ; 5*10' and the result will be '6 50'.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can use CTRL+C to copy the result from the output edit into the clipboard
|
||||
(if a control which has a focus is not an edit control, or if it is an edit but
|
||||
has no selection)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Also you can use CTRL+V to paste a text from the clipboard into the input control
|
||||
(if a focus is not on another edit control)
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user