I'm trying to converte image with ximage but I have some problems
Wich is the comand lStretch into xImage ?
wich is the comand ScrollAdjust into ximage
I tried to zoo an ximage but not run
Local aItemsZoom:={"25%","50%","75%","100%","150%","200%"}
@ 230,295 COMBOBOX oCbxZoom VAR nZoom ITEMS aItemsZoom SIZE 60, 10 of oAllegati ;
on change (oImagePreview:nZoom(val(aItemsZoom[nZoom])/100) ,;
oImagePreview:refresh() ,;
Rinfresca_oDlgallegati() )