Page 1 of 1

Animation in the same line as the text (TRichView)

Posted: Wed Oct 03, 2012 4:53 pm
by Antinoka
Hi! Help please. I'm trying to insert animation in the same line as the text, but the animation in a new line. :(

Code: Select all

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

Posted: Wed Oct 03, 2012 5:06 pm
by Antinoka
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