if I have an 377x314 image I must put on a dialog this image but
if I write
@ 2,5 IMAGE oImg SIZE 377,314 OF oDlg
the image is too big
why ?
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg, oBmp
DEFINE DIALOG oDlg;
SIZE 700, 500
@ 1, 1 BITMAP oBmp FILE "c:\fwharbour\bitmaps\magic.bmp" SIZE 320, 200
ACTIVATE DIALOG oDlg;
CENTER
RETURN NIL
ACTIVATE DIALOG oDlg;
CENTER ;
ON INIT oBmp:SetSize( 320, 200 )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 77 guests