It is currently March 29th, 2024, 8:53 am

Help with weather icons

Get help with creating, editing & fixing problems with skins
Crash
Posts: 47
Joined: February 12th, 2020, 1:53 am

Re: Help with weather icons

Post by Crash »

My coding skills are more java oriented so this is just somewhat of a hunch but would there be a way to set a variable named something like I (Something thats just an int) and when a HUD gets added add 25 to it? and when it adds another it places it at X?
User avatar
xenium
Posts: 841
Joined: January 4th, 2018, 9:52 pm

Re: Help with weather icons

Post by xenium »

Crash wrote: February 15th, 2020, 2:38 pm My coding skills are more java oriented so this is just somewhat of a hunch but would there be a way to set a variable named something like I (Something thats just an int) and when a HUD gets added add 25 to it? and when it adds another it places it at X?
See this example:
AlertTEST_.rmskin
In one or two measures delete, in "String =" ,the name of the alert then give refresh skin.
You will see that when an alert is not displayed, the alert that is active will occupy the position of the missing one.
You do not have the required permissions to view the files attached to this post.
Crash
Posts: 47
Joined: February 12th, 2020, 1:53 am

Re: Help with weather icons

Post by Crash »

Hmm ok, thanks!