I'm sorry. I used the search after creating a topic. It happens.
P.S.: I was helped by topic http://www.trichview.com/forums/viewtop ... =same+line
Search found 5 matches
- Wed Oct 03, 2012 5:06 pm
- Forum: Support
- Topic: Animation in the same line as the text (TRichView)
- Replies: 1
- Views: 7971
- 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'.
...
with RichView do
begin
AddNL('Me: ', 0, 0);
AddPictureEx('Smile', GifImage, 0, rvvaBaseLine);
Add('Text', 0);
Format;
end;
...
Tried all the values 'TRVVAlign'.
- Mon Oct 01, 2012 12:24 pm
- Forum: Support
- Topic: TRichView, array of TGIFImage and errors on closing the form
- Replies: 4
- Views: 13298
- Sun Sep 30, 2012 6:51 pm
- Forum: Support
- Topic: TRichView, array of TGIFImage and errors on closing the form
- Replies: 4
- Views: 13298
- 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 ...
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 ...