How to Create a dialog with MultiSelTreeView
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-06-17 10:51 AM
I would like to display a list of navigator tree in a dialog and be able to select from them.
Is there a simple way to use MultiSelTreeView for this?
I looked at Navigator_Test example ,but it didn't work properly in my environment.
Do I need to write many codes like Navigator_Test ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-07-01 10:54 AM
Can you provide a bit more detail about why the Navigator_Test code didn't work in your environment, e.g. did the code fail to compile or link, or did it fail at runtime?
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-07-02 01:52 AM
Hi, Ralph.
I tried Navigator_test again, and this time it worked without any issues.
I may have misunderstood something.
I still don't fully understand the contents, but since it’s working now, I’d like to gradually go through the code and review it.
Thank you for now.