Hot Door CORE Forum
Hierarchial view - Printable Version

+- Hot Door CORE Forum (http://hotdoorcore.com/forum)
+-- Forum: All forums (http://hotdoorcore.com/forum/forumdisplay.php?fid=1)
+--- Forum: Getting started (http://hotdoorcore.com/forum/forumdisplay.php?fid=6)
+--- Thread: Hierarchial view (/showthread.php?tid=40)



Hierarchial view - Gaxx - 10-31-2014

A quick question. I have found files hdicoreHierarchicalView.h and hdicoreTreeEntryData.h in files section on site. However they are not present in 0.5.6 archive. Are they not released yet?


RE: Hierarchial view - Gaxx - 10-31-2014

It appears to work after coping headers to poject


RE: Hierarchial view - garrett - 10-31-2014

Yes, we have been working on the HierarchicalView class and supporting classes internally, but have not thoroughly tested them on all platforms for public release. You can use the headers you found in the documentation, but understand that bugs might be present. If you find any, please let us know.


RE: Hierarchial view - Gaxx - 11-03-2014

I have done some testing with hierarchial view. I have found no bugs on windws so far. On mac there seems to be a problem with list rendering as it appears empty(clicking on it seem to select root elements, but not expand them. They are not visible, and I detected selection by its side-effects) I tested on CC with OSx 10.7


RE: Hierarchial view - garrett - 11-11-2014

Thanks for the quick report. We will be improving hierarchical lists in the future, so I'll look into these sorts of issues at that time. I'm not sure if any improvements will make it into 0.5.7 or 0.5.8 specifically, but we have our own products that will rely on this feature so it will definitely get resolved at some point.


RE: Hierarchial view - garrett - 12-11-2014

(11-03-2014, 04:01 AM)Gaxx Wrote: I have done some testing with hierarchial view. I have found no bugs on windws so far. On mac there seems to be a problem with list rendering as it appears empty(clicking on it seem to select root elements, but not expand them. They are not visible, and I detected selection by its side-effects) I tested on CC with OSx 10.7

I have finally gotten around to testing the HierarchicalView class again, and I don't have this problem on Mac. I don't have a machine with OS X 10.7, but the underlying NSOutlineView class in Cocoa has been around since OS X 10.0. I did test in Illustrator 16, 17, and 18, however, and none of them had any problems.

Can you post some of your sample code that exhibits the problem? Thanks.