Search found 16 matches

by mariana
Fri Jan 11, 2008 12:29 pm
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

Hy everyone! I have another question. In an RichViewEdit I have one button and one image inserted, and when I want to move them they are deleted from where they are but don't apear where I want. What can I do to apear on my RichViewEdit? I have implemented events OnControlMouseDown and ...
by mariana
Tue Jan 08, 2008 2:58 pm
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

On my form I have 2 panels: 1 with bottons for each type of control i want to insert in richviewedit and another with the richviewedit where controls will be inserted. If I click on an botton and next on the richviewedit it will apear an control. That is the control I am talking about.(of course ...
by mariana
Tue Jan 08, 2008 10:09 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

Function GetItemCoords return the coordinates of items inserted at designed time? or could I use it to know the coordinates of items inserted at runtime? For example if I have an picture introduced at runtime can I use GetItemCoords to find coordinates of picture? And please if it is possible can ...
by mariana
Mon Jan 07, 2008 7:40 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

Happy New Year!!!! to everyone. If some components are not printed, you can help TRichView to print them. Process TRVPrint.OnPrintComponent event. In this event, if the component is TPaintBox, create a bitmap (having the same size as the paint box) and draw the paint box on it. If you need further ...
by mariana
Wed Dec 19, 2007 3:42 pm
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

I am using C++ Builder 6.
I think that I have written earlier in another post :D .
10x
Merry Cristhmas!!!!!!!!!
Mariana
by mariana
Mon Dec 17, 2007 7:58 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

I want to save them in format RVF. It is possible to make an function to save in this format with some properties and with the inserted components in the panel? I need to save and later to load it.. I tried to save like in the demo you gave me, but when I load it I have an error and doesn't work to ...
by mariana
Fri Dec 14, 2007 2:09 pm
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

panel in richviewedit

I have an panel into an richviewedit and in it i have some images and paintboxes. I whant to save the file as rvf, but saves the panel and components from it don't. Have you an ideea what can i do to keep the inserted controls into the panel after save-ing? Thank you very much for all your responses ...
by mariana
Wed Dec 12, 2007 9:46 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

Hi.. thanks for your help I have another question.. I introduced an RichViewEdit into another RichViewEdit and save the file with extension rvf, but when I load into aplication the text writed inti the inserted RichViewEdit isn't loaded.. I think that wasn't saved. What can I do to save text in ...
by mariana
Mon Dec 03, 2007 9:22 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

I tried to introduce an PaintBox in RichViewEdit, but at preview time I couldn't see it and neither what is drawn in it.
Know you what can I do to view them, or it is impossible to do that?
by mariana
Thu Nov 29, 2007 10:28 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

Ok.
Thankyou very much, again.
by mariana
Thu Nov 29, 2007 9:23 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

I want to create a mask for create pages for printing, and save that page without text so that next time I want to create an page to insert the mask and write text into control. I use inserted RichViewEdit to write text near an image introduced(to have near image more lines ) Like in next pothos ...
by mariana
Thu Nov 29, 2007 7:32 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

Thankyou very much for helping me.. It worked, but I have a little problem, I don't know how to save coordinates of inserted controls to remain where I introduced them, when deleting text the controls moves at the begin of line and I want to remain where I introduced them. Have you an idea what can ...
by mariana
Sun Nov 25, 2007 7:35 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

Yes, I want to remove all text from document but my inserted controls to remain in initial position.
What you know, can I do that?

thankyou very much
by mariana
Fri Nov 23, 2007 10:19 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

I have an project were in RichViewEdit I need to insert another RichViewEdit and write something in it. It's ok, it works, but when I save file the text writed in inserted control(RichViewEdit) don't save.What can I do to save text? Or can I save text from inserted controls? And another question ...
by mariana
Wed Nov 07, 2007 12:27 pm
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 49704

I have an question about TRichViewEdit

Can I draw circles, ellipses, lines or arrows in RichViewEdit?
I mean like in Word or Paint.
Can you help me please?