Search found 11 matches

by LonelyRanger
Mon Jun 22, 2009 11:37 pm
Forum: Support
Topic: Resizing Form - RVE
Replies: 6
Views: 17005

Ok, sorry Sergey but I finally worked out what it was that I had been doing...

I would start the line with AddNL() first and then append using Add() and called FormatTail when I was all done. This prevents the issue that I outlined in the original post.

Thx for your time.
LR.
by LonelyRanger
Mon Jun 22, 2009 11:31 pm
Forum: Support
Topic: Resizing Form - RVE
Replies: 6
Views: 17005

I didnt have this problem in another project about 3 weeks ago and was using formattail. I looked over and over the old code and couldnt find what I had done. So it must have been a property that allowed me to set an option to maintain current layout or something. Wish I knew what i did. Cheers, LR.
by LonelyRanger
Sun Jun 21, 2009 11:26 pm
Forum: Support
Topic: Resizing Form - RVE
Replies: 6
Views: 17005

Hi Sergey,

Add("this is a test", 0);
Add("this is a test 2", TextStyleInc);
FormatTail;

It is fine if the entire line can be the same text style as i simply use AddNL(). However, as shown above I use 2 different styles on the same line.

Cheers.
by LonelyRanger
Sun Jun 21, 2009 2:20 am
Forum: Support
Topic: Resizing Form - RVE
Replies: 6
Views: 17005

Resizing Form - RVE

Hi there, I cannot remember for the likes of me what I did last time to stop the following issue... Click a button and it puts whatever is in the editbox into the RVE. As below is the result. This is a test This is a test 2 This is a test 3 Now if I resize the form it ends up like the following... T...
by LonelyRanger
Mon May 14, 2007 10:57 pm
Forum: Support
Topic: Image Replace and RVStyles at Runtimie
Replies: 3
Views: 13331

1. As a message comes through the socket it is formatted then tailed to the end of the RVE. It is just before its posted to the RVE that it needs to check for replacement. I see one example there but it searches and replaces whole document. Could I possibly just somehow make that search and replace ...
by LonelyRanger
Mon May 14, 2007 11:43 am
Forum: Support
Topic: Image Replace and RVStyles at Runtimie
Replies: 3
Views: 13331

Image Replace and RVStyles at Runtimie

Hello, A couple of questions if you dont mind assisting with please... 1. Quite some time ago I asked a question in regards to Text to Image replacement. The Emotion demo/example helped well. These are limited to 1 character proceeding the : I am looking at using more than one character for the sear...
by LonelyRanger
Sun May 06, 2007 11:09 am
Forum: Support
Topic: TRichView and URL's
Replies: 2
Views: 10833

Thank you. That fixed it.
by LonelyRanger
Sun May 06, 2007 8:37 am
Forum: Support
Topic: TRichView and URL's
Replies: 2
Views: 10833

TRichView and URL's

Hello, I have viewed the demos and searched extensively in this forum but I am still having a problem autodetecting URL's in a "TRichView". From what I can gather, the demos are based around TRichViewEdit as I get compile errors. eg: Incompatible types: 'TCustomRichViewEdit' and 'TRichView...
by LonelyRanger
Mon Jul 24, 2006 1:03 am
Forum: Support
Topic: Replace Text with Image
Replies: 4
Views: 18742

I will look into it,

Thankyou Michel!
by LonelyRanger
Sun Jul 23, 2006 6:17 am
Forum: Support
Topic: Replace Text with Image
Replies: 4
Views: 18742

Replace Text with Image

that :) is meant to be a ": )" sorry.
by LonelyRanger
Sun Jul 23, 2006 6:16 am
Forum: Support
Topic: Replace Text with Image
Replies: 4
Views: 18742

Replace Text with Image

Hello, QUESTION 1 ======== The components are still fairly new to me but progressing through it slowly. My question, if you dont mind answering, is about replacing text that is added to a RichViewEdit with an image (smileys). For Example: if the text is entered on a new line, I want to new line to b...