Gif anim. prob. with using together Alphaskins&Richview

General TRichView support forum. Please post your questions here
Post Reply
dream_pp
Posts: 5
Joined: Sat Jul 28, 2007 5:50 am

Gif anim. prob. with using together Alphaskins&Richview

Post by dream_pp »

I have a problem with gif animation richview wich using together alphaskin (www.alphaskins.com)
Last edited by dream_pp on Mon Jul 30, 2007 5:46 am, edited 1 time in total.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I tried exe file, it works ok for me.
What is wrong?
dream_pp
Posts: 5
Joined: Sat Jul 28, 2007 5:50 am

Post by dream_pp »

Look at first smile in two modes with skin and without. They lost frames and flicking. I think something wrong with timer that count time beetwen change frames. Maybe timer have conflict with some posible alphaskins counter.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It's strange, only one timer is used for all animations in TRichView.
Is the source code there complete? I cannot see where you insert these gifs
dream_pp
Posts: 5
Joined: Sat Jul 28, 2007 5:50 am

Post by dream_pp »

Sorry, im not save project before it was archived.
I can send correct project only in monday.
I use TGifImage add with AddPictureEx.
Like
OnFormCreate()
Var
Gif: TGifImage;
Begin
Gif:=TGifImage.Create();
Gif.LoadFromFile(....);
RichView1.AddPictureEx('ag',gif,0,...Baseline...);
End;

And about second smile they have bug too if looking on it in defferend mode with and without skin. They too lost frames... Just remember right animation sequence in no skin mode.
dream_pp
Posts: 5
Joined: Sat Jul 28, 2007 5:50 am

Post by dream_pp »

:D I think the problem solved. I tried to recreate project at home... And download updated gifimage class from your web site and it's work fine without this bug. :D i verify it at work in monday. I accept it if it right.
dream_pp
Posts: 5
Joined: Sat Jul 28, 2007 5:50 am

Post by dream_pp »

So problem was not in gif class... Problem not exist if install last beta of alphaskins component.
Post Reply