Hey guys, I'm a very new user and my question is very basic, can you please help me understand how do I create tabs with content? For example instead of textbox X, X tab that will show Y and Z textboxes with it content.
vlistbox(
textbox("X", <<font color(blue), <<set font size(10), <<set font style("bold")),
textbox("Y", <<font color(black), <<set font size(10), <<set font style("bold")),
hlistbox(
Button Box("abc",
Include("")
),
Button Box("def",
Include("")
),
),
textbox("Z", <<font color(black), <<set font size(10), <<set font style("bold")),
hlistbox(
Button Box("ghi",
open("")
),
Button Box("jkl",
Include("")
),
Button Box("mno",
Include("")
),
),
),