Unique Posted August 15, 2020 Share Posted August 15, 2020 (edited) Hi! 1) How to change color at the Statuss row? look at the picture: --> <-- 2) How to change background picture color? look at the picture: --> <-- CODE: bLogout = guiCreateStaticImage(0, 53, width, height, ":resources/window_body.png" , false, nil) Edited August 15, 2020 by Danex Link to comment
Moderators IIYAMA Posted August 15, 2020 Moderators Share Posted August 15, 2020 43 minutes ago, Danex said: 1) How to change color at the Statuss row? look at the picture: Use a second label[+] or use a gridlist instead. 41 minutes ago, Danex said: 2) How to change background picture color? look at the picture: Put another image behind that. Just use a 1x1 size image with a single color. Disable the image as well, to make sure it doesn't goes in front of the other image. Link to comment
Unique Posted August 15, 2020 Author Share Posted August 15, 2020 (edited) 19 minutes ago, IIYAMA said: Use a second label[+] or use a gridlist instead. Put another image behind that. Just use a 1x1 size image with a single color. Disable the image as well, to make sure it doesn't goes in front of the other image. STOP... i need change color for image, what are you talking about? use please like this code "discon.png", 0, 0, 0, tocolor(255, 255, 255, 200)) next time please give me better answer lol. "sripting moderator" Edited August 15, 2020 by Danex Link to comment
Moderators IIYAMA Posted August 15, 2020 Moderators Share Posted August 15, 2020 (edited) 2 hours ago, Danex said: STOP... i need change color for image, what are you talking about? use please like this code "discon.png", 0, 0, 0, tocolor(255, 255, 255, 200)) next time please give me better answer lol. "sripting moderator" I gave you an answer that would give your image a background color. If the answer is not helpful, then your question is incorrect. I also noticed before that your previous comment (hidden) was very toxic and disrespectful. Now you are trying to provoke a: 2 hours ago, Danex said: "sripting moderator" Please behave yourself. LOCKED Edited August 15, 2020 by IIYAMA 2 1 Link to comment
Recommended Posts