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
Answered

FullScreen property

Wouter van der Post 6 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 6 years ago 3

There is a JavaScript function to enter/exit fullscreen mode [ IR.SetFullScreen(mode) ].

Can you also add a function/property to get the current mode? 

0
Answered

IR.DeleteItem

Wouter van der Post 6 years ago in Applications / i3 Pro updated by anonymous 6 years ago 2

According to the online documentation this feature (IR.DeleteItem) is under development. I need this function for a project I am working on, can you give me an estimate on when this will be available?


http://wiki2.iridiummobile.net/GUI_API#IR.DeleteItem

0
Answered

Installer account in i3 pro

Jorge Antonio 7 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 7 years ago 1

Exist a installer account in i3 pro?

0
Waiting for user's reply

UDP Messages not coming to iRidium Client.

TuomoHautala 7 years ago in Applications / i3 Pro updated 7 years ago 3

We have projector in our project and it is sending UDP messages to port 53862.

I have driver in iridium that is listening to that port but nothing are logged.

What might cause this problem????

0
Waiting for user's reply

Problems with landscape-portrait projects

Theo Derks - NL (distributor) 7 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 7 years ago 3

Hi

Please open project in attachment.

In Emulator, this project is in portrait-mode (and that's correct)

But in Windows, the project is rotated into landscape mode (what is not correct).


Please fix this.


Thanks


Theo

test.irpz

0
Answered

IR.EVENT_ITEM_RELEASE doesn't work any more after update 1.2.0

r riksma 7 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 7 years ago 8

After my client updated to iRidium 1.2.0 we were surprised to find some buttons not working correctly any more. After troubleshooting we found IR.EVENT_ITEM_RELEASE didn't trigger any more when you hold the button and then release it. I fixed it by adding IR.EVENT_ITEM_END_HOLD.


Was this change intentional? if so, why isn't it mentioned in the change log?

0
Under review

обновился до версии 1.2 и опять я бета тестер(((

AlexDr 7 years ago in Applications / i3 Pro updated by HDL Belarus 6 years ago 35

По порядку что перестало работать:

1. не считываются каналы Sampling Temperature климатического модуля HDL

2. в клиенте под андроид криво отображаются слайдеры с кастомным ползунком:

Image 21344



Было так:

Image 21348



3. При загрузке проекта из студии в телефон под андроидом он загружается два раза подряд - второй раз начинается сразу после распаковки проекта в телефоне.




меня более менее устраивала версия 1.1.8, но блин у заказчика обновился клиентское ПО в телефоне, и это потянуло за собой необходимость обновления сервера, и студии. В англоязычной ветке уже писали о этой "фиче", которая разработчикам причиняет много геморроя. Если у меня несколько проектов, и у их пользователей примерно в одно время андроид автоматом решит обновить ПО, то у меня начинаются "эти самые дни"! Клиент со старой версией сервера перестает работать, вынуждая обновлять сервер и получая порцию новых багов! Исправили старые и добавили новые.

0
Started

i3 Pro 1.20 Problems

Ofer Peleg 7 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 7 years ago 9

Hi,


Mini iPad software ver 10.3.3

 iridium i3 Pro ver1.20


When you open the App the screen goes totally black and no option to swipe to enter the settings area,


Another thing i can't see the TEXT RTL support function in settings ...



Ofer.



0
Under review

How to leave the project menu after the last update ?

S CL 7 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 7 years ago 5

when i open the project menu on my touchscreen i can't leave it without pressing F8 ? 

0
Answered

Sender in ScriptCall macro

Wouter van der Post 7 years ago in Applications / i3 Pro updated by Tatiana Kiselyova (expert) 7 years ago 3

Hello,


In the latest changelog it says:

ScriptCall macro.When calling the function the reference to the item which called the function is transferred in the script

Can you elaborate on this? How do we use this new feature?

I've tried to create a function with a parameter like so:

function doSomething(sender) {
  IR.Log(sender.Text);
}

And created a simple button that calls this function on it's Press Event.

But 'sender' is undefined.