trichview.support
Re: how can i implement a TucLineEdit ? |
Author |
Message |
Martin Holmes |
Posted: 11/06/2003 16:29:13 Simple solution: just get Troy Wolbrink's excellent free Unicode components: http://home.ccci.org/wolbrink/tnt/delphi_unicode_controls.htm Cheers, Martin TW wrote: > unicode single line edit ( like Tedit ). > > my current settings are: > > editorOptions := [rvoDoNotWantReturns, rvoDoNotWantShiftReturns ]; > RTFReadProperties.paraStyleMode := rvrsUseSpecified; > RTFReadProperties.textStyleMode := rvrsUseSpecified; > curParaStyleNo := 0; curTextStyleNo := 0; > style.paraStyles[0].options := style.paraStyles[0].options + [rvpaoNoWrap]; > style.textStyles[0].unicode := true; > I also use onPaste-event to allow pasting from unicode/ansicode only. > > ******** > This works, but still missing, at least: > I don't know how to disable the vertical scrolling-effect (from cursor-key) > > > Thank you > > > |
Powered by ABC Amber Outlook Express Converter