Gif anim. prob. with using together Alphaskins&Richview
Gif anim. prob. with using together Alphaskins&Richview
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.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.
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.