Search found 12 matches

by uniandy
Tue Jun 12, 2007 6:26 am
Forum: Support
Topic: How to save hotspot styles and reproduce it?
Replies: 2
Views: 9808

It works, thanks very much!!!
by uniandy
Fri Jun 08, 2007 7:24 am
Forum: Support
Topic: How to save hotspot styles and reproduce it?
Replies: 2
Views: 9808

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 ...
by uniandy
Fri Feb 16, 2007 4:49 am
Forum: Support
Topic: How to support unicode for multiline text
Replies: 7
Views: 20295

Sergey-

Thanks a lot, you are great and cool!

This is perfect !!!
by uniandy
Tue Feb 13, 2007 7:27 am
Forum: Support
Topic: How to support unicode for multiline text
Replies: 7
Views: 20295

Hi,Sergey-

Any updates for this functionality?

best wishes
by uniandy
Tue Feb 13, 2007 7:26 am
Forum: Support
Topic: How to support unicode for multiline text
Replies: 7
Views: 20295

Ha, it's been a long time from last visit from this community. it's so happy that I can visit this site again use a Germany web agent. :D
by uniandy
Wed Dec 13, 2006 11:54 pm
Forum: Support
Topic: How to support unicode for multiline text
Replies: 7
Views: 20295

Hi,Sergey-

Can you help me to solve this problem? I cannot find any solution on this...

Many thanks
by uniandy
Mon Dec 04, 2006 3:34 am
Forum: Support
Topic: How to support unicode for multiline text
Replies: 7
Views: 20295

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 :...
by uniandy
Mon Dec 04, 2006 1:16 am
Forum: Support
Topic: How to support unicode for multiline text
Replies: 7
Views: 20295

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 th...
by uniandy
Mon Nov 20, 2006 1:47 am
Forum: Support
Topic: How to make a fontstyle format brush like in MS Word?
Replies: 7
Views: 21726

Thank you, Sergey!

Hi, Sergey,

I have done with the font format brush, thank you for your kind hints and help.

Andy
by uniandy
Wed Nov 15, 2006 7:00 am
Forum: Support
Topic: How to make a fontstyle format brush like in MS Word?
Replies: 7
Views: 21726

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
by uniandy
Tue Oct 24, 2006 1:17 pm
Forum: Support
Topic: How to make a fontstyle format brush like in MS Word?
Replies: 7
Views: 21726

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 ...
by uniandy
Tue Oct 24, 2006 1:18 am
Forum: Support
Topic: How to make a fontstyle format brush like in MS Word?
Replies: 7
Views: 21726

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 :lol: