+3
Completed

System menu call

Hans Schiessl 8 years ago in Applications / i3 Pro updated by Oksana (expert) 8 years ago 5

We DISABLE the system menu on the device in 'System menu' > info for frontend (gui) users.


BUT we need an additional function or token to overrule this flag or disabled system-menu to force -open- the system menu (like transfer tool) with a script or command from within our own settings-page in the GUI we've created.


In other words: we would like to have the option to open the system menu only by clicking on our own button and not with the hold-7 seconds anywhere.


Is it possible ? And how do we do this?

Answers

Answer
Completed

Hello,
It has been fixed from i3 pro 1.0.0.7903 (beta)

PINNED
Waiting for user's reply

We have to change IR.ShowSystemMenu();
This JS function should work with System Menu disabled

Completed

Hi.


Please, see this project for example.

IR.ShowSystemMenu.irpz

+1

[ sorry, this is not the correct answer we are looking for ]


The actual question is slightly different.

I'll try to explain again in another way.


STEPS


1. We disable the system-menu option on the i2 Control client with system-menu>info.

2. When we now hold-press the screen of i2 Control device, system menu is not showing up. This is okay.

3. Now we would like to have the option to force-open the system-menu (while it is still disabled by my previous action), in our own custom settings-page of our GUI, somewhere by a button. When we use the standard JS function to call the system menu (you have posted previously), it doesn't show up, because it is disabled at step 1.


Note: when this system-menu is disabled in i2 Control, it is possible to open it by transfer tool. But we want to do this on i2 directly (like the transfer tool does)


I hope this question is clear and you can assist me.

PINNED
Waiting for user's reply

We have to change IR.ShowSystemMenu();
This JS function should work with System Menu disabled

Answer
Completed

Hello,
It has been fixed from i3 pro 1.0.0.7903 (beta)