Jump to content

GUI Tab Questions


McGod
 Share

Recommended Posts

Im working with tabs and I have a couple idea I want to use with them although I'm not sure if they can be done.

  • Is there a function I can use to force the tabs to change? ( Go from tab 1 to tab 3 )
  • Is there a way I can make a tab flash? As in theres a new message.
  • Can I find out what tab is currently active? It would help so I can easily work with the right tab.
3. Found out, I just GUICtrlRead the Tab Control. Edited by Chip
Link to comment
Share on other sites

Im working with tabs and I have a couple idea I want to use with them although I'm not sure if they can be done.

  • Is there a function I can use to force the tabs to change? ( Go from tab 1 to tab 3 )
  • Is there a way I can make a tab flash? As in theres a new message.
  • Can I find out what tab is currently active? It would help so I can easily work with the right tab.
3. Found out, I just GUICtrlRead the Tab Control.

answer for question 3:

_GUICtrlTabGetCurSel ($tab), identifies the current selected tab.

answer for question 1: _GUICtrlTabSetCurSel

answer for question 3: ??? i want to know too

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