Página 1 de 1

TBrowseMod/Column:nClrPane - doesn't work when....

Publicado: Vie Feb 11, 2022 1:40 am
por Hurricane
Hi,

if this line of code is active, column 1 will not apply the color of nClrPane:

Código: Seleccionar todo

::oBrowseMod1:aGridData:=Directory('*.*')

Código: Seleccionar todo

#include "Xailer.ch"

CLASS TForm2 FROM TForm

   COMPONENT oBrowseMod1

   METHOD CreateForm()
   METHOD FormInitialize( oSender )

ENDCLASS

#include "Form2.xfm"

//------------------------------------------------------------------------------

METHOD FormInitialize( oSender ) CLASS TForm2
   ::oBrowseMod1:aGridData:=Directory('*.*')
RETURN Nil
If I disable the line of code, the column will change color
brwMod_Col_ClrPane.png
brwMod_Col_ClrPane.png (3.71 KiB) Visto 1775 veces

Re: TBrowseMod/Column:nClrPane - doesn't work when....

Publicado: Vie Feb 11, 2022 3:00 pm
por ignacio
Hi,

Use any of our sample to reproduce the problem. TIA.

Regards,

Re: TBrowseMod/Column:nClrPane - doesn't work when....

Publicado: Vie Feb 11, 2022 7:36 pm
por Hurricane
sample