Welcome!

On this forum you can discuss iRidium with other users.

iRidium consist of 2 main components - i3 pro app and iRidium Server. Please post here your questions, ideas or errors you find.

Please send your questions to support team as a private messages.


Please subscribe to the Change Log to know our news

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
Waiting for user's reply

How to access list' object data deep in a subitem's properties

Lance Price 8 years ago in iRidium Script updated by Dmitry - support (expert) 8 years ago 1

var List = IR.GetPopup("Popup1").GetItem("List 1");


List.GetItem(item, 3, {Text:})


says it contains a null, but shouldn't this work? I'm not familiar with which method 'Gets' the data for use as a variable. I'm trying to copy a list item and all the property values that are not kept in the initial creation if a template, from a button within a list item (ie the text values in all the subitems).


This doesn't work either but might clarify what I'm trying to do:


var NeedThisTxt = List.GetItem(item).GetItem(subitem).Text;

//so I can do the below

List.CreateItem(item+1, subitem, {NeedThisTxt});


Please and Thank you!


0
Waiting for user's reply

open application by iridium

Truc Nguyen Van 8 years ago in Applications updated by Dmitry - support (expert) 8 years ago 3

hello everyone!

I have a problem about open one application on smartphone (Iphone, Ipad, Android,...) with iridium interface. Example : a program watching tivi , listening music,... It's help me can control anything in myhome with iridium interface , I don't have to turn off or exit iridium application.

0
Answered

Base64

Dmitry Ryzhkov 8 years ago in iRidium Script updated by Dmitry - support (expert) 8 years ago 2

Здравствуйте.


Поддерживает ли Иридий кодирование/декодирование Base64?

0
Waiting for user's reply

Как настроить кнопку (Button) отправлять два разных значения?

AntSakh 8 years ago in General updated by Максим Миров 8 years ago 3

Задача: Настроить кнопку отправлять два разных значения 0 и 100 на противоположное в зависимости от текущего состояния по событию Hold.


По идеи простейшая задача для триггер кнопки, но она не подходит так как срабытывает по событию press или release.

В документации предлагают вешать события на Hold например отправлять значение 0 и на событие Release отправлять 100. Но это не очень юзабилити для клиента, запоминать две команды, как например включать и выключать освещение.

0

yamacha

ведуться якісь небуть розробки драйвера для підсилювачів yamacha?

0
Answered

Acces an array in Bechoff PLC

Michaël 8 years ago updated by Dmitry - support (expert) 8 years ago 3

Hello,


Is it possible to acces an array in a Bechoff PLC without to add them in "Project Device Panel"?

The array is an array of 356 Dword.


Thanks!

Michaël

0
Answered

Получение доступа к элементам List

Андрей Курников 8 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 8 years ago 3

Добрый день.

Можно ли как то получить доступ к элементам List?

Например при нажатии какой либо кнопки на странице "Page 1" изменить какое либо свойство у всех внутренних объектов первого элемента в списке LIst

что то вроде IR.GetItem("List").GetItem(0).Items



0
Waiting for user's reply

Downloading a project from the cloud

Mike Slattery 8 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 8 years ago 2

One issue that we are going to have is how to manage multiple customers. We will have some customers that only have one project and the project will be loaded by us using our email address. If we use our email assigned as the developer, the customer will see all of our projects. Do we have to create an email for each of our customers? What do you suggest we do for single project customers.

0
Answered

sip v3 Не идет входящий звонок в фоновом режиме

alksnis 8 years ago in Applications / i3 Pro updated by Петр Андреев 8 years ago 5

Добрый день! В новом драйвере SIP не поддерживается работа в фоновом режиме, таким образом, при режиме stendby заказчик, если и слышит звонок домофона,открывает приложение, там висит on hook, и звонок не идет, и связаться с панелью он не может. Как можно исправить?

0
Not a bug

parseInt wrong parse

Francesco Zangara 8 years ago in General updated by Dmitry - support (expert) 8 years ago 1

Project 1.irpz

parseInt function wrong parse "08" and "09" string.

more, the function wrong parse all string that start with "0" (ex.: "010" > 8, "011" > 9, "020" > 16)


I think that this bug is also present on iridium 2