From: Alexander S.K. <al...@be...> - 2017-01-12 12:47:04
|
Itamar M. Lins Jr. Lins пишет: > Hi! > How to I use this ? > > cImg_captcha := hFreeImage():addfile("captcha.png") //:Handle > oImg_captcha : ReplaceImage(cImg_captcha) > oImg_captcha:Show() > oImg_captcha:refresh() //ReplaceBitmap( oImage ) > > The imagem not renew/change on dialog :-( Try the following: @ x, y IMAGE oSayImg SHOW Nil SIZE nWidth, nHeight ... oSayImg:ReplaceImage( cFileName ) oSayImg:Refresh() Regards, Alexander. |