Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!

We have moved our support service to a new technical support system. Since 17.01.2022, we have disabled the ability to create appeals through the userecho personal account. Now all requests are processed via mail to support@iridi.com .

Thank you for your understanding and have a nice day.

0
Voting

Temperature Measurement Token in Android

Artyom Syomushkin 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt door Oksana (expert) 8 jaar geleden 2
A lot of Android devices feature Battery or CPU Temperature Sensor.
It would be useful to add them to System Tokens. With some correction such sensor can be used as ambient temperature sensor in the place where panel is installed.
System Tokens Android
0
Voltooid

xbmc launched from desktop

Ekaterina (head of support) 11 jaar geleden in iRidium Script / Interface scripts bijgewerkt door Sergey (expert) 9 jaar geleden 5
This can be done, for that he will need to use the opportunity to create Iridium server. On a PC, it will run the server - the project desctop Server.irpz on his ipad project will be launched iPad Client.irpz

To work projects on the PC and on the iPad Pro will need a license or trial.

The draft iPad Client.irpz he should change only the ip address on the ip address of the PC on which it will run desctop Server.irpz
The project desctop Server.irpz need to check the path to the XBMC maybe it will be different from the current plan.

desctop_Server.irpz
iPad_Client.irpz
0
Beantwoord

set object view order by script

r riksma 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt 9 jaar geleden 2
Is it possible to specify a view order after an item is created?
I would like to generate a background for a number of items, but i have to make sure it is always generated first or the items disappear behind the background.

It would be great if there is a way to set this order with javascript after creating the object.
Antwoord
This parameter cannot be changed via the script.
You set it when creating the item, so the items should be created in the right sequence
0
Beantwoord

Mouse over.

TuomoHautala 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt door iRidiumNikita 9 jaar geleden 4
Is there possibility to do mouse-over events in GUI editor?
0
Declined

Error with binding image url to UI item\s state "Image" property

Эмиль Боев 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt door Oksana (expert) 9 jaar geleden 8
If one will try to assign 2 images (from internet by url) to 2 different states of one UI item, there will be an error!

For example:

IR.GetPage("Page 1").GetItem("Test").GetState(1).Image = "http://some.site/second.jpg";
IR.GetPage("Page 1").GetItem("Test").GetState(0).Image = "http://some.site/first.jpg";


than both states (0 and 1) will be with "first.jpg" image.

If that one will try:

IR.GetPage("Page 1").GetItem("Test").GetState(0).Image = "http://some.site/first.jpg";
IR.GetPage("Page 1").GetItem("Test").GetState(1).Image = "http://some.site/second.jpg";


than both states (0 and 1) will be with "second.jpg" image.
Antwoord
Oksana (expert) 9 jaar geleden
Hello,

We researched your task, and it's not a bug. In current conception working of Dynamic Image, we didn't plan this functional.
Dynamic Images work with only one state of item now.
0
Waiting for user's reply

exceptions not getting generated when the should be...

rocfusion 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt door Oksana (expert) 9 jaar geleden 3
Hi,

Take a look at the following project.  Run it….

The script refers to two popups from which only one exists in the project.

When the scripts runs, I would expect  "    var full = parent.GetItem(path[1]);" would generate an exception given that path[1]  doesn't contain anything when used against the beginpage variable.  Instead the full variable is assigned null.

The IR.GetPopup should generate an exception for the nextpage variable.  Given that we assigning an popup that doesn't exist in the project. 

Thanks,


Roger




noexception.irpz
0
Beantwoord

Изменение параметра Time Up и Time Down

evg 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt door Ekaterina (head of support) 9 jaar geleden 1
Доброе утро!
Подскажите, возможно ли изменять из скрипта параметры Time Up и Time Down для анимированного элемента?
Если нет, то было бы не плохо.
0
Voltooid

Circle slider

evg 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt door Oksana (expert) 9 jaar geleden 0
It has come.
RoundSlider.irpz
0
Voting

FPS readout

Johan 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt door Oksana (expert) 8 jaar geleden 1
Idea to get FPS readout to an item on a page. For testing purposes.

Thanx in advance!