FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error en xbrowse + imagen
Posts: 389
Joined: Wed Nov 29, 2006 01:51 PM
Error en xbrowse + imagen
Posted: Mon Sep 21, 2020 10:46 PM
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.
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Error en xbrowse + imagen
Posted: Tue Sep 22, 2020 04:59 AM

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.

Regards



G. N. Rao.

Hyderabad, India
Posts: 389
Joined: Wed Nov 29, 2006 01:51 PM
Re: Error en xbrowse + imagen
Posted: Tue Sep 22, 2020 10:01 AM
Mr. Rao,
gracias por contestar, si lo hago, este es el init de la mdichild :

Code (fw): Select all Collapse
           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
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Error en xbrowse + imagen
Posted: Tue Sep 22, 2020 04:21 PM

please check the example \fwh\samples\xbrtfrez.prg

Regards



G. N. Rao.

Hyderabad, India
Posts: 389
Joined: Wed Nov 29, 2006 01:51 PM
Re: Error en xbrowse + imagen
Posted: Wed Sep 23, 2020 10:54 AM

Mr. Rao,

Perfecto!!! Muchas gracias.

Saludos

Continue the discussion