Hello, I have a question on tree count. I have added a new application to the left bar, called "Profile", and the profile application includes one tree called "View Profile".
What I did was clone the "loadDictionary" C# file as "viewProfile.cs". However upon running, I didn't see the tree name shown. If I go to "Profile", I am not seeing the label "View Profile", seems to be missing something, it is incomplete.
However, if I added two trees ("View Profile", "View Status"), then the tree shows the two items. So when appTrees.count = 1, it didn't work. But when appTress.count > 1, it worked and showed my two new trees. Did I miss something here? Any suggestions? Thank you.
Question on appTrees.count
Hello, I have a question on tree count. I have added a new application to the left bar, called "Profile", and the profile application includes one tree called "View Profile".
What I did was clone the "loadDictionary" C# file as "viewProfile.cs". However upon running, I didn't see the tree name shown. If I go to "Profile", I am not seeing the label "View Profile", seems to be missing something, it is incomplete.
However, if I added two trees ("View Profile", "View Status"), then the tree shows the two items. So when appTrees.count = 1, it didn't work. But when appTress.count > 1, it worked and showed my two new trees. Did I miss something here? Any suggestions? Thank you.
is working on a reply...