Pavel Posted January 9, 2007 Posted January 9, 2007 Why the tabitems not disabling, when i use GuiCtrlSetState() func? Generally, i can do this ?
PaulIA Posted January 10, 2007 Posted January 10, 2007 Why the tabitems not disabling, when i use GuiCtrlSetState() func? Generally, i can do this ? There is no native function for a tab control that will disable a tab. There is a notification message that is sent when a tab is clicked (before the tab actually changes) that you would need to monitor and return False for the tab(s) that you want to "disable". There is a demo script in Auto3Lib that shows how to tap the notification message from a tab control if you're still interested. Auto3Lib: A library of over 1200 functions for AutoIt
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