árbol tree con múltiples diálogos

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

árbol tree con múltiples diálogos

Post by Silvio.Falconi »

¿Cómo creo un árbol tree en sx con múltiples diálogos en dx como diálogo de configuración ? (ver la imagen)

Image
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
manuelcalerosolis
Posts: 149
Joined: Mon Oct 10, 2005 9:30 am
Location: Huelva - Spain

Re: árbol tree con múltiples diálogos

Post by manuelcalerosolis »

Silvio,

Lo puedes hacer fácilmente usando controles tipo "PAGES", capturas el evento onChange en el TreeView, y muestras una u otra pagina según te interese.

Yo estoy usando Pages con componentes dentro de otros diálogos y permite hacer diálogos que se adaptan al contenido, realmente muy útil.

Saludos
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: árbol tree con múltiples diálogos

Post by Silvio.Falconi »

I tried but I must make all pages same size because if one is big with scroll more another then I see the old dialog
Last edited by Silvio.Falconi on Fri Nov 17, 2017 7:15 pm, edited 1 time in total.
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: árbol tree con múltiples diálogos

Post by Silvio.Falconi »

Now I found the testtre4.prg But this build a tree on a window and not into a dialog
How I cn make to insert a scroll but not for all dialogs ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply