areang wrote:Enrico,
Thank to reply about timer on dialog
I missing to add oTmr:hWndOwner := oDlg:hWnd
Now work fine.
How about OCX with DIALOG ?
Best Regard
Areang
Antonio Linares wrote:What OCX is it ?
Antonio Linares wrote:Richard,
The animated GIF is properly working on a dialog, though the OCX control does not paint very well (it paints a strange border around).
#include "FiveWin.ch"
Function TestActiveX_Dlg()
LOCAL oDlg, oActiveX
DEFINE WINDOW oDlg
@ 1, 1 ACTIVEX oActiveX OF oDlg ;
PROGID "ANIMATEDGIF.AnimatedGifCtrl.1"
oActiveX:Do( "AnimatedGif", "world.gif" )
oActiveX:Do( "Play" )
ACTIVATE WINDOW oDlg
RETURN NIL
Antonio Linares wrote:Here you have the EXE:
http://hyperupload.com/download/02ea275 ... X.zip.html
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 79 guests