1-3 4-6 7-9 10-11

SynCalc
Version 1.59

Instructions for Use
Synergy Solutions, Inc.
© 1998-1999 Synergy Solutions, Inc.

IMAGE imgs/SCMan01.gif

SynCalc is a fully algebraic calculator for PalmOS 2.x and greater. It features a drag-and-
drop interface, twelve text memory locations, 26 numeric memory locations, importable and
exportable macros, an expandable plugin architecture, logic, bitwise, and comparison operators,
any number of nested parentheses or functions, and several other features to make adding and
subtracting things a whole lot easier.

Important web sites and Technical Support information for SynCalc:
* Home page: http://www.synsolutions.com/products/syncalc/
* Shortcut Tutorial: http://www.synsolutions.com/products/syncalc/shortcuthowto.html
* Shortcut and Plugin Repository:
http://www.synsolutions.com/products/syncalc/syncalcextras.html
* Plugin SDK: http://www.synsolutions.com/products/syncalc/plugins.html
* Technical Support: http://www.synsolutions.com/support/
Email: support@synsolutions.com
Phone: 1-800-210-5293

System Requirements:
* Requires PalmOS 2.x or greater.
* 72k of free space to install SynCalc, more required for plugins.

Included Files:
* SynCalc.prc
* MathPlugin.prc
* BaseConvertor.prc
* LogicPlugin.prc
* SCTutorial.pdb

72k
43k
4k
2k
1k

SynCalc Application for PalmOS 2.x and greater
Trig, math, and other functions for SynCalc.
Binary, Octal, and Hex converters for SynCalc.
Logic functions for SynCalc.
Shortcuts used in the shortcut tutorial.

What to install:
You need only install the SynCalc.prc file to use SynCalc. If you need any of SynCalc's
other functions which are included in shortcuts or plugins, you should install those files as well.

SynCalc Manual

1

Synergy Solutions, Inc.


IMAGE imgs/SCMan02.gif

2.1. What's on the Screen

When you launch SynCalc, you will notice an array of buttons.
what you think they should do. The others are explained below:

Most of them do exactly

IMAGE imgs/SCMan03.gif

At the top of the form you'll notice a large blank space. This is the expression field. It can
hold 400 characters, and if the expression gets too long for the field, a scroll bar will appear.

Some of the buttons may not appear exactly as they do above. SynCalc will check your
PalmOS device's system preferences for your preferred number format and use localized decimal
and thousands place separators. In all non-USA setups, the parameter separator character is ';' as
opposed to ','.

2.2. Basic Use and Menu Commands

Using SynCalc is extremely simple and intuitive. Enter the expression you would like to
evaluate by pressing buttons or writing in the graffiti area. Pressing the equal key or entering a
return stroke in graffiti will evaluate the expression. If this isn't you're first experience with a
calculator, then this step should feel quite familiar. The order of precedence for SynCalc
operations is listed in Appendix A.

The hard scroll buttons have a special purpose in SynCalc. On the main screen, these
buttons cycle through past calculations. The Scroll Up button goes back one expression (less
recent), and the Scroll Down button goes forward one expression (more recent). On all other
screens, the scroll buttons are used to scroll.

SynCalc Manual

2

Synergy Solutions, Inc.


On-line help is available throughout the calculator. Tap the "i" button in the top-right
corner of forms to view the help. The "i" button in the "About SynCalc" dialog contains a brief
on-line manual for SynCalc.

SynCalc has three menus, Calc, Edit, and Options. In describing the use of menu
commands, please note that Menu Choice "Calc->View Console" means the "View Console"
choice under the "Calc" menu.

2.2.1.The Calc Menu

* "Calc->View Memory" will display all of SynCalc's text and numeric memory locations.
From this screen, you can view, edit, and clear these memory locations. This form has its own
menu which allows you to clear memory locations and use Edit commands.
* "Calc->View Calculation Log" will bring up SynCalc's printer tape of past calculations.
From this view you can copy text from the log or clear the log via the form's own menu choices.
* "Calc->View Console" will bring up SynCalc's text console. This menu item has the
same effect as tapping the small note icon to the left of the answer area. From this view you can
copy text from the console or clear the console via the form's own menu choices.
* "Calc->Edit Shortcuts" will allow you to add, delete, and modify SynCalc's shortcuts.
This menu choice has the same effect as choosing "Edit Shortcuts..." from the shortcut button
popup on the main screen.
* "Calc->Function Browser" will bring you to the Plugin Function Browser for SynCalc,
which allows you to view information about all installed plugins and plugin functions.

2.2.2. The Edit Menu

* "Edit->Undo" will undo the last text edit in the expression field.
* "Edit->Cut" will cut the selected text to the system clipboard.
* "Edit->Copy" will copy the selected text to the system clipboard.
* "Edit->Paste" will cut the paste the text in the system clipboard into the main expression

* "Edit->Select All" will select all of the text in the main expression field.
* "Edit->Keyboard" brings up the mini-keyboard.
* "Edit->Graffiti" displays the Graffiti ® guide.
* "Edit->Ans->Clipboard" copies the answer (as text) to the clipboard.

field.

2.2.3. The Options Menu

* "Options->About SynCalc" displays information about this version of SynCalc.
* "Options->Preferences" will allow you to adjust SynCalc's application-specific prefs.
* "Options->Import Shortcuts" allows you to import and delete any shortcut databases
installed on your PalmOS device.
* "Options->Export Shortcuts" allows you to export a shortcut database of selected
shortcuts.

2.3. Advanced Use

There are several neat features that make using SynCalc very easy. Tapping on the answer
field will place "Ans" in the expression. When the expression evaluates, "Ans" is substituted with
the result of the last expression. You can also use the answer from the previous expression by
dragging the answer to the expression field or any text storage button (this will be explained further
in section 2.5). Another way to work with the answer is to enter an operator while the expression

SynCalc Manual

3

Synergy Solutions, Inc.