Pavel Posted January 5, 2007 Posted January 5, 2007 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)
Moderators SmOke_N Posted January 5, 2007 Moderators Posted January 5, 2007 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.
Pavel Posted January 5, 2007 Author Posted January 5, 2007 Not with AutoIt.Maybe exist special API function?Or that possible only if i create tab control with API?
Moderators SmOke_N Posted January 5, 2007 Moderators Posted January 5, 2007 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.
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