| View previous topic :: View next topic |
| Author |
Message |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Tue Jul 01, 2008 10:21 am Post subject: Sstreevw.dll another help request [SOLVED] |
|
|
Good morning
i'm using sstreevw.dll
it's possible insert a hidden user data for each item of tree ? If possible How to write data and read data?
Many tnx in advance for any info
Best regards
Last edited by Tdk161 on Thu Jul 03, 2008 7:38 am; edited 1 time in total |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Thu Jul 03, 2008 3:29 am Post subject: |
|
|
Hi TDK161,
You can use ::
| Code: | | TREEVIEW SETITEMDATA,<NAME>,<ITEM>,<DATA> |
to store data for each treeview item.
<NAME> is the name of the treeview control
<ITEM> is the item identifier of a treeview item
<DATA> is the data you need to associate with <ITEM>
Then, use ::
| Code: | | @TREEVIEW(GETITEMDATA,<NAME>,<ITEM>) |
to retrieve the data associated with <ITEM>
I'm not sure if pure strings can be saved in the items data or not. It's been
a very long time since I've worked on this dll (I am the author).
I also know that it needs some more work done to it, I just don't have the
time any more.
There should be some documentation about this command and function
in the help file.
Hope this help  _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Thu Jul 03, 2008 7:37 am Post subject: |
|
|
Work
Many many Tnx For your info Shinobi |
|
| Back to top |
|
 |
|