Yue Posted 17 hours ago Posted 17 hours ago -- Configurar colores para el combo box (tema NASA) _cbResolution:SetColor(0.1, 0.1, 0.1, 1, WIDGETCOLOR_BACKGROUND) _cbResolution:SetColor(1, 0.5, 0.25, 1, WIDGETCOLOR_FOREGROUND) _cbResolution:SetColor(0.3, 0.3, 0.3, 1, WIDGETCOLOR_BORDER) _cbResolution:SetColor(1, 0.5, 0.25, 0.3, WIDGETCOLOR_SELECTION) _cbResolution:SetColor(1, 0.6, 0.3, 1, WIDGETCOLOR_SELECTEDTEXT) --_cbResolution:SetColor(0.2, 0.2, 0.2, 1, WIDGETCOLOR_RAISED) -->>>> Crash App _cbResolution:SetColor(0.15, 0.15, 0.15, 1, WIDGETCOLOR_SUNKEN) And you cannot change the color in a combo box for the item letters, they always remain white. Quote ย ย Murphy's Law: We don't fix bugs, we document them as features. โ Murphy Games
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.