Search found 12 matches
- Tue Jun 12, 2007 6:26 am
- Forum: Support
- Topic: How to save hotspot styles and reproduce it?
- Replies: 2
- Views: 10118
- Fri Jun 08, 2007 7:24 am
- Forum: Support
- Topic: How to save hotspot styles and reproduce it?
- Replies: 2
- Views: 10118
How to save hotspot styles and reproduce it?
Hi, Sergey - I added hot image which showed mouse over, mouse out effect, now I save the document and reload it again, but after reloading, the images cannot be showed like before, why? Is there a method to have the hotimages saved and reloaded? procedure TForm1.Button1Click(Sender: TObject); begin ...
- Fri Feb 16, 2007 4:49 am
- Forum: Support
- Topic: How to support unicode for multiline text
- Replies: 7
- Views: 21375
- Tue Feb 13, 2007 7:27 am
- Forum: Support
- Topic: How to support unicode for multiline text
- Replies: 7
- Views: 21375
- Tue Feb 13, 2007 7:26 am
- Forum: Support
- Topic: How to support unicode for multiline text
- Replies: 7
- Views: 21375
- Wed Dec 13, 2006 11:54 pm
- Forum: Support
- Topic: How to support unicode for multiline text
- Replies: 7
- Views: 21375
- Mon Dec 04, 2006 3:34 am
- Forum: Support
- Topic: How to support unicode for multiline text
- Replies: 7
- Views: 21375
procedure InsertMultilineText(RVData: TCustomRVData; var ItemNo, Pos: Integer; const Value: String); var item: TRVTextItemInfo; s1, s2: String; sl: TStringList; i: Integer; begin if Value='' then exit; s1 := RVData.GetItemTextA(ItemNo); s2 := Copy(s1, Pos, Length(s1)); s1 := Copy(s1, 1, Pos-1); sl ...
- Mon Dec 04, 2006 1:16 am
- Forum: Support
- Topic: How to support unicode for multiline text
- Replies: 7
- Views: 21375
How to support unicode for multiline text
Hi Sergey- Do you have any updates for the exampe: http://www.trichview.com/support/files/script2.zip in the main unit, you said: - supporting Unicode text (some modifications in InsertMultilineText are Not implemented I tried your example, and it really cannot support multi text unicode, this is ...
- Mon Nov 20, 2006 1:47 am
- Forum: Support
- Topic: How to make a fontstyle format brush like in MS Word?
- Replies: 7
- Views: 22909
Thank you, Sergey!
Hi, Sergey,
I have done with the font format brush, thank you for your kind hints and help.
Andy
I have done with the font format brush, thank you for your kind hints and help.
Andy
- Wed Nov 15, 2006 7:00 am
- Forum: Support
- Topic: How to make a fontstyle format brush like in MS Word?
- Replies: 7
- Views: 22909
Can you help me out?
HI, Sergey-
After some tries I still cannot find a way to make fontstyle format brush like in MS Word?
How can I get all the font style which i selected and how to apply them to another text selection?
Can you possibily indicate me with code samples?
Thank you very much!
Andy
After some tries I still cannot find a way to make fontstyle format brush like in MS Word?
How can I get all the font style which i selected and how to apply them to another text selection?
Can you possibily indicate me with code samples?
Thank you very much!
Andy
- Tue Oct 24, 2006 1:17 pm
- Forum: Support
- Topic: How to make a fontstyle format brush like in MS Word?
- Replies: 7
- Views: 22909
Hi, Sergey, Thank you, but I mean, how to get all the fontstyle for the cursor position in the text, the fontstyle is not limited to color, but all the style like color, fontname, font size etc. When I get the style and saved it to an object like fs:Tfontstyle , then I can apply this fs to any text ...
- Tue Oct 24, 2006 1:18 am
- Forum: Support
- Topic: How to make a fontstyle format brush like in MS Word?
- Replies: 7
- Views: 22909
How to make a fontstyle format brush like in MS Word?
Hi, Sergey,
How to make a fontstyle format brush in Richviewedit by using a button, the functionality is just like in Microsoft Word?
I have no any idea of implementing this in my test, can you please help me out?
Andy
How to make a fontstyle format brush in Richviewedit by using a button, the functionality is just like in Microsoft Word?
I have no any idea of implementing this in my test, can you please help me out?
Andy