Can you dynamically create new tabs? i.e. if I had group.AddTabs(0, [tab_inv, tab_com, tab_rs]);then want to create a new tab...var tab_new = new EmuTab("NewTab");
I can't see how to insert that into the existing list
Should just be able to do group.AddTabs(row, …) again, it appends the new tabs onto the end of the row without clearing existing ones.