Documents
NextGrid & NextDBGrid
- Integrating Inplace Editors
- Upgrade existing projects for loading changes
- FieldChooser Tutorial
- NextGrid How To
- Html Column Tutorial
- NextGrid Slide Style Tutorial
- InputLine Tutorial
- Edit events in NextGrid
- NextGrid Vista Style
NextGrid
- NextGrid Quick Start
- Graphic Column Tutorial
- Optimize NextGrid
- Custom Draw in NextGrid
- VirtualColumn Tutorial
- NextGrid Custom Sorting
- TreeColumn Tutorial
NextDBGrid
NextInspector
- NextInspector Item Types
- NextInspector Quick Start
- NextDBInspector Tutorial
- NextInspector Advanced tutorial
- Map VCL property to item
NextSheet
NextCollection
- NxInfoPanel Tutorial
- NxPathControl and NxNotebook tutorial
- NxAlertWindow Tutorial
- NxPathControl Quick Start
- NxButton Tutorial
- NxOutlookBar Tutorial
- NxFlipPanel and NxHeaderPanel Quick Start
- NxPageControl and NxNotebook Quick Start
Misc
- DateTime FormatMask
- NxAutoCompletion Tutorial
- Using NxColorScheme
- NxComboBox styles
- Enable typing unicode characters in InplaceEditors
- NxProgress Tutorial
- NxPreview Quick Start
- Numeric FormatMask
- Component Names Change
- 32bit Bitmaps Tutorial
Labs
Enable typing unicode characters in InplaceEditors
Related Articles:
Info
- Skill:
- Version: 1.0.0
- Author: Bojan Nikolic
- Created: 2008-06-01
- Updated: 2008-06-01
To enable typing unicode characters, TNT Unicode components suite must be installed.
1. Download and Install TNT Unicode components
TNT Unicode controls are not produced by BergSoft, but they may be found on website:
http://www.tntware.com/delphicontrols/unicode/
This component suite is very common between Delphi users, and many users have them already installed.
2. Activate unicode in NxSuite.inc
Open NxSuite.inc file located in "Sources" sub-folder.
Change line
{$DEFINE _TNTUNICODE}into
{$DEFINE TNTUNICODE}Now components InplaceEditors support typing unicode characters. There is no need to re-compile packages.
Comments
2008-07-23 10:25:39
TNT Unicode is now TMS Unicode... (http://www.tmssoftware.com/go/?tmsuni)...