Search found 26 matches

by charles.lambert
Tue Jun 28, 2011 2:44 pm
Forum: Support
Topic: Replace item in RVData
Replies: 2
Views: 9550

Allright, thanks
by charles.lambert
Tue Jun 28, 2011 1:17 pm
Forum: Support
Topic: Replace item in RVData
Replies: 2
Views: 9550

Replace item in RVData

Hi,

I'd like to know how I could replace an item in RichViewEdit1.RVData.

For example, one of the item is a TRVGraphicItemInfo and I want to replace this image.

Regards,

- Charles
by charles.lambert
Mon Jun 13, 2011 1:29 pm
Forum: Support
Topic: RTF in DBGrid
Replies: 1
Views: 7702

RTF in DBGrid

Hi,

I'd like to know if it is possible to load rtf to dbgrid. That would allow me to save for example text colours and fonts.

If that is possible then I'd like to know how I could implement it.

Thanks,

- Charles
by charles.lambert
Wed Jun 01, 2011 3:15 pm
Forum: Support
Topic: Protect images in RichViewEdit
Replies: 6
Views: 16000

Those paragraph style properties work fine to prevent inserting before and after an image, but now I can't add some text to the end of that paragraph. When I apply a textstyle without the property StickToBottom, that allows me to add some text at the end of the item, but when I apply the paragraph s...
by charles.lambert
Fri May 13, 2011 1:37 pm
Forum: Support
Topic: Protect Content of RichViewEdit
Replies: 2
Views: 9504

Thanks a lot
by charles.lambert
Thu May 12, 2011 8:03 pm
Forum: Support
Topic: Protect Content of RichViewEdit
Replies: 2
Views: 9504

Protect Content of RichViewEdit

Hi, I want to protect the content of a RichViewEdit and then give the user the possibility to add some text to it without being able to delete/modify anything. What I'm currently doing is that I apply a textstyle and a parastyle to the text in the RichViewEdit. Both style contain every protection op...
by charles.lambert
Thu May 12, 2011 6:38 pm
Forum: Support
Topic: Hyperlinks
Replies: 2
Views: 9055

Thanks a lot

- Charles
by charles.lambert
Thu May 12, 2011 3:22 pm
Forum: Support
Topic: Hyperlinks
Replies: 2
Views: 9055

Hyperlinks

Hi, when I write an url in RichViewEdit the component recognizes it and it gets underlined, but if I type this link for example: \\abcd-server\vol\tmp\document.docx (which refers to a file on a server) the component won't recognize it. Is there any solution to make the compo act correctly with this ...
by charles.lambert
Wed Apr 06, 2011 1:50 pm
Forum: Support
Topic: Protect images in RichViewEdit
Replies: 6
Views: 16000

I've tried what you told me and that works fine except for one thing. I apply a protected text style to the whole RichViewEdit and I protect every images and that works fine, but when I put my cursor on the right or left of an image, I can still enter some text... Is there a way to prevent this as t...
by charles.lambert
Tue Apr 05, 2011 3:18 pm
Forum: Support
Topic: Protect images in RichViewEdit
Replies: 6
Views: 16000

Protect images in RichViewEdit

Hi, I'm using a RichViewEdit to add text and images in it. I'd like to know how I can protect images that I paste in it. Currently, I use this code to protect the whole text I have in the RichViewEdit and that works fine. SRichViewEdit.RichViewEdit.Controls[iNbControls]).SelectAll; SRichViewEdit.Ric...
by charles.lambert
Mon Mar 28, 2011 7:55 pm
Forum: Support
Topic: Tab in SRVEdit
Replies: 2
Views: 8596

Tab in SRVEdit

Hi, after adding some SRVEdit controls in a SRichViewEdit. I type some text in the first SRVEdit control and then I hit TAB and start to write in the second one. The text will never be displayed in the second SRVEdit until I move the mouse. There might be a repaint problem or something like that. Re...
by charles.lambert
Mon Mar 28, 2011 7:39 pm
Forum: Support
Topic: TSRVMemo
Replies: 1
Views: 7436

TSRVMemo

Hi Sergey,

I'd like to know if you'll add a TSRVMemo component?

That would be very interesting when creating forms like in your InsertControl example.

Regards,

- Charles
by charles.lambert
Mon Mar 28, 2011 5:04 pm
Forum: Support
Topic: Click in SRVEdit causes scroll bug
Replies: 3
Views: 10230

Thanks
by charles.lambert
Mon Mar 28, 2011 2:01 pm
Forum: Support
Topic: Click in SRVEdit causes scroll bug
Replies: 3
Views: 10230

Click in SRVEdit causes scroll bug

Hi Sergey, I'm currently testing the demo InsertControls from ScaleRichView. I'm building this demo with the new version of RichView and ScaleRichView which was updated on March 20th. I have created a RVF file with this program and I added a couple of SRVEdit components in it. The problem is when I ...
by charles.lambert
Thu Mar 24, 2011 6:01 pm
Forum: Support
Topic: Can't focus a disabled window
Replies: 4
Views: 12101

Allright! Thanks.