How to keep a variable at 1 from a graph click (button, shape, etc ...)
-
How do you keep a button pressed? Long ago it was already pressed to the mouse click, now it returns after being pressed.
-
This is not my field of expertise, but this may help:
https://fxdreema.com/forum/topic/4417/buttons
https://fxdreema.com/forum/topic/6505/how-to-work-with-the-buttons
https://fxdreema.com/forum/topic/7474/buttons-not-working/2 -
This is when the button worked as a switch, which I need right now (he always pressed at the first command). Currently the function of the button already makes it return to the starting position, I think so much to ask, the fxdreema updated.
-
How to keep a variable at 1 from a graph click (button, shape, etc ...)
-
@eks Hello, try with custom mql block.
Write : ---------- ObjectSet(LoadedObjectName(),OBJPROP_STATE,1); ---------(0=depressed, 1= pressed) where this block is linked to a previous For each button block, button identified by name, type, etc.