Página 1 de 1
TExplorerGroup
Publicado: Mar Abr 04, 2006 4:04 pm
por pjmfelix
Hi, all.
Is it possible to change the nClrPane of TExplorerGroup ?
I try this ::oExplorerBar1:aItems[1]:nClrPane := RGB(197,197,197), but don't
work.
Best Regards.
Paulo Félix
TExplorerGroup
Publicado: Mié Abr 05, 2006 12:10 pm
por jfgimenez
Paulo,
> Is it possible to change the nClrPane of TExplorerGroup ?
>
> I try this ::oExplorerBar1:aItems[1]:nClrPane := RGB(197,197,197), but
> don't work.
No, it's not possible for now, sorry. However, you can place any control on
a explorer group, and that control could be not "lTransparent" and has its
own background colour. I.e., if you put an optionlist on an explorerbar,
just put lTransparent = .F. for the optionlist and change its background
colour throw its nClrPane property.
--
Regards,
Jose F. Gimenez