04-04-2007 09:11 PM
04-05-2007 11:17 PM - edited 04-05-2007 11:17 PM
Hi Xuy,
On the front-panel, right-click on the text-ring control and select: Create\Property Node.
Then, on the diagram, right-click on the property-node and select "Strings[]".
The "strings[]" property is the array of strings available in the control - and you can change it. ![]()

Cheers!
Message Edited by tbd on 04-05-2007 11:18 PM
04-06-2007 12:49 AM
04-06-2007 01:27 PM - edited 04-06-2007 01:27 PM
Hi Xuy,
This sounds interesting, but I need a more information (sorry if I'm "slow".)
If the database is returning an array of data/records, how do you want to fill-in the tree control? A tree control displays a "hierarchy" and it's not clear to me how to translate a list of records to a hierarchy(?)
Can you provide some simple example? Please show the beginning array of values (from the DB) and also how the "tree" result should appear. Then (maybe) I can help you to populate the tree correctly.
Example records: (Name, Address, Age)
Abe, 123 LC way, 67
Babe, 234 FW Park ave, 3
Coulter, 111 DC Rd., 48
Please illustrate the "tree"!
Cheers!
Message Edited by tbd on 04-06-2007 01:28 PM
04-06-2007 08:57 PM
04-12-2007 04:13 AM
Hi XuY,
Sorry for the long delay (we were "experiencing technical difficulties".) If you've worked this out, great!
... if not, maybe this example (attached) will help.
Cheers!