Due to increasing spam attacks, forum registrations are currently paused to keep our community safe and spam-free. Come hang out and stay connected with us on the SimHub Discord: https://discord.com/invite/nBBMuX7!

Catch you on Discord — and thanks for understanding!
Defining background...
 
Notifications
Clear all

Defining background Color

4 Posts
4 Users
0 Reactions
2,252 Views
 GP7
(@gp7)
New Member
Joined: 2 years ago
Posts: 1
Topic starter  

Can anyone please help with a code I'm writing to change the background color of the Tyre temps?

 

if([TyreTemperatureFrontRight]<69, 'Blue') 
([TyreTemperatureFrontRight]>70&[TyreTemperatureFrontRight]<90, 'Green')
([TyreTemperatureFrontRight]>91&[TyreTemperatureFrontRight]>100, 'Orange')
([TyreTemperatureFrontRight]>101, 'Red')

Thanks

 


   
Quote
(@botmeister)
Eminent Member
Joined: 3 years ago
Posts: 41
 
if([TyreTemperatureFrontRight] >= '100', 'red',
if([TyreTemperatureFrontRight] >= '90', 'orange',
if([TyreTemperatureFrontRight] >= '70', 'green', 'blue')))

   
ReplyQuote
(@7hund3r)
Eminent Member
Joined: 4 years ago
Posts: 13
 

Posted by: @botmeister

if([TyreTemperatureFrontRight] >= '100', 'red',
if([TyreTemperatureFrontRight] >= '90', 'orange',
if([TyreTemperatureFrontRight] >= '70', 'green', 'blue')))

where should this be placed?

 


   
ReplyQuote
(@jessicalauren)
New Member
Joined: 10 months ago
Posts: 1
 

Great insights on defining background color, A clear design enhances readability and engagement, which is crucial when tackling complex tasks like othmassignmenthelp.co.uk. Keep sharing such valuable tips.

This post was modified 10 months ago by jessicalauren

   
ReplyQuote
Share:
📄 Terms & Conditions | 📑 Privacy Policy