Hi people, I'm trying to dynamically populate a TreeView based on a script from Water that I modified for my needs. but I can't figured it out how to make it work.
Here what I have in case anyone can help me, thanks in advance:
#include <array.au3>
#include <GUIConstantsEx.au3>
#include <GuiTreeView.au3>
Local $aTV1[14][3] = [ _
['1', 'Text 1', -1], _ ;-1 idicates it's an index item
['2', 'Text 2',-1], _
['3', 'Text 3',-1], _
['1-1', 'Text 1-1',0], _
['1-2', 'Text 1-2