This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Change Background Image On Object Value
#4
Hi,

Currently your script is executed on state "value", this means that during init the script is not executed as state is "init" in that case, you could remove the "if (state == 'value') { ... }" condition to have it also executed on init so it is directly triggered after a refresh. Or you can add a extra condition likeĀ "if (state == 'init') { ... }"

BR,

Erwin
Reply


Messages In This Thread
RE: Change Background Image On Object Value - by Erwin van der Zwart - 26.09.2019, 18:47

Forum Jump: