Installing, Integrating, and Calling Einhuger Treeview

I’m planning to use a tree view as the main user interface for an application, from where I’d like to provide functionalities beyond CRUD (btw, is this a good idea?). I’m looking at Einhuger’s tree data but I can’t find documentation on the nitty-gritty of attaching and running functions. Is there a detailed documentation in programming for and user using the tree view?

Try Einhugur Developers Network Library

Plus, I think the demo downloads include example projects.

1 Like

Scott C,
Thanks for the tips. Will do.

Einhuger TreeView 11.0 does not run under Xojo 2023 R. 4.
Any tutorial?
I’m sure once I’ve done one install I’ll be on my way to taking advantage of these grrat add-ons.

From the Einhugur Website:

TreeView

Version: 11.0
Requirements: Xojo 2018 r1 or later.
Dependencies: CoreClasses 7.7.2 or later.

Never install the TreeView plugin without having the CoreClasses plugin installed.

Did you install the CoreClasses plugin, too?

2 Likes

No problem here on macOS. I’ve been using TreeView for years. I agree with Thomas, that you ensure you’ve installed CoreClasses. In the paid version at least, it should be included with the download; Einhugur does that with all plugins that have other Einhugur dependencies.

1 Like

Tree views can be good for complex data structures. Check Einhuger’s documentation for details on attaching and running functions in the tree view.