Hello, I have the calendar widget but I need to modify all the colors of this, but I do not know how to do it. thank you.
If you are using the calendar widget by jjsanchezramirez, then it looks like you need to go into the code and change things like
[lua]
monthName:setFillColor( 0, 0.8 )
day:setFillColor(0, 0.3)
circle:setFillColor(0, 0.1)
weekday:setFillColor(0, 0.8)
[/lua]
Yes, i do that, but i want change the color of window title.
If you are using the calendar widget by jjsanchezramirez, then it looks like you need to go into the code and change things like
[lua]
monthName:setFillColor( 0, 0.8 )
day:setFillColor(0, 0.3)
circle:setFillColor(0, 0.1)
weekday:setFillColor(0, 0.8)
[/lua]
Yes, i do that, but i want change the color of window title.