Источник:
http://www.axaptapedia.com/Form_Cont...Spell_Checking
==============
Summary: /* See also */
=== Download ===
*Version 1.0 - [
http://www.axaptapedia.com/Image:WpfTextBoxControl.zip download]
=== Preview ===
[[Image:spellCheckCtrlPreview.png]]
=== Installation ===
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):
[[Image:usageDataSysFileDeployer.png]]
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:
[[Image:sysLabelSearch-dragAndDrop.png]]
6. Make the SearchString StringEdit control non-visible
7. Add this code "wpfTextBoxControl.TextBoxValue(text)" to the SysLabelSearch\defineLabel method:
[[Image:sysLabelSearchInstall-defineLabel.png]]
8. Add this code "wpfTextBoxControl.TextBoxLanguage(selectLanguage.text());" to the SysLabelSearch\changeLanguage method:
[[Image:sysLabelSearchInstall-changeLanguage.png]]
=== See also ===
[
http://gregondax.wordpress.com/2009/...control-in-ax/ Blog post that discusses the development of this control]
[[Category:Form development]]
Источник:
http://www.axaptapedia.com/Form_Cont...Spell_Checking