CyberSlug Posted May 12, 2004 Posted May 12, 2004 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 parameterKeep up the good work, jpm Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
jpm Posted May 12, 2004 Posted May 12, 2004 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 parameterKeep up the good work, jpm 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now