Search found 11 matches

by kkkdady
Mon May 22, 2006 4:37 am
Forum: Support
Topic: Move the position of a picture in RichViewEdit
Replies: 13
Views: 40252

Thank you very much!
by kkkdady
Fri May 19, 2006 4:07 am
Forum: Support
Topic: Move the position of a picture in RichViewEdit
Replies: 13
Views: 40252

Sergey :
Thank you very much!
but I do not know whether the Picture in the transparentPanel could be Printed or to be saved together with the words in rve? Because the picture and the words are not in the same layer!
Thank you!
by kkkdady
Thu May 18, 2006 4:19 am
Forum: Support
Topic: How to move a picture above the rve?
Replies: 1
Views: 9435

How to move a picture above the rve?

Hi Sergey :
If I want to move a picture above the rve,the picture can cover the words which in the rve.Both the words and pictrue can be saved .Just like the words be covered with a cachet. Could you give me some help,I am puzzled with it for a long time!
Thank you!
by kkkdady
Tue May 16, 2006 1:17 pm
Forum: Support
Topic: Move the position of a picture in RichViewEdit
Replies: 13
Views: 40252

Thank you very much! Now,I think I can put a TImage on the TPanel over the rve,so I want change TPanel into transparent . But I do not know how to do. I have some codes ,when compile them,there are some errors.Could you give me some help! Thank you! class TTransPanel :public TPanel { void __fastcall ...
by kkkdady
Wed May 10, 2006 5:22 am
Forum: Support
Topic: Move the position of a picture in RichViewEdit
Replies: 13
Views: 40252

shmp: Thank you very much! I want to move the picture,and the position of the words do not change,and the picture can cover on the words.But in the rve ,when moving the picture ,the position of the words changed. In the example above,I have some difficulties : TButton(ctrl).OnMouseDown ...
by kkkdady
Tue May 09, 2006 7:39 am
Forum: Support
Topic: Move the position of a picture in RichViewEdit
Replies: 13
Views: 40252

Sergey :
Could you give some help?
Thank you very much!
by kkkdady
Mon May 08, 2006 7:52 am
Forum: Support
Topic: Move the position of a picture in RichViewEdit
Replies: 13
Views: 40252

Thank you very much!

http://www.trichview.com/forums/viewtop ... op+picture

It gives a example in Delphi,but I only Known C++.So I have difficulties to change it to c++.Could you give me some help! Thank you!
by kkkdady
Sun May 07, 2006 8:38 am
Forum: Support
Topic: Move the position of a picture in RichViewEdit
Replies: 13
Views: 40252

Move the position of a picture in RichViewEdit

I want to move the position of a picture in RichViewEdit . When the picture is moved,it is above the words in RichViewEdit and the position of words do not change?
by kkkdady
Sat May 06, 2006 3:44 pm
Forum: Support
Topic: How control the length of lines?
Replies: 1
Views: 9496

How control the length of lines?

I want to insert a line in RichViewEdit.if I use the codes: RichViewEdit1->InsertBreak(5, rvbsLine,clRed); How can I control the length of the line? I also want to control the range when I write in RichViewEdit.For example, I don't want to use the 3cm from the left.But when I use RichEdit I can use ...
by kkkdady
Fri May 05, 2006 3:15 am
Forum: Support
Topic: set the paragraph at left,center,or right
Replies: 2
Views: 11694

reply

Thank you! I have known how to use it!
by kkkdady
Thu May 04, 2006 2:51 pm
Forum: Support
Topic: set the paragraph at left,center,or right
Replies: 2
Views: 11694

set the paragraph at left,center,or right

I want to set the paragraph at left,center,or right.but it changed must after press a Keyword or the mouse press on it.Could you get me some advice. The codes are following: void __fastcall TForm1::Button1Click(TObject *Sender) { if(Sender == Button1) RVStyle1->ParaStyles->Items[RichViewEdit1 ...