02-19-2021 03:03 PM - edited 02-19-2021 03:06 PM
BECOuse all my software is usable, also, only by keyboard programmatically (i can add things and they became navigable by keyboard). and my navigation core has to be more complex to keep track if a button is switch when released or switch until released to take further action. becouse you can set a value, ie true, to a boolean switch untill released and it loose is functionality of beeing a momentary switch.
and also don't know why a sofware that knos a property cannot expone to others. and why only accessible by vi scripting only.
is difficult to explain without a practical example and sorry for my english.
01-11-2022 08:46 AM
Attached is a painfully simple way to latch a boolean.
If Boolean & Latch == true
Boolean == true
Hope this helps.
01-11-2022 09:18 AM
not sure if it works but can be a way. add a latch property to the navigation cluster of my sw. anyway thanks for the idea.