Hot Door CORE Forum
hierarchical/tree 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: hierarchical/tree view (/showthread.php?tid=54)



hierarchical/tree view - jun - 08-20-2015

I have checked the tree view option from Hot Door Core. I have tried manipulating to produce the tree view list in one of my panel.
Unfortunately is throwing some error for me.

this->TreeVal = hdi::core::TreeEntry(TreeVal.setEntryID("Val1")),
hdi::core::EntryValue(Val1),
mydata,
true,
true;

I have also attempted to try with hierarchal view. The rectangle panel appears but there seem no value appearing within it though I have set them.
this->__docHierarchyView = hdi::core::HierarchicalView(hdi::core::Rect(50.0, 50.0, 150,150)),
strArr,
"val1";

Could anyone help me out with this and let me know what I'm missing here. Huh Thanks in advance.


RE: hierarchical/tree view - vinothjaguva - 08-20-2015

(08-20-2015, 02:09 AM)jun Wrote: I have checked the tree view option from Hot Door Core. I have tried manipulating to produce the tree view list in one of my panel.
Unfortunately is throwing some error for me.

this->TreeVal = hdi::core::TreeEntry(TreeVal.setEntryID("Val1")),
hdi::core::EntryValue(Val1),
mydata,
true,
true;

I have also attempted to try with hierarchal view. The rectangle panel appears but there seem no value appearing within it though I have set them.
this->__docHierarchyView = hdi::core::HierarchicalView(hdi::core::Rect(50.0, 50.0, 150,150)),
strArr,
"val1";

Could anyone help me out with this and let me know what I'm missing here. Huh Thanks in advance.

Hi

I am also facing the same issue. Any suggestion much appreciate.

Expecting anyone valuable reply on this.

Vinoth V.


RE: hierarchical/tree view - garrett - 08-21-2015

Could you please post a more complete sample, with no syntax errors present? A good example would be to use our Skeleton project to get your HierarchicalView sample code going, and then copy/paste the relevant lines here on the forum.