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.

0
Completed

URL (https) in the Image Property

Рустем Зиятдинов 9 years ago in GUI Editor updated by Oksana (expert) 9 years ago 3
Hello,
I try to assign URL to Image Property in accordance to:
http://wiki2.iridiummobile.net/Examples_of_Scripts#Assign_Dynamic_Images.28Camera.29_to_Items

I use the following construction:
IR.GetItem("Page 3").GetItem("Item 5").GetState(0).Image = "https://images.google.com/images/nav_logo195.png";

But the button (Item5) doesn't show the image.

0
Answered

How to send commands made in GUI editor via script?

TuomoHautala 8 years ago in GUI Editor updated by Ekaterina (head of support) 8 years ago 2

How to send commands made in GUI editor via script?

So how i can activate EVENT_CHANNEL_SET from script?


0
Answered

weather widget

Dennis S. Madsen 9 years ago in GUI Editor updated by Ekaterina (head of support) 9 years ago 4
I want to make a APP to control my house, and learn to use iridium

In the iPhone 5 Metro_2 there is a weather widget, that use a GetWeather, but i can't find
where to put my own city og country in it.

If somebody has some dokumentation on Beckhoff ADS i will be happy if you want to share with me,
i have not testet it, but my house i controlled with a CX9010, and i want to use it, i have in long time wanted a nice looking HMI for iOS.
0
Answered

Button is not changing state in list.

TuomoHautala 8 years ago in GUI Editor updated by Dmitry - support (expert) 8 years ago 9

In my project i have created a list and list template popup for it.

In template i have button with 2 states.

Problem is that state 2 is not working when i press the button in emulator.

Any solution?

0
Under review

Popup screen styles of displaying

Punith 9 years ago in GUI Editor updated by Ekaterina (head of support) 9 years ago 4
About the popup screen moves left to the right gradually while change the select source as good, when i created the select source i am trying to make same as above but it does not move like that,, i checked both configuration are same ,,what else need to be set with that
in basic GUI iridium EDitor


0
Under review

Error message in Windows 10

even 9 years ago in GUI Editor updated by Dmitry - support (expert) 8 years ago 10
Hi

After upgrading to Windows 10 - I get this error . I haven't used the program at all - after upgrading. Only opened and tested a few files. This error happens just as I start to edit (or 'do') something within the file.

It can be either a new project or an existing one. Same error occurs...



iridium.jpg
0
Voting

Universal IR Remote on iPhone

Corentin Dursel 10 years ago in GUI Editor updated by Oksana (expert) 8 years ago 3
Hello,

I found an universal IR adapter on numbert.net and a question comes to me… Would it be possible to use it with iRidium? then would it be possible to re-use GC commands via that stuff?

Thanks for answer.

Sincerely
0
Answered

Static List Release Activating on swipe

Jackie Roos 8 years ago in GUI Editor updated 8 years ago 5

Hi

From what I understand items on a static list, eg buttons, should have their programming on release, so that when a swipe is done to scroll the list, the button does not activate.


I have two question:


1. This Button is programmed to send token on release

Image 10257

However this activating when swiping to scroll the list - I thought it should not activate? See this video shown on my PC but same happens on the iPad.


What should happen and any suggestions please?

swiping.swf


2. We have sliders with buttons to press and hold on the static list item, and normally we send a press and hold and release for these. But if at the start of the swipe left or right gesture the finger starts on one of these buttons, commands are sent. What do you suggest?

Image 10259


I have tried to solve by capturing the gesture, but it looks like the moving of a static list is not registered as a gesture, as the following does not trigger when the static list is moved by a swipe gesture.


IR.AddListener(IR.EVENT_START,0,function() {
    IR.AddRecognizer(IR.GESTURE_SWIPE_LEFT); 
    IR.AddRecognizer(IR.GESTURE_SWIPE_RIGHT); 
});
IR.AddListener(IR.EVENT_GESTURE_BEGIN, IR.CurrentPage, function(gesture, x, y){
        switch(gesture) {
            case IR.GESTURE_SWIPE_LEFT: 
               IR.Log("--------Swipe Left")
            break;
            case IR.GESTURE_SWIPE_RIGHT:
                IR.Log("----------Swipe Right")
            break;
        }
  });


This is a huge project with 200+ of these sliders and on/off buttons on 20 static lists.


A simple solution would be very nice :)


So do you have any suggestions?


thanks!

0
Answered

Using dynamical background images

Андрей Азанов 9 years ago in GUI Editor updated by Ekaterina (head of support) 9 years ago 4
I want to use dynamic backgrounds. Is it possible to change the background image in the using mode of the project?
0
Not a bug

saving of project tokens not happening if iRidium not closed gracefully

Jackie Roos 8 years ago in GUI Editor updated by Dmitry - support (expert) 8 years ago 1

See attached project 1d_array_save_load_in_token.irpz

1. Run emulator for the first time and token data is 0,0

2. Change token data to 1,1. Close iRidium. Open iRidium. Token Data still 1,1 as expected

Image 10848



3. Run Emulator and Change token data to 2,2:

Image 10847

4. Open task manager and end task on i2 Control

5. Run emulator - Token data is 1,1 but should be 2,2.

Image 10848




This happens on PC's running the i2 Control when the PC is restarted eg from Windows updates.


Please fix