Animatebox

HMG en Español

Moderator: Rathinagiri

Post Reply
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Animatebox

Post by danielmaximiliano »

Hola a todos:
alguien sabe cual es el tamaño maximo y cantidad de cuadros que maneja dicho control ?
el ejemplo Agenda funciona correctamente, pero mi .AVI es un poco mas grande y no se ve.

Translate Google

Hi all:
anyone know what the maximum size and number of frames that handles such control?
Agenda example works correctly, but my. AVI is a little bigger and not seen.

Code: Select all

DEFINE ANIMATEBOX <ControlName>
           PARENT <xcValue>
           ROW <nValue> 
           COL <nValue> 
           WIDTH <nValue> 
           HEIGHT <nValue>
           FILE <cValue>
           AUTOPLAY <lValue>
           CENTER <lValue>
           TRANSPARENT <lValue>
           HELPID <nValue>
 END ANIMATEBOX    
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: Animatebox

Post by andyglezl »

Hola Max
No se si ya solucionaste tu problema.


Yo lo utilzo asi y me funciona:

@ 610,955 ANIMATEBOX AviSonido WIDTH 41 HEIGHT 74 FILE CMedia+'Sonido.avi' AUTOPLAY
Attachments
animate box.jpg
animate box.jpg (20.69 KiB) Viewed 2555 times
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Animatebox

Post by danielmaximiliano »

andyglezl wrote:Hola Max
No se si ya solucionaste tu problema.


Yo lo utilzo asi y me funciona:

@ 610,955 ANIMATEBOX AviSonido WIDTH 41 HEIGHT 74 FILE CMedia+'Sonido.avi' AUTOPLAY
voy aprobar , no recuerdo que tamaño esta el avi. por eso quera saber cual es tamaño maximo que soporta dicho control. ese control esta en la aplicacion Gmail que publique hace tiempo.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply