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
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
TExplorerGroup
TExplorerGroup
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
> 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