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.

TTreeView.

Foro público de Xailer en español
Responder
pjmfelix
Mensajes: 61
Registrado: Jue Abr 27, 2006 1:23 pm

TTreeView.

Mensaje por pjmfelix »

Hi, all.
There is any way to show the checkboxs, only in the TTreeViewItems ?
I use this class to show tables that have divide in group, subgroup and
subsubgroup.
I pretend that the user only check the items of the subsubgroup.
Best Regards.
Paulo Félix
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

TTreeView.

Mensaje por jfgimenez »

Paulo,
> There is any way to show the checkboxs, only in the TTreeViewItems ?
>
> I use this class to show tables that have divide in group, subgroup and
> subsubgroup.
>
> I pretend that the user only check the items of the subsubgroup.
No, sorry. When checkboxes are activated, windows shows them for all items
in any level.
ITOH, take a look at the control TOptionList. It can hold items of several
types, including 'checkbox' style too. And each item can be of different
type.
--
Regards,
Jose F. Gimenez
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
pjmfelix
Mensajes: 61
Registrado: Jue Abr 27, 2006 1:23 pm

TTreeView.

Mensaje por pjmfelix »

Thanks Gimenez.
I try the TOptionList.
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escreveu na mensagem
news:[email=441e8f70@ozsrvnegro.ozlan.local...]441e8f70@ozsrvnegro.ozlan.local...[/email]
> Paulo,
>
>> There is any way to show the checkboxs, only in the TTreeViewItems ?
>>
>> I use this class to show tables that have divide in group, subgroup and
>> subsubgroup.
>>
>> I pretend that the user only check the items of the subsubgroup.
>
> No, sorry. When checkboxes are activated, windows shows them for all items
> in any level.
>
> ITOH, take a look at the control TOptionList. It can hold items of several
> types, including 'checkbox' style too. And each item can be of different
> type.
>
> --
> Regards,
>
> Jose F. Gimenez
>
Responder