how can i make it not to remove the last node ?
i am using that code to remove the node...
Code:SelectedTab = Tree.GetSelectedNode("Tab_Panel"); TabDataTable = Tree.GetNode("Tab_Panel", SelectedTab); TabText = TabDataTable.Text if TabText ~= "Tabs" then Tree.RemoveNode("Tab_Panel", SelectedTab); else end

Reply With Quote