trichview.support
Re: Tag As String Question |
Author |
Message |
Kris |
Posted: 12/13/2004 22:23:13 I think problem is with unicode :-( When I change value in TVStyle in jump text style unicode to false it works but disappear Polish characters. How resolve this problem ? Kris Użytkownik "Kris" <kadamowi@poczta.onet.pl> napisał w wiadomości news:41bde9b4$1@support.torry.net... > How it works in RVF ? > > My way of this (begining is te same) > 1) > Edytor.InsertStringTag('VisibleText',Integer(StrNew(PChar('HideText')))); > 2) I save this it using TDBRichViewEdit in database > 3) Reload click on hyperlink and in event EdytorJump I do this: > T:=Integer(StrNew(PChar('NewHideText'))); > Edytor.SetCurrentTag(T); -- it works !!! > Edytor.SetItemText(Edytor.CurItemNo,'NewVisibleText'); > in editor appear strange chars, but hyperlink works i can change againt > HideText. > > It is correct way ? > > Kris > |
Powered by ABC Amber Outlook Express Converter