07-12-2023 06:01 AM
Hello guys :),
I am coming back for you.
Solved! Go to Solution.
07-12-2023 06:15 AM
After the second click, should both cameras be visible?
What should happen on the third click?
What about camera 3?
07-12-2023 06:28 AM
Hi @altenbach,
Good questions.
Après second click toutes les deux caméras visibles oui.
For camera 3 I'm back to doing what I want. Forget it.
In fact I want all even numbers of clicks to do the same thing and all odd numbers of clicks to do the same thing.
Because in my application, this action is repeated for each scenario.
07-12-2023 06:39 AM
@Ngouda wrote:
In fact I want all even numbers of clicks to do the same thing and all odd numbers of clicks to do the same thing.
If you only have two states (odd, even), should camera 2 be visible when the program starts? Else you have three states.
07-12-2023 06:48 AM
Hi @altenbach ,
Thanks you for your reply.
No, camera 2 is not visible when the program starts.
Sincerly
07-12-2023 06:52 AM
See if this can give you some ideas
Run: only #3 visible
press once: 1&3 visible
press again: 1,2&3 visible
press again: 1&3 visible
press again: 1,2&3 visible
etc.
07-12-2023 06:59 AM
Hi @altenbach,
Thanks you very much for your help.
I am going to take this exemple and adapt it for my application.