Поделитесь своими идеями, пожеланиями и примерами в этом разделе. Идеи, за которые голосуют чаще всего, будут реализованы быстрее!

Мы перевели нашу службу поддержки на новую систему технической поддержки. С 17.01.2022 мы отключили возможность создавать обращения через личный кабинет userecho. Теперь все запросы обрабатываются по почте на support@iridi.com .

Спасибо вам за ваше понимание и хорошего дня.

0
Идет голосование

Temperature Measurement Token in Android

Artyom Syomushkin 9 лет назад в iRidium Script / Interface scripts обновлен Oksana (expert) 8 лет назад 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
Завершен

xbmc launched from desktop

Ekaterina (head of support) 11 лет назад в iRidium Script / Interface scripts обновлен Sergey (expert) 9 лет назад 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
Отвечен

set object view order by script

r riksma 9 лет назад в iRidium Script / Interface scripts обновлен 9 лет назад 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.
Ответ
Ekaterina (head of support) 9 лет назад
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
Отвечен

Mouse over.

TuomoHautala 9 лет назад в iRidium Script / Interface scripts обновлен iRidiumNikita 9 лет назад 4
Is there possibility to do mouse-over events in GUI editor?
0
Отклонен

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

Эмиль Боев 9 лет назад в iRidium Script / Interface scripts обновлен Oksana (expert) 9 лет назад 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.
Ответ
Oksana (expert) 9 лет назад
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
Ожидает ответа пользователя

exceptions not getting generated when the should be...

rocfusion 9 лет назад в iRidium Script / Interface scripts обновлен Oksana (expert) 9 лет назад 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
Отвечен

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

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

Circle slider

evg 9 лет назад в iRidium Script / Interface scripts обновлен Oksana (expert) 9 лет назад 0
It has come.
RoundSlider.irpz
0
Идет голосование

FPS readout

Johan 9 лет назад в iRidium Script / Interface scripts обновлен Oksana (expert) 8 лет назад 1
Idea to get FPS readout to an item on a page. For testing purposes.

Thanx in advance!


Сервис поддержки клиентов работает на платформе UserEcho