H hsb New Member Licensed User Longtime User Apr 9, 2014 #1 Hello, i can´t find the functions for search, open and close nodes in a treeview per sourcecode, maybe someone has any tips or samples. thanks, Fritz
Hello, i can´t find the functions for search, open and close nodes in a treeview per sourcecode, maybe someone has any tips or samples. thanks, Fritz
derez Expert Licensed User Longtime User Apr 9, 2014 #2 Attached please find an example which show use of the regular Treeview and my Treepane+Treenode b4j class (a conversion from the B4a class). Hope it helps. Attachments TV.zip 214.4 KB · Views: 345 Upvote 0
Attached please find an example which show use of the regular Treeview and my Treepane+Treenode b4j class (a conversion from the B4a class). Hope it helps.
rwblinn Well-Known Member Licensed User Longtime User Apr 10, 2014 #3 Hi, have a look at the source code of the B4J HOWTO Reader - which uses a TreeView with search function: http://www.rwblinn.de/b4j/b4jhowto/examples/b4jhowto.zip In addition check out the TreeView HOWTO entries: http://www.rwblinn.de/b4j/b4jhowto/index.htm Upvote 0
Hi, have a look at the source code of the B4J HOWTO Reader - which uses a TreeView with search function: http://www.rwblinn.de/b4j/b4jhowto/examples/b4jhowto.zip In addition check out the TreeView HOWTO entries: http://www.rwblinn.de/b4j/b4jhowto/index.htm