i2 Control V2.2
Обсудите предыдущую версию iRidium (V2.2.3) с другими пользователями
Мы перевели нашу службу поддержки на новую систему технической поддержки. С 17.01.2022 мы отключили возможность создавать обращения через личный кабинет userecho. Теперь все запросы обрабатываются по почте на support@iridi.com .
Спасибо вам за ваше понимание и хорошего дня.
Похожие темы не найдены.
Популярное 89
+5
Идет голосование
throwing custom errors with line numbers
r riksma 10 лет назад
в iRidium Script / AV and Driver scripts
•
обновлен Oksana (expert) 9 лет назад •
5
It would be nice if I could show a line number when I throw an error in my own code.
for example, if I run this piece of code:
the following line is logged:
When an Error is logged from iridium itself it looks like this:
How can I get the file and line number as well?
It would be great if you could always show this information in the log if the Error is not caught.
for example, if I run this piece of code:
try {
if (typeof currentStyle[options.name] == 'undefined') {throw new Error("Unknown style name: " + options.name);}
}
catch (err) {
throw new Error(err.lineNumber + " " + err.message);
}
the following line is logged:
02-12-2015 13:28:03 Kernel.Info 192.168.253.102 [12-02-2015 13:28:04.000] WARNING Script exception: Error: undefined Unknown style name: menuLogo
When an Error is logged from iridium itself it looks like this:
02-12-2015 13:31:42 Kernel.Info 192.168.253.102 [12-02-2015 13:31:43.000] WARNING Script exception: ReferenceError: /var/mobile/Containers/Data/Application/0CE95966-BFE3-4352-B1E9-F38E3EB8963C/Library/Caches/iRidiumMobile/EveryDevice/ViewLibrary.js:185: erraaa
How can I get the file and line number as well?
It would be great if you could always show this information in the log if the Error is not caught.
+3
Ожидает ответа пользователя
Lists.CreateItem
rocfusion 10 лет назад
в iRidium Script / Interface scripts
•
обновлен Oksana (expert) 10 лет назад •
2
Hi,
Please take a look at the attached project. Press on the delete first item button and then the press add first item.
I would expect that the List.CreateItem(1, 1, {Text: "TV Bedroom 1"}) would add an new item at the defined point in the list. This is not the case it simply added to the end of the list.
Thanks,
Roger
List.irpz
Please take a look at the attached project. Press on the delete first item button and then the press add first item.
I would expect that the List.CreateItem(1, 1, {Text: "TV Bedroom 1"}) would add an new item at the defined point in the list. This is not the case it simply added to the end of the list.
Thanks,
Roger
List.irpz
+1
Ожидает ответа пользователя
No tooltip/help for icon in Project Overview
Hi,
there is not tooltip/help available for the icon in the project overview.
Now, installers don't know what will happen if they press the icon.
Please add a tooltip for this icon.
Thanks
Theo
NoToolTipProjectOverview.jpg
there is not tooltip/help available for the icon in the project overview.
Now, installers don't know what will happen if they press the icon.
Please add a tooltip for this icon.
Thanks
Theo
NoToolTipProjectOverview.jpg
+1
Ожидает ответа пользователя
IOS Clients falling asleep during project upload.
Hi,
It would better if somehow whilst a project is uploading and when a project is loading\unpacking, the IOS control panels are kept awake during these operations. This will prevent failed uploads, the installer having to touch the screen to keep the client alive.
Thanks,
Roger
It would better if somehow whilst a project is uploading and when a project is loading\unpacking, the IOS control panels are kept awake during these operations. This will prevent failed uploads, the installer having to touch the screen to keep the client alive.
Thanks,
Roger
+1
Ожидает ответа пользователя
Fonts used in Projects
Hi,
It would be great when a new tab is added into the gallery called Project Fonts. Here you could then add and remove fonts for the currently select project.
The reason I request this is because the merge project feature does not always import all of the fonts that are coming from the imported project.
Thanks,
Roger
It would be great when a new tab is added into the gallery called Project Fonts. Here you could then add and remove fonts for the currently select project.
The reason I request this is because the merge project feature does not always import all of the fonts that are coming from the imported project.
Thanks,
Roger
Сервис поддержки клиентов работает на платформе UserEcho