Axaptapedia is now maintained by AgileCadence For more information please click here.
Form Control With Spell Checking
Contents
Download[edit]
- Version 1.0 - download
Preview[edit]
Installation[edit]
You could use this spell checking control on any form. To add it to your label editor take the following steps:
1. Import the xpo
2. Copy the DLL's to your %AXDIR%/50/Client/Share/Include directory on your AOS server.
3. Clear out the usage data for SysFileDeployer on the client (or change the return value of the 'Classes\ApplicationVersion\applBuildNo' method):
4. Open a client, accept files to deploy, then test that Forms/DevWpfTextBoxControlForm opens Ok.
5. Drag and drop the Group:WpfTextBoxControlGroup from the Forms\Dev_WpfTextBoxControlForm design onto the \Forms\SysLabelSearch\Designs\Design\[Group:MainGroup]\[Tab:Tab]\[TabPage:LabelTab]\[Group:SearchResultGroup]\[Group:FindToolbar] group:
6. Make the SearchString StringEdit control non-visible
7. Add this code "wpfTextBoxControl.TextBoxValue(text)" to the SysLabelSearch\defineLabel method:
8. Add this code "wpfTextBoxControl.TextBoxLanguage(selectLanguage.text());" to the SysLabelSearch\changeLanguage method: