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 !
Silvio wrote:use gif98 class
you can found it on this forum ( Utilities)
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 !
Silvio wrote:use gif98 class
you can found it on this forum ( Utilities)
#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 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 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> )
Error description: Error BASE/1004 Class: 'NIL' has no exported method: ACONTROLS
Args:
Called from ACONTROLS(0)
Called from STARTGIFS(78)
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Carles, Google [Bot] and 34 guests