Page 1 of 1
Error en xbrowse + imagen
Posted: Mon Sep 21, 2020 10:46 pm
by Ariel
Mr. Rao,
al añadir una imagen en la ultima columna, me inserta una columna "fantasma" antes de la imagen y no puedo redimensionar la columna de la imagen y no ajusta la imagen al alto del browse.
gracias.
Re: Error en xbrowse + imagen
Posted: Tue Sep 22, 2020 4:59 am
by nageswaragunupudi
Did you put the image in oRightCol with full height?
Then this column is aligned to the right of the browse.
All other columns are displayed in the remaining area.
Re: Error en xbrowse + imagen
Posted: Tue Sep 22, 2020 10:01 am
by Ariel
Mr. Rao,
gracias por contestar, si lo hago, este es el init de la mdichild :
Code: Select all
ACTIVATE WINDOW ::oWndChild MAXIMIZED ;
ON INIT ( oSelf:oBrw:oRightCol:= oSelf:oBrw:imagen,;
oSelf:oBrw:imagen:lFullHeight:= .t.,;
oSelf:oBrw:nRowHeight:= 30,;
oSelf:oBrw:SetFocus() ) ;
Saludos
Re: Error en xbrowse + imagen
Posted: Tue Sep 22, 2020 4:21 pm
by nageswaragunupudi
please check the example \fwh\samples\xbrtfrez.prg
Re: Error en xbrowse + imagen
Posted: Wed Sep 23, 2020 10:54 am
by Ariel
Mr. Rao,
Perfecto!!! Muchas gracias.
Saludos