|
 |
|
|
|
Home |
|
|
| |
|
|
|
4 Dec 2008
- Draw
2.74
released |
Draw is a replacement for the Clarion drawing commands. It adds a large number
of features (layers, shading, transparency and more) missing from the Clarion
drawing set, and is also quite a lot faster. The current release updates the
layers functions and adds some additional shaded objects and methods, as well
as improving the existing drawing methods.
For more information, see
here
|
2 Dec 2008
- RightReports
1.21
released |
RightReports allows end users to create, edit and print reports in their
applications. They can use any fields in the tables in the dictionary of the
application in their reports, functions provided by the programmer, and
global and local variables they create themselves. The structures of these
created reports are stored in tables imported to the application's
dictionary. Reports can also be imported and exported to allow easy delivery
of new or changed reports to users.
For more information, see here
|
27 Nov 2008
- Multi-Proj
2.77
released |
Multi-Proj is a comprehensive tool for the rapid creation, maintenance, and
use of DLLs in Clarion for Windows. It makes programming large projects,
with multiple app files, as easy as programming with a single app. By taking
all the hard work out of creating DLL's, and all the hard work out of using
those DLL's, it makes your programming life easier.
For more information, click
here
|
27 Nov 2008
-
HyperActive
2.04
released |
It enables you to make existing controls hyperlink to any file (with a Windows
Association), weblink or email address from inside your application. Make any
control 'HyperActive' (including Browse and List controls), making it behave
visually as a hyperlink should (even inside a Browse) - and just how you would
like it to.
For more information, see
here
| 26 Nov 2008
- Secwin
4.64
released |
Secwin allows you to easily add Access Control and Product Registration
features to your application. Secwin offers Logins, Passwords, Screen-by-screen,
and Control-by-control access control. Also Product Registration limits multiple
network copies, and allows program expiry dates etc.
For more information, see
here
|
26 Nov 2008
- Replicate
2.45
Gold released |
Replicate provides an automatic, driver independent, file-version independent,
mechanism for replicating data in two or more databases. Basically, Replicate
logs your changes (adds, edits and deletes) and then using a transport manager
of your choice, exports the changes to the other sites, where the file changes
are imported to that data set. This is all done completely automatically without
your users having to do anything!!
For more information, see
here
|
25 Nov 2008
- EzHelp
2.97
released |
Adds runtime-editable, Windows style help tips to your applications. Utilises
the "?" button and the 'What's This?' right-click option. Adding Help
to your application can't be easier.
For more information, see
here
|
25 Nov 2008
- TabTree 2.09
Beta released |
TabTree allows you to add a Sheet-Management control to a window. It
creates a list of all the tabs in a list box. You can then navigate between
tabs using either the keyboard or mouse and the list itself.
This approach is especially useful on windows where the sheet control
contains many tabs, so many that the sheet control "overflows". It's also
very useful on windows where you have Sheet Controls on another tab. By
presenting the tab list as a tree, the layout of the window becomes a lot
simpler.
For more information, see
here
|
24 Nov 2008
- File Manager 3 version
4.46
Beta released |
Since 1995, and Clarion 1.0, Clarion developers have been depending on File
Manager 2 to make their lives easier. One of the most popular accessories
ever made for Clarion there is no product that will pay for itself quicker.
Now File Manager 3 extends FM2's functionality to SQL backends. File Manager
3 will reduce your support burden, and give you back time to do what you do
best!
Features ...
- AutoUp : Automatically upgrade files. No more Error 47
- AutoBuild : Include Runtime File Management in your application
- AutoNet : Copy updated program files across a network
- AutoFix : Integrate your app with TpsFix
- Includes the C-Scan utility for scanning TPS files and UpgView for monitoring
and reporting on the Upg file
- Includes the stand alone Bulk Dictionary Editor - makes converting from TopSpeed to SQL a breeze!
- Converts from TPS to SQL file drivers, including copying the data to the new file
- Case-sensitive and case-insensitive SQL backends
- SQL specific data structures, such as date and time structures, null inserts etc.
For more information, see
here
|
13 Nov 2008
- Safe Update
1.18
Beta released |
Safe Update allows you to upgrade your program over a web link
securely
and
automatically.
Safe Update is just the template you need when you want your apps to update
themselves automatically, either from the web or a local server. It has been
designed to be quick and easy and requires no extra coding.
Auto-updating can be a problem because you need to make sure that the update
being downloaded is the genuine article and not a malicious file instead. To
overcome this, Safe Update includes security in the form of digital signatures
appended to both your Update File and the Version file.
Safe Update can also be used for storing and retrieving any signed or unsigned
files from local or remote sites.
For more information, see
here
|
13 Nov 2008
- Office Inside
2.69
released |
Why "another" Office product you might ask? Primarily because
for the first time Clarion is now able to access COM components without the
performance / stability hits we experienced in the past. With those obstacles
out of the way, there is now room for a product that makes it really easy to
implement Office functionality into your apps without having to spend substantial
amounts of time learning new technologies or tweaking your code. Want to
add spell-checking? Two minutes. Want to generate editable Word documents
from all your existing reports? Two minutes. Drop it in, and compile. When
new versions of MS Office are released, download the latest version of Office
Inside, recompile, and ship. That's why!
For more information, see
here
|
13 Nov 2008
- File Explorer 5.07
Beta released |
Open the door to a whole new world! File Explorer lets you embed a whole range
of document types directly in your application. Embed a Web Browser on your
window. Play all music, and video files. View PDF's. Edit Web pages. Based on
the legendary COM classes by Andy Ireland. Nothing is faster! Nothing is more
stable!
For more information, click
here
|
12 Nov 2008- Object Writer
2.16
Beta released |
Object Writer allows you to use the normal Clarion IDE to write reusable Classes.
Object Writer frees you up to write the code for your classes, and not spend
time managing files or syntax. Included is a useful template to use your class
in other apps.
For more information, see
here
|
11 Nov 2008
- WinEvent
3.57
released |
A collection of useful Windows API functions - including RS 232 (Serial Port)
functions, Taskbar functions, Windows Version functions and Sound Playing functions.
For more information, see
here
|
11 Nov 2008
- xFiles
1.78
Beta released |
CapeSoft xFiles is a collection of classes for hand-coders.
It provides the following functionality:
- Reading and writing XML files directly to and from Groups and Queues.
- Reading and Writing binary (and text) files to and from disk.
We wrote xFiles a number of years ago, and it provided fast XML functionality,
which we used in a number of our products (
CapeSoft
Email Server &
CapeSoft
Mailer). It worked so well, that we decided others would benefit from using it too.
Note: xFiles is for hand coders. This means
you will need to call the xFiles methods within your code, for example self.Init(),
self.Load() and self.Save(). This accessory is not purely template driven
and requires hand-coding to operate.
One of the best things about xFiles is that is it really, really
fast
(yeah, really, you will be surprised just how
fast it is!).
This means that it outperforms other XML toolkits (for example the Microsoft SAX toolkit).
or more information, see
here
| 11 Nov 2008
-
TickerTape 1.64
released |
TickerTape is a very simple template that lets you add a
TickerTape control to your windows. This control is very useful for
displaying changing information, or for displaying information which needs
to grab the user's eye.
For more information, see
here
|
11 Nov 2008 -
Tearoff
1.91
released |
Tearoff allows you to create a dockable toolbox in your application. Your
user, at runtime, can select which of your menu items appear in the toolbox,
simply by Ctrl-Clicking on that item. Once you've used this feature, you'll
discover there's no going back!
For more information, see
here
|
11 Nov 2008
- Progress
1.21
released |
CapeSoft Progress allows you to rapidly add custom progress bars to your application,
either globally or locally. It provides real-time previewing of the progress
bar so you can see your changes as you make them. Features include:
- Replace all the existing progress bars in your app by ticking one checkbox.
- No hand coding required
- Real time previewing as you change the progress settings
- Globally replace progress bars with a single style, or add custom progress
bars to any window.
- Add as many types and styles of progress bars as you like.
- Ships as source code, not DLLs or black boxes
- Built on the fast, robust CapeSoft Draw engine.
For more information, see
here
|
11 Nov 2008
- SendTo
1.86
Gold released |
Send your data exactly as it appears in the browse/list to Printer, or File
(HTML, Excel, Word, CSV or PDF) or email it directly.
For more information, see
here
|
11 Nov 2008
- SelfService
3.28
released |
CapeSoft SelfService allows your Clarion 6 application(s) to be run as a
Service in Windows NT, Windows 2000, Windows XP, Windows Server 2003 or Windows Vista.
One of the great features of Services is that they don't require a user to
be logged in, in order to run. Services can automatically start on boot up.
Services also do not shut down when a user logs off or switches user, so
your application is always running.
For more information, see
here
|
11 Nov 2008
- RunOnce
1.04 released |
RunOnce ensures your application only opens in one instance. With a couple of
easy steps, your application won't start up twice.
For more information, see
here
|
11 Nov 2008
- Insight Graphing
1.71
Gold released |
If a picture is worth a thousand words, then nothing shows numerical data better
than a graph. Insight Graphing allows you to add graphs to your Clarion Windows,
or Reports. Insight Graphing currently supports Bar, Line, Pie, Donut, Gantt,
Pareto, Time, Hi-Lo and Open-Close graphs. No hand coding required.
For more information, see
here
|
11 Nov 2008
- Makeover
2.86
Beta released |
Grey is Out! Cool is in! In 30 seconds or less, apply Makeover to your Clarion
application, and make your old app look like it's been completely revamped!
But like fashionable kitchens, anything that looks good now is bound to look
"old" in a couple of years. Enter Makeover! By separating the visual
design from the Clarion IDE, and applying the design from the Clarion IDE, and
applying the design at runtime, you can change the look of your whole app, simply
by changing the style file.
Look no further...
For more information, see
here
|
11 Nov 2008
- MailSync
2.02
released |
Capesoft MailSync allows you to import mail, newsgroups, folders and contacts
from Microsoft Outlook Express (which has been renamed to Windows Mail with
the release of Windows Vista). In addition to support for Outlook Express, MailSync
also supports importing contacts from Microsoft Outlook, although for a fully
featured solution to access mail, contacts, tasks, appointments and more from
Outlook we recommend
Capesoft
Office Inside.
For more information, click
here
|
11 Nov 2008
- KeepingTabs
1.11
Gold released |
KeepingTabs saves and restores the tab selected between sessions as well as
the format of listboxes with the simple addition of one global template. You
can also make your lists look hot by setting the grid color and line height
in one place.
For more information, see
here
|
11 Nov 2008
- HotDates
1.74
Gold released |
I bet you've wanted to drop your date information onto a calendar? Leave, Birthdays,
etc looks so much more comprehensive on a calendar as apposed to in a list box.
Or a scheduler/planner to view a summary of a days events and edit it from a popup?
Enter HotDates. Use HotDates to view dates in a calendar - drill down to month,
or day. Create a scheduler. Print your calendar straight to a printer. Create
a customizable date picker.
Features ...
- A 1 to 12 month Calendar control template - displaying colour-coded date information.
- Print what you see
- Legend control styler, making coloration easy and effective.
- A 1 month 'Update' type calendar with more expanded detail (per day).
- A 1 to 100 day planner control template (with zoom in and out).
- A DatePicker control template.
- Update your information directly from the calendars.
For more information, see
here
|
11 Nov 2008
- GPF Reporter
2.21
Gold released |
The CapeSoft GPFReporter allows you to trap program "illegal operations"
and offers the user the opportunity to email a short report to the developer
detailing the illegal operation.
Features ...
- Simple to add to your program (literally takes 10 seconds or less)
- Identifies the line number in your application source code where the illegal
operation occurred.
- Reveals the chain of procedure calls which preceded the illegal operation.
For more information, see
here
|
11 Nov 2008
- File Manager 2 version
3.88
released |
File Manager 2 is a revolutionary tool that simplifies the hassles involved
in upgrading your products. File Manager 2 (FM2) builds
data file
upgrading techniques
directly into your application.
Known as
AutoUP this means that when youre upgrading
your product you dont need to worry about making file structure changes.
You change your dictionary and recompile - File Manager 2 takes care of the rest!
For more information, see
here
|
10 Nov 2008
- Special Agent
1.49
released |
Special Agent is a template, and library, which enables you to incorporate the
Microsoft Agent OCX in your program easily and effectively. Like most of the
CapeSoft Accessories, it drops into your application in seconds. When you run
your program you can teach the agent a new sequence simply by doing it. He notes
what you're doing - and is able to repeat it on demand. You can include speech
and gestures in the sequence. In this way, the agent is able to do a demo of
your program.
|
10 Nov 2008
- MessageBox
2.04
released |
- Log Messages to a file (you can determine the file structure and what gets written there)
- Message time-outs
- Message with the DontShowThisAgain check box
- Message with the PlaySound feature
- Skip x next Messages
- Static Features (switch one or more of the above features on for the whole program)
- Button Icons (left/right justified or no text)
- Larger buttons for longer text
- Interacts with HyperActive to:
mail you the message from your user; or place a Hyperlink on your message box to a website; etc.
- Integrate your MESSAGE() with other 3rd party products like
Makeover, etc.
- Supports translation
- Compatible with ClarioNet and WebBuilder
For more information, see
here
|
10 Nov 2008
- AnyFont
1.55
Gold released |
AnyFont allows users of your program to change any aspect of its default font
that they choose. It also automatically adjusts the size of the program's windows
to compensate for the change in font parameters. AnyFont supports Legacy and
ABC, as well as multi-DLL applications.
Features ...
- Windows and controls move and resize automatically to allow for the font
changes.
- Window sizing and control moving can be disabled to allow for other modules
to perform this function.
- Anyfont can also be disabled at the local level.
- Ships as source code, not DLLs or black boxes.
- No other templates needed.
For more information, see
here
|
22 Sep 2008
- CapeSoft Email Server
4.0.4 released |
CapeSoft Email Server is a compact SMTP & POP3 Server for small or medium
businesses and home environments. It's easy to use and provides you with full
control over email domains, mailboxes and aliases. Upgrades are free. The number
of mailboxes are unlimited so you don't have to pay again as your company grows
or your needs increase.
For more information, see
here
The full royalty free source code and all required graphics etc. for the feMail
mail client. feMail is a fully featured email client (currently in Beta). It
supports plain text and HTML emails, image embedding, attachments and everything
else that you would find in a mail client like Outlook Express or Windows Mail.
In addition it supports a number of features such as flexible Mail Rules, shared
mail folders and address books,
multiple backend support
(both TPS and SQL are supported), notes, and much more, that most other
mail clients don't support.
For more information, see
here
feMail is a fully featured email client (currently in Beta).
It supports plain text and HTML emails, image embedding, attachments and everything
else that you would find in a mail client like Outlook Express or Windows
Mail. In addition it supports a number of features such as flexible Mail Rules,
shared mail folders and address books, and much more, that most other mail
clients don't support. The new release supports installation
as a client/server for shared mail across a LAN. An SQL based version will
also be available.
For more information, see
here
|
17 Mar 2008
- NetTalk
4.30
Beta released |
- Need Email, FTP or Web (HTTP and HTTPS) in your application?
- Got to use Dial-Up connections?
- Looking to build network applications?
- Want to avoid using shared files on a file server?
- Need to write a nifty TCP/IP program?
- Want to write Internet applications?
- Need to dial up to an ISP or another computer?
- Want your application to detect someone has dialed onto the Internet?
Look no further...
For more information, see
here
|
18 Dec 2007
- Secwin Online Server
1.23
Beta released |
Secwin Online Server provides immediate access to temporary or permanent
product activation codes for any product which has the Secwin online client
feature enabled. Activation codes can be blocked for certain clients,
products or datasets, allowing the supplier full control over product sales
and distribution, but giving prospective or new clients immediate access to
the product. Activation codes can be issued as temporary or permanent
product codes.
Features ...
-
Register a customer online and
email product activation code
-
Creates Secwin Activation codes
for any product
-
Register customers before
issuing activations codes from your application or directly from the web
using SOS
-
Products activation codes can
automatically be emailed to customers or their dealers/resellers
-
Product activation code
requests can automatically be assigned a serial number
-
Datasets, companies, serial
numbers and products can be blacklisted, preventing any further issues
of activation codes
-
Limit the number of
registration codes issued to one customer by unique identifier, by
serial number or by both unique identifier and serial number
-
Runs on Windows 98se and higher
Windows operating systems
-
Can be installed as a service
-
Maintain and update SOS via a
web user interface
For more information, see
here
|
22 Sep 2006
- CapeSoft Mailer
3.10
|
CapeSoft Mailer is an easy to use bulk mailing program. It allows you to create,
maintain and manage any number of mailing lists and email messages. CapeSoft
Mailer is easy to use and provides powerful features such as maintaining email
addresses across all mailing groups, easy address list management and customisation,
full WYSIWYG HTML editing and much more.
For more information, see
here
|
25 Jan 2006
- BreakIn
1.01
Beta released |
Do you ever get to the stage where your program is hanging, and you just can't
figure out where? You're not sure which thread to even start looking in!! Well,
worry no more, because BreakIn lets your break in to your program (without adding
a speed hit) at any point and shows you exactly at what line it "broke
in" to your program.
For more information, see
here
|
24 Nov 2005
- Profiler
1.00
Beta released |
The CapeSoft Profiler allows you to locate the "slow" points in your
application code.
Features...
- Simple to "add" to your program (just turn on full debugging
and compile)
- Gathers useful statistics such as the number of times that a source line
is executed and the CPU time taken to execute.
- Reveals "slow" sections in your application that appear even
in "well written code".
For more information, see
here
|
21 Oct 2005
- CapeSoft Safe Reader
2.19
released |
Safe Reader can then be used to open and decrypt the Safe File
(providing the user has the correct key).
For more information, see
here
|
12 Jan 2005
- CapeSoft Safe Writer
2.17
released |
CapeSoft
Safe Writer is used to encrypt files and in so doing
to create a Safe File (having a .saf extension), which can then be safely distributed
with virtually no risk of unwanted users reading the files. A password or key
provided by the user is used for the encryption.
For more information, see
here
 |
26 July 2004 - CapeSoft
Products are now Clarion 6.1 compatible! |
All CapeSoft's accessories are Clarion 6.1 compatible. For the latest builds,
go to the
Clarion 6.1 downloads page.
|
13 November 2003 - CapeSoft
Products are Clarion 6.0 compatible! |
All CapeSoft products are now Clarion 6.0
compatible. For the latest
builds, go to the
downloads page.
For news previous to this... see our latest
Newsletter
© 2008 CapeSoft Software (Pty) Ltd