Animation in the same line as the text (TRichView)

General TRichView support forum. Please post your questions here
Post Reply
Antinoka
Posts: 5
Joined: Sun Sep 30, 2012 6:10 pm

Animation in the same line as the text (TRichView)

Post 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'.
Antinoka
Posts: 5
Joined: Sun Sep 30, 2012 6:10 pm

Post 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
Post Reply