A Simple Tree Control for use in Revolution/LiveCode.

Find out what's going on with LiveCode (the company), product releases, announcements, and events.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: A Simple Tree Control for use in Revolution/LiveCode.

Post by Mark » Thu Dec 02, 2010 6:35 pm

Hi Dixie,

I had a look at the zip file and noticed the text file in it. I haven't opened your stack yet, but I will.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: A Simple Tree Control for use in Revolution/LiveCode.

Post by Dixie » Thu Dec 02, 2010 6:49 pm

Mark...

You will have to download the .zip file again... as now there is no text file in there. Instead the stack itself tells you the story about using or downloading the 'dvField' library...

be well

Dixie

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: A Simple Tree Control for use in Revolution/LiveCode.

Post by Mark » Thu Dec 02, 2010 7:14 pm

Thanks, Dixie, I will do that.

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Klaus
Posts: 14187
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: A Simple Tree Control for use in Revolution/LiveCode.

Post by Klaus » Fri Dec 03, 2010 3:00 pm

Hi all,

sorry, I had to remove some postings but everything is kinda sorted out now.

Please go on, nothing to see here!


Best

Klaus

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: A Simple Tree Control for use in Revolution/LiveCode.

Post by Dixie » Wed Dec 08, 2010 11:27 am

The 'dvField' Library has been updated...

Added two commands… dvBranchSort and dvLeafSort.
The Branches and Leaves of a 'dvField' can now be sorted by script. These 'sorts' can also be performed using the 'dvField' popUp menu.

Added two functions :-
dvFieldBranches, dvFieldLeaves that return info about the branches and leaves in the dvField.

The syntax for the commands and functions are documented in the 'dvManual'
http://www.ihouse.on-rev.com/ihouse-dvfield.html

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: A Simple Tree Control for use in Revolution/LiveCode.

Post by Dixie » Wed Feb 16, 2011 10:35 am

Royalina...

I have attached a stack that uses the dvField library that shows you how to determine which dvField you are using, or want to use. If you have any further questions just ask...

be well

Dixie
Attachments
dvField Which.zip
(88.78 KiB) Downloaded 314 times

Post Reply