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

Enter and Exit Fullscreen using JavaScript

Mike Slattery 7 years ago in Applications / i3 Pro 0

Is there a method to enter and exit Fullscreen mode in JavaScript? I can do this in the System Menu but cannot find any command to do this.

0

IR.Execute

Mike Slattery 7 years ago in Applications / i3 Pro updated by Jackie Roos 7 years ago 3

I am trying to use IR.Execute to run a keyboard program while in full screen mode, but the program is not showing on screen. The program is running and will block any button touch behind it. I just can't see it. The only way I can get it to show is to get out of full screen. Any suggestions?

0
Answered

Обратная связь кнопок

Алекс 8 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 7 years ago 2

Добрый день.

Могу -ли я получая от моего контроллера 8 битное слово по ModBus преобразовать его в 8 шт 1-но битных обратных связей для 8 кнопок. Если да то где я могу ознакомиться с подобным примером или статьей. Я не использую сервер, а на прямую отправляю данные на свой контроллер по ModBus.

0
Answered

Disable orientation

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

I am creating an app, which will be used in portrait mode, to control lights, climate, etc. It can also show some camera pictures. I want to be able to view the camera pictures in both landscape and portrait mode. Is this possible? Without affecting the other pages. And if so, how?

0
Answered

при переводе проекта с 2 на 3

Александр Агеев 8 years ago in Applications / i3 Pro updated 8 years ago 4

как узнать количество тегов для выбора правильной лицензии? гдето можно посмотреть статистику? созданные, но не задействованные теги считаются?


0
Waiting for user's reply

screensaver stops activating after a day

Jackie Roos 8 years ago in Applications / i3 Pro updated 7 years ago 5

Hi

I have a site where the screen saver will activate for a day or so, and then stops activating so there is no screen saver


We originally had the interval at 30 seconds and now it is 5 minutes


If I restart iR3, the scree saver starts working again, but in about a day will stop working.


I am not sure if this is relevant, but this is the same Windows 10 pro PC that iRidium.exe 64bit would not run due to VCOMP.dll was missing: http://support.iridiummobile.net/topics/9768-canot-start-because-vcomp100dll-is-missing/


Running iRidium 32 bit, Windows 10 Pro


Suggestions please? This is rather urgent as the client is not happy.


Thanks

0

Adding items to gallery group object question

Jackie Roos 8 years ago in Applications / i3 Pro 0

When adding composite items to the gallery

Image 14573


we get the following question


Image 14572


Can this please be changed

- Instead of a warning, a question

- options should be yes and no, not ok and cancel


In the current format it is confusing.


0

Item in gallery will not drag on top of a locked item

Jackie Roos 8 years ago in Applications / i3 Pro updated 8 years ago 0

I have created and added items to the gallery to use in my project:

Unfortunately, when I want to use them in my project, they will not drag onto an item that has been locked.

Image 14570


Other items from the gallery will drag over the locked item, but not these items that have been created and added to the gallery.


Items that have been added to the gallery that are single items (not composite items) will also drag onto the locked item


The items added to the gallery consist of two items, not grouped, eg a level and a button item:

Image 14571




Please fix.



0
Answered

Check SSID and change host

Matheus Botura Pimenta 8 years ago in Applications / i3 Pro updated by office_iridiummobile ru (manager) 2 years ago 3

The following script works fine with Windows, but when I send it to Android the application doesn´t even opens.


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

{

if (IR.GetVariable("System.Net.SSID") == "My wifi") IR.GetDevice("iRidium Server").SetParameters({Host: "192.168.0.10"})

else IR.GetDevice("iRidium Server").SetParameters({Host: "myserver.com"})

});


////////////////////////////////////////// Subscribe

IR.SubscribeTagChange("System.Net.SSID");