Hola Foro:
Quisiera usar gif animados en xHarbour, por ejemplo como usa el Verce cuando esta generando la aplicacion. Que clase debo usar ? Y si es posible algun ejemplo. Gracias
karinha wrote:http://www.fivewin.com.br/Dicas/602BORSHADE.ZIP
//--------------------------------------------------------------------------//
// ANIMABMP.CH - Comandos para a classe TAnimaBmpmp
//--------------------------------------------------------------------------//
#ifndef TAnimaBmpMP_CH
#define TAnimaBmpMP_CH
#xcommand @ <nRow>, <nCol> ANIMABMP [ <oAni> ] ;
[ <bmp: NAME, RESOURCE, FILENAME> <cBitmap> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ GLIPS <nGlips> ] ;
[ SPEED <nSpeed> ] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
=> ;
[ <oAni> := ] TAnimaBmp():New( <nRow>, <nCol>, <nWidth>, <nHeight>,;
<cBitmap>, <nGlips>, <nSpeed>, <oWnd> )
#xcommand REDEFINE ANIMABMP [ <oAni> ] ;
[ <bmp: NAME, RESOURCE, FILENAME> <cBitmap> ] ;
[ ID <nId> ] ;
[ GLIPS <nGlips> ] ;
[ SPEED <nSpeed> ] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
[ <lTransparent: TRANSPARENT> ] ; //Modifiquei 31/08/2007
=> ;
[ <oAni> := ] TAnimaBmp():ReDefine( <oWnd>, <nId>, <cBitmap>,;
<nGlips>, <nSpeed> )
#endif
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 57 guests