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.
Error en xbrowse + imagen
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Error en xbrowse + imagen
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.
Then this column is aligned to the right of the browse.
All other columns are displayed in the remaining area.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: Error en xbrowse + imagen
Mr. Rao,
gracias por contestar, si lo hago, este es el init de la mdichild :
Saludos
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() ) ;
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Error en xbrowse + imagen
please check the example \fwh\samples\xbrtfrez.prg
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: Error en xbrowse + imagen
Mr. Rao,
Perfecto!!! Muchas gracias.
Saludos
Perfecto!!! Muchas gracias.
Saludos