TreeGadget

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Cantor.

Hello!

Can someone give an example how to use the Tree-Gadget-Functions with
different subitems?
"AddTreeGadgetItem" only creates one subitem.

I can only create

|-Level One
|-Level One
|-Level One

instead of

|-Level One
| |--Level Two
| |--Level Three
|-Level One

Greetings, Martin.

--
Best regards,
Martin

Edited by - Cantor on 20 August 2001 16:53:12
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.

Take a look at the 'GadgetAdvanced.pb' example file located in the folder EXAMPLES\SOURCES.
It answered a lot of questions for me.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Cantor.

Thanks a lot.

I didn't see that example yet. There are some commands that are not explained in the reference manual.

Greetings, Martin

--
Best regards,
Martin
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.

I don't suppose there is a way to start the TreeGadget with all the branches already open??
Post Reply