|
Addict 3.4 - Spell Check & Thesaurus for Borland Delphi released
Addictive Software is pleased to announce the availability of the Addict Spell Check & Thesaurus 3.4 release.
More Info: http://www.addictivesoftware.com
Pro Version: $199USD
Std Version: $119USD
PlusPack: $49USD
Order From: https://order.kagi.com/?HJ
This release is free of charge for all current v3 customers. v2 customers who wish to receive this release, may purchase an upgrade.
Multiple Developer licensing also available.
Addict is a professional native VCL component suite that adds Dialog-based Spell Check, API-based Spell Check, Live ("squiggly") Spell Check for RichEdits and several 3rd Party components, Thesaurus Look-up, Auto Correction, and more.
One of the major changes in this release is to our interface with WPTools
(http://www.wptools.de) - there is a new Addict 3 / WPTools Parser and demo available on the third Party site that demonstrates this new approach.
Addict also works well with other 3rd-Party Products such as PlusMemo, TMS Grids, Dream Memos and RichEdits, RichView, LMD Memos and RichEdits, Orpheus, ESBPCS and more:
http://www.addictivesoftware.com/3rdparty.htm
Our range of Dictionaries can be seen here:
http://www.addictivesoftware.com/dicts.htm
Other Demos can be seen at:
http://www.addictivesoftware.com/other-downloads.htm
And a Trial version and Demo App can be grabbed from:
http://www.addictivesoftware.com/download.htm
Current registered users of Addict 3 should have received new download instructions via the Addict 3 announcement mailing list shortly.
If you haven't received this information, please contact:
mailto:support@addictivesoftware.com.
What's New with Version 3.4
Version 3.4
* Major update to WPTools integration pieces to permit hookup of multiple controls to a single Addict instance and usage of LiveSpell without installing additional components.
* Allow the word at the cursor in a live-spelling control to be spell-highlighted if the control does not have focus
* Changed WordAcceptable to return False if an excluded word is encountered, rather than forcing all apps to check separately for excluded words.
* Added the ability for Control parsers to specify their TComponent (used in determining the proper form for dialog parenting)
* Fixed a dialog parenting / control issue with WPTools where the spelling check dialog would come up under a WPTools component located in a modeless window.
* Fixed possible range check problem when using the LiveSpelling RichEdit components
* Added exception handler for problems loading a MSWord custom dictionary whose file is locked or otherwise can't be opened.
* Added a fix for JvxRichEdit to better work with LiveSpelling
* Fixed an occasional problem with the AutoSpell component attempting to reference the FocusControl when there was no FocusControl.
* Added a fix to propogate LiveMenuOptions properly to RichEdit subclasses when using AutoLiveSpell components Any further questions can be sent direct to me
Related Discussions - HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)Find the handle of the window using FindWindow or EnumWindows and use
PostMessage(ProgramHandle, WM_CLOSE, 0, 0);
I have not tried it, but it...
- HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)Var
Grep : String;
Begin
Grep := Copy('2000-46',6,2);
End;
The first parameter is a string or a dynamic array, the second is the index of...
- HOW CAN I DEBUG DLL (2001-01-03 00:48:24)Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ?
/Filip
- USING DLLS (2001-01-03 23:47:50)Hi again Goober ... :o)
Let's take NETAPI32.DLL as an example.
This DLL is created by Microsoft and the explanation of its use is described in...
- DOT ON SCREEN (2001-01-03 03:42:55)Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function
COLORREF SetPixel(
HDC hdc, // handle...
- HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)This is possible using COM objects and ActiveX Server ...
Don't ask how ... I'm not into COM object programming ... :o)
Regards
/Filip
- HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process.
Try...
- FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
- SENDING ICQ MSGS FROM DELPHI (2001-01-03 14:54:03)I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help...
Q
- RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
|