Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!

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.

+2
Answered

Pansonic tv

PRASHANTH MENDONCA 9 years ago in iRidium Script / AV and Driver scripts updated by Dmitry - support (expert) 8 years ago 4
Anybody having commands or script for Panasonic SMART TV( THL42F6D)??
+2
Completed

Time Scheduler

Steve Vassiliadis 10 years ago in iRidium Script / AV and Driver scripts updated by Ekaterina (head of support) 9 years ago 3
I have created a weekly timescheduler with 2 time periods per day.
I created this because I need this for a project, but also as a practical way to learn javascript. 
The scheduler is not fully tested so use it with caution. I am not a professional programmer so don't be surprised if the javascript is a bit a ugly. It would be great if this was worked on collaboratively to improve both the look and functionality.
It works with Windows and Android panels, but watchout for IOS, when the IOS panel goes to sleep so does the javascript.
It would be even better if iRidium made a similar time schedule available as a standard item.
Cheers
Steve

TimeSched_2__1_.irpz
+2
Voting

IR.Execute to send parameters

Jackie Roos 8 years ago in iRidium Script / AV and Driver scripts updated by Alessandro Munari 3 weeks ago 2

IR.Execute workds well, BUT it would be great for it to also send parameters in the IR.Execute command

eg

IR.Execute('D:\\someprograme\\Program.exe /some parameters')


The same as when executing from the command line or run command


Probably just a windows & Mac feature?

+2
Waiting for user's reply

(dynamic) image stretch for scripted objects

r riksma 9 years ago in iRidium Script / Interface scripts updated by Ekaterina (head of support) 9 years ago 1
In the knowledge base i read the following:
http://support.iridiummobile.net/topic/618162-image-size-changing/
If i read it correctly this says it is not possible to set the image of an object created by script to stretch.

There are two reasons this option would really help me:
1. I have a 720p camera stream, on an ipad this still looks tiny.
2. I have to create the same images multiple times for devices with different resolutions. this wouldn't be necessary if the images could be stretched.

Please consider adding this feature if it is not possible yet.
+2
Waiting for user's reply

Screensaver does not disappear when EVENT_TAG_CHANGE is used

Theo Derks - NL (distributor) 11 years ago in iRidium Script / Interface scripts updated by Oksana (expert) 8 years ago 2
Hi,
This problems happens on Touch PC with a running screensaver.
When we use the event EVENT_TAG_CHANGE to show a popup when something is happening on the KNX-bus, the popup is showed behind the screensaver.
So, when the screensaver is running, the popup is not displayed. You have to tap on the Touchscreen to remove the screensaver, and then the popup is showed.
What we want: when a screensaver is running, and a popup has to be displayed, the screensaver must cancelled by the iRidium client on the Windows PC.
Thanks
Theo
+1
Not a bug

IR.EVENT_ONLINE & IR.EVENT_OFFLINE doesn't work for SIP device

Эмиль Боев 9 years ago in iRidium Script / AV and Driver scripts updated 9 years ago 14
BeeToo.AddListener(IR.EVENT_ONLINE, IR.GetDevice('SIP'), function () {
    //some code
});
BeeToo.AddListener(IR.EVENT_OFFLINE, IR.GetDevice('SIP'), function () {
    //some code
});

Device is connected, fir sure! Incoming calls working.
But now evend handling for Online and Offline.
+1
Not a bug

accessing a string is returning an expected result

Roger [rocfusion] 9 years ago in iRidium Script updated by rocfusion 9 years ago 4
Hi,

Create a new project, add a new script, copy of the code below into the start listener and run the project. I would expect the output in the log to show that y variable is the character 's'. This script actually returns y as undefined.

var x= 'test';
IR.Log(typeof x); // returns a string
var y= x[2];
IR.Log(y);

Thanks,


Roger



+1
Planned

methods in the IR object show from which client release they are available in wiki

Roger [rocfusion] 9 years ago in iRidium Script updated by Ekaterina (head of support) 9 years ago 1
Hi,

It would be very useful, when you update the wiki with new functions available in the IR object to also include the version of the iRidium client that the command is supported from.

for example, http://wiki2.iridiummobile.net/Systems_API#Copying_Data_in_the_Buffer

It would be nice to know which clients are working with IR.CopyToClipboard();

Thanks,


Roger

+1
Completed

Unable to read or change text alignment position

r riksma 9 years ago in iRidium Script / Interface scripts updated by Oksana (expert) 9 years ago 7
Hi,

It it not possible to either read or write the text position of an item when setting TextAlign to "absolute".
Both items generated by script and by the editor have this problem.

Not being able to specify text formatting by script is really slowing me down because it basically means i have to assign a custom image to every item if i want the project to look like the designer intended.

I have attached a project to show the issue.

Please advise.
Project 1.irpz
Answer
Oksana (expert) 9 years ago
It is fixed in v2.2.2

Sincerely yours,

Oksana Storozheva
iRidium mobile Team
+1
Voting

Play some music

evg 9 years ago in iRidium Script updated by oggi katic 8 years ago 4
It would be nice to have an ability to play different music by means of iRidium.
Especially on-line radio.