Documents
NextGrid & NextDBGrid
- Html Column Tutorial
- Upgrade existing projects for loading changes
- Edit events in NextGrid
- NextGrid Vista Style
- NextGrid How To
- Integrating Inplace Editors
- NextGrid Slide Style Tutorial
- InputLine Tutorial
- FieldChooser Tutorial
- Using Editors in runtime
- Grid Report Tutorial
NextGrid
- TreeColumn Tutorial
- NextGrid Quick Start
- Custom Draw in NextGrid
- Export to XML from NextGrid
- Optimize NextGrid
- NextGrid Custom Sorting
- VirtualColumn Tutorial
- Graphic Column Tutorial
NextDBGrid
- NextDBGrid Quick Start
- NextDBGrid Events
- NextDBGrid How To
- Sorting records in NextDBGrid
- LookupColumn Tutorial
NextInspector
- NextInspector Advanced tutorial
- ToolbarItem tutorial
- NextDBInspector Tutorial
- NextInspector Item Types
- Map VCL property to item
- NextInspector Quick Start
NextSheet
NextCollection
- NxAlertWindow Tutorial
- NxInfoPanel Tutorial
- Vista Styled Panels
- NxPathControl and NxNotebook tutorial
- NxPathControl Quick Start
- NxFlipPanel and NxHeaderPanel Quick Start
- NxOutlookBar Tutorial
- NxPageControl and NxNotebook Quick Start
- NxButton Tutorial
Misc
- Component Names Change
- NxComboBox styles
- Numeric FormatMask
- NxVirtualDataSet tutorial
- DateTime FormatMask
- NxPreview Quick Start
- 32bit Bitmaps Tutorial
- Quick update
- Enable typing unicode characters in InplaceEditors
- Using NxColorScheme
- NxProgress Tutorial
- NxAutoCompletion Tutorial
Labs
NextGrid .NET
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)...
2009-02-18 04:38:56
I can not find the unicode components at "http://www.tntware.com/".