Search found 5 matches

by Antinoka
Wed Oct 03, 2012 5:06 pm
Forum: Support
Topic: Animation in the same line as the text (TRichView)
Replies: 1
Views: 7971

I'm sorry. I used the search after creating a topic. It happens. :lol:
P.S.: I was helped by topic http://www.trichview.com/forums/viewtop ... =same+line
by Antinoka
Wed Oct 03, 2012 4:53 pm
Forum: Support
Topic: Animation in the same line as the text (TRichView)
Replies: 1
Views: 7971

Animation in the same line as the text (TRichView)

Hi! Help please. I'm trying to insert animation in the same line as the text, but the animation in a new line. :(


...
with RichView do
begin
AddNL('Me: ', 0, 0);
AddPictureEx('Smile', GifImage, 0, rvvaBaseLine);
Add('Text', 0);
Format;
end;
...


Tried all the values 'TRVVAlign'.
by Antinoka
Mon Oct 01, 2012 12:24 pm
Forum: Support
Topic: TRichView, array of TGIFImage and errors on closing the form
Replies: 4
Views: 13298

Many thanks. The second solution I was perfectly fine. If anyone will read this, you need to add 'RVItem' in uses, if will give an error on undeclared variable 'rvepShared'.
In the beginning I did the first one, which had seen many times on the Internet, but it used a lot of memory.

procedure ...
by Antinoka
Sun Sep 30, 2012 6:51 pm
Forum: Support
Topic: TRichView, array of TGIFImage and errors on closing the form
Replies: 4
Views: 13298

The error appears when you close the form when the button Button1 worked more than once.
by Antinoka
Sun Sep 30, 2012 6:44 pm
Forum: Support
Topic: TRichView, array of TGIFImage and errors on closing the form
Replies: 4
Views: 13298

TRichView, array of TGIFImage and errors on closing the form

Hi!
I use TRichView and TGIFImage for smiles in a chat. Smilies are written in Dynamic arrays. Everything works fine until smilies are not repeated. Otherwise, when you close the form see the error. Help me, please. :(
Screenshot of the error:

http://kkepit.if.ua/img/1.jpg

Source: http://kkepit ...