+2
Voting

Request: Image property on Macro

Francesco Zangara 8 years ago in GUI Editor updated by Oksana (expert) 8 years ago 1

I request to insert "Image" property of an object on Macro.

So if We have an variable with an URL then We can link it on property.

The variable value can change on time.


For example:

I write an script on iridium server that load an weather information and store a icon URL on a variable.

Next,in a panel, I use this variable for change the image loaded on a object.


Actualy I can use one script

<code>

IR.GetPage("Page").GetItem("Item").GetState(0).Image = IR.GetVariable("Driver.iRidium_Server.IconURL");

</code>


But is more easy use drag&drop.