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
Not a bug

Object Button not showing text with Windows 10

Mike Slattery 8 years ago in Applications / i3 Pro updated by Oksana (expert) 7 years ago 4

I recently added a new PC running windows 10 and have to run iRidium Studio as Administrator. When I add an object button with two states, I cannot get Text to show on the button in the GUI designer. It seems to be fine if I add the button without the graphics and then add the text with two separate graphic states.

0
Waiting for user's reply

EVENT_GLOBAL_TAG_CHANGE и несколько панелей управления

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

На серверном проекте создан

channel: current_source
tag: current_source
В клиетском скрипте:

1) Подписываемся на:
IR.SubscribeTagChange("Drivers.iRidium Server.current_source");



2) На нажатие кнопки меняем состояние current_cannel:
IR.AddListener(IR.EVENT_ITEM_PRESS.....
{
IR.SetVariable("Drivers.iRidium Server.current_source","что-то");
}

3) IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function(name, value)

{

if ( name.indexOf('current_source')!=-1 ) {
IR.GetItem("Page 1").GetItem("ltem 1").GetState(0).Text = value;
}

}


В итоге на сервере current_source изменяется но результат выводится только на текущей панели. На второй автоматически не выводится.

Каким образом можно синхронизировать панели?

0
Answered

Позиция Z у созданного через JS элемета

Андрей Курников 8 years ago in Applications / i3 Pro updated by Ekaterina (head of support) 7 years ago 3

Добрый день. Есть ли какая нибудь возможность выравнивать созданные через js объекты по оси Z (z-order).

Спасибо.

0
Waiting for user's reply

64-bit version i3 Pro

Theo Derks - NL (distributor) 8 years ago in Applications / i3 Pro updated 8 years ago 2

Hi,

we see, there is a 64-bit version of i3 Pro:


Image 13481


Please, clarify to us:

- How we can choose for this i3 pro - 64 version when we are using the Studiosoftware, and starting the Emulator

- Why there is no 64-version of Studio?


Thanks


Theo


0

В редакторе скриптов в подборе "Functions" показывать не только глобальные функции но и функции переменной.

cyberdyne 8 years ago in Applications / i3 Pro 0

В редакторе скриптов в подборе "Functions" показывать не только глобальные функции но и функции переменной(объекта). А именно в примере:

var some_object =
{

function_inside_var: function(_src, _dest)
{

}

}

Показывать и функцию "function_inside_var" - для ускоренного перехода к телу функции.

Это очень поможет при объектно-ориентированном подходе к программированию.

0
Answered

Hide projects in i3 cloud

ofer 8 years ago in Applications / i3 Pro updated by Kenny Stoepel 7 years ago 14

Hi,


As i understand all my clients projects should be uploaded to the i3 cloud in separate folders,

When i swipe right i can download any project from the cloud,

It is not acceptable that my client will see all the folders with names and projects,

How can we sort thus issue ?



thank you

0
Under review

[i3 Pro] iPad with LAN adapter

Francesco Zangara 8 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 8 years ago 1

Someone have already tested the i3Pro (iOS) and an ipad with a LAN Adapter?

It works?
You have encountered problems?

0

only i3 PRO download for Windows

oggi katic 8 years ago in Applications / i3 Pro 0

Hi there.


Is it possible to make a simple download for only i3 pro for windows, without whole packet with studio, transfer etc..


Our clients is very confused with all programmering software, the only thing they need is i3 pro for there windows client..


Is it possibility ?

0
Waiting for user's reply

Open v3 in V2?

Thales Cavalcanti 8 years ago in Applications / i3 Pro updated by Ekaterina (head of support) 8 years ago 1

Is there any way to save a V3 project to be opened in V2

0
Answered

Добавление элементов к Static List через JS

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

Добрый день. Подскажите пожалуйста, можно ли управлять элементами Static List через JS. (добавлять, удалять)

Спасибо.