Jump to content

Changing TabItem Color


Pavel
 Share

Recommended Posts

  • Moderators

Why i can't set new tabitem color ?

generally, it's possible?

GuiCtrlCreateTab(10,10,300,180)
GuiCtrlCreateTabItem("First Tab")
GuiCtrlSetBkColor(-1,0x0046D5)
; or GuiCtrlSetColor(-1,0x0046D5)
Not with AutoIt.

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.

Link to comment
Share on other sites

  • Moderators

Maybe exist special API function?

Or that possible only if i create tab control with API?

Not to my knowledge, I know that Valuater with his X-Skin project was looking at working something out for it. But as far as I know you can't do that without painting the entire GUI.

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.

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