Animated GIFs

Animated GIFs

Postby Rimantas » Wed Oct 11, 2006 7:58 am

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 !
Rimantas U.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Postby Silvio » Wed Oct 11, 2006 9:33 am

use gif98 class
you can found it on this forum ( Utilities)
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby Rimantas » Wed Oct 11, 2006 10:23 am

Silvio wrote:use gif98 class
you can found it on this forum ( Utilities)


Silvio , reviewed Utiities , but didn't found GIF assiocated or similar post . Maybe you have this class ? Can you send me directly ?

With best regards !
Rimantas U.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Postby Rimantas » Wed Oct 11, 2006 10:26 am

Rimantas wrote:
Silvio wrote:use gif98 class
you can found it on this forum ( Utilities)


Silvio , reviewed Utiities , but didn't found GIF assiocated or similar post . Maybe you have this class ? Can you send me directly ?

With best regards !


I found it - Lozada-LLinas, Class TGif89 - . Something was with my eyes :-)) .

Regards !
Rimantas U.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Postby Rimantas » Wed Oct 11, 2006 10:36 am

Silvio wrote:use gif98 class
you can found it on this forum ( Utilities)


Silvio , in this class exist acronim "BYNAME" . And harbour compiler don't recognize this . Can you advice with which I can change this ?

Regards !
Rimantas U.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Postby Antonio Linares » Wed Oct 11, 2006 10:46 am

Rimantas,
Code: Select all  Expand view
#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> )
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42077
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Rimantas » Wed Oct 11, 2006 10:57 am

Antonio Linares wrote:Rimantas,
Code: Select all  Expand view
#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 !
Rimantas U.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Postby Rimantas » Wed Oct 11, 2006 12:38 pm

Antonio Linares wrote:Rimantas,
Code: Select all  Expand view
#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> )


Antonio ,

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  Expand view
   Error description: Error BASE/1004  Class: 'NIL' has no exported method: ACONTROLS
   Args:
   Called from ACONTROLS(0)
   Called from STARTGIFS(78)


Can you help in this situation ?

Regards !
Rimantas U.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot], Otto and 74 guests