autosc Posted January 23, 2007 Posted January 23, 2007 _GUICtrlTabGetCurSel ($tab), identifies the current selected tab. How my application can constantly watches the change of tabs to execute functions ? please , som tips ....
Moderators SmOke_N Posted January 23, 2007 Moderators Posted January 23, 2007 _GUICtrlTabGetCurSel ($tab), identifies the current selected tab.How my application can constantly watches the change of tabs to execute functions ?please , som tips ....AdlibEnable()? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
autosc Posted January 23, 2007 Author Posted January 23, 2007 AdlibEnable()?it works .. but the time parameter which suits my application is creating a high CPU load .other means ???
PaulIA Posted January 25, 2007 Posted January 25, 2007 it works .. but the time parameter which suits my application is creating a high CPU load .other means ???You might get some ideas from the TabControl demo in Auto3Lib. It shows how to get a notification when a tab changes. 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