Your comments

Hello!


The error only in the title, but the size of the icons correspond to the names of folders in which they are located.

Hello!


Yes, you can change the properties of item via the script. Read more here


Вы можете либо создать две камеры с разными адресами и портами в Dinamic images и менять их через скрипт обращаясь к камере по имени, либо в скрипте также присвоить элементу разные ссылки. Например:


IR.AddListener(IR.EVENT_START,0,function()
{
 
 if(IR.GetVariable("System.Net.SSID") == "WiFi-1"){ 
 
   IR.GetPage("Page 1").GetItem("Item 1").GetState(0).Image = "rtsp://root:root@192.168.0.1:554/axis-media/media.amp";
 
 }else{
 
   IR.GetPage("Page 1").GetItem("Item 1").GetState(0).Image = "rtsp://root:root@217.114.50.20:8001/axis-media/media.amp";
 
 }

});

Здравствуйте!


Для получения имени WIFI сети вы можете использовать системный токен SSID.

Hello!


Unfortunately, you can't limit the length of the input string in the settings of EditBox. But you can make this via scripts. For example Edit_box_max_length.irpz

Здравствуйте!


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

Hello!


No, if you split your hard drive into partitions it will not affect the HWID. HWID can be changed only when replacing the hard drive. Or if you added another hard drive to your computer.

Ok. Let me know if the problem persists.