HAL9000 Posted July 29, 2023 Posted July 29, 2023 i get error when use this GUISetBkColor($COLOR_MONEYGREEN )
Danp2 Posted July 29, 2023 Posted July 29, 2023 Did you recently switch AutoIt versions? From the 3.3.16.0 release notes -- Added #3771: ColorConstants.au3 now include all W3C extended colors. THIS IS A small SCRIPT BREAKING CHANGE Latest Webdriver UDF Release Webdriver Wiki FAQs
erix Posted July 29, 2023 Posted July 29, 2023 Hi, Yes it is : https://www.autoitscript.com/autoit3/docs/script_breaking_changes.htm
HAL9000 Posted July 29, 2023 Author Posted July 29, 2023 so if I want to use the old color i have to use 0xC0DCC0
ioa747 Posted July 29, 2023 Posted July 29, 2023 (edited) or placing at the top of your script Global Const $COLOR_MONEYGREEN = 0xC0DCC0 Edited July 29, 2023 by ioa747 I know that I know nothing
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