Page 1 of 1

Gif anim. prob. with using together Alphaskins&Richview

Posted: Sat Jul 28, 2007 6:02 am
by dream_pp
I have a problem with gif animation richview wich using together alphaskin (www.alphaskins.com)

Posted: Sat Jul 28, 2007 1:11 pm
by Sergey Tkachenko
I tried exe file, it works ok for me.
What is wrong?

Posted: Sat Jul 28, 2007 1:51 pm
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.

Posted: Sat Jul 28, 2007 2:56 pm
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

Posted: Sat Jul 28, 2007 3:41 pm
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.

Posted: Sat Jul 28, 2007 4:11 pm
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.

Posted: Mon Jul 30, 2007 5:46 am
by dream_pp
So problem was not in gif class... Problem not exist if install last beta of alphaskins component.