Jump to content

Inserting Tabitems In The Middle...


Recommended Posts

Is there any way to insert at tab item at a specifc index? AutoIt-Gui 102.17 inserted a new tabitem next to the active tab. AutoIt-Gui 102.18+ always add the new tab at the very right....

I like the current behavior--but is there a way to insert a tabitem at a specific location?

UISendMsg($tab, $TCM_INSERTITEMA, 3, ???) will not work because of the last parameter

Keep up the good work, jpm :D

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Is there any way to insert at tab item at a specifc index?  AutoIt-Gui 102.17 inserted a new tabitem next to the active tab.  AutoIt-Gui 102.18+ always add the new tab at the very right....

I like the current behavior--but is there a way to insert a tabitem at a specific location?

UISendMsg($tab, $TCM_INSERTITEMA, 3, ???) will not work because of the last parameter

Keep up the good work, jpm :D

True I did a change between 17 and 22 but the creation has to be done thru GuiSetControl("tabitem",...) no way to use GuiSendMsg.

So I will stay current with append mode only.

Thanks for your support :huh2:

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...