Jump to content

Tabs in tabs


SlimShady
 Share

Recommended Posts

I would like to have tabs in a tab.

How do I do that?

I tried several things and I hoped this would work.

Can you help me?

$main_tab_1 = GUISetControl("tab", "Tab 1", 10, 10, 350, 300)

    $tab_1 = GUISetControl("tabitem", "Info 1", 0, 0, 0, 0)
        
       ;content
    
    $tab_2 = GUISetControl("tabitem", "Info 2", 0, 0, 0, 0)

       $sub_tab_1 = GUISetControl("tab", "Tab 2", 20, 20, 200, 200)

          $day_0 = GUISetControl("tabitem", "Today", 0, 0, 0, 0)

          $day_1 = GUISetControl("tabitem", "Tomorrow", 0, 0, 0, 0)

          $day_2 = GUISetControl("tabitem", "Day After", 0, 0, 0, 0)

       $sub_tab_close = GUISetControl("tabitem", "", -50, -50, 1, 1) ;close tab

    $search_tab = GUISetControl("tabitem", "Search", 0, 0, 0, 0)

$main_tab_close = GUISetControl("tabitem", "", -99, -99, 1, 1) ;close tab
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...