Hi !
Maybe you know how to display Animated GIF ? With FreeImg lib ? Or can you direct to freeware OCX for that ?
Many thanks in advance !
Animated GIFs
Animated GIFs
Rimantas U.
I found it - Lozada-LLinas, Class TGif89 - . Something was with my eyes ) .Rimantas wrote:Silvio , reviewed Utiities , but didn't found GIF assiocated or similar post . Maybe you have this class ? Can you send me directly ?Silvio wrote:use gif98 class
you can found it on this forum ( Utilities)
With best regards !
Regards !
Rimantas U.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Rimantas,
Code: Select all
#xtranslate BYNAME <V> [, <VN> ] => ::<V> := <V> [; ::<VN> := <VN> ]
#xtranslate BYNAME <V> DEFAULT <Val> => ::<V> := BYDEFAULT <V>, <Val>
#xtranslate BYNAME <V> IFNONIL => ;
if <V> != NIL ;;
::<V> := <V> ;;
end
#xtranslate BYDEFAULT <V>, <Val> => if( <V> == NIL, <Val>, <V> )
Found this ClipX site , but was not ensured that this will be good ... ) . Thanks , Antonio !Antonio Linares wrote:Rimantas,Code: Select all
#xtranslate BYNAME <V> [, <VN> ] => ::<V> := <V> [; ::<VN> := <VN> ] #xtranslate BYNAME <V> DEFAULT <Val> => ::<V> := BYDEFAULT <V>, <Val> #xtranslate BYNAME <V> IFNONIL => ; if <V> != NIL ;; ::<V> := <V> ;; end #xtranslate BYDEFAULT <V>, <Val> => if( <V> == NIL, <Val>, <V> )
Rimantas U.
Antonio ,Antonio Linares wrote:Rimantas,Code: Select all
#xtranslate BYNAME <V> [, <VN> ] => ::<V> := <V> [; ::<VN> := <VN> ] #xtranslate BYNAME <V> DEFAULT <Val> => ::<V> := BYDEFAULT <V>, <Val> #xtranslate BYNAME <V> IFNONIL => ; if <V> != NIL ;; ::<V> := <V> ;; end #xtranslate BYDEFAULT <V>, <Val> => if( <V> == NIL, <Val>, <V> )
This old TGif89 class is adopted to Clipper+FW . And now when I created applic. from samples of this class on runtime I get an error :
Code: Select all
Error description: Error BASE/1004 Class: 'NIL' has no exported method: ACONTROLS
Args:
Called from ACONTROLS(0)
Called from STARTGIFS(78)
Regards !
Rimantas U.