Switch App developer

For general Flowcode discussion that does not belong in the other sections.
Post Reply
wayne_millard
Posts: 94
http://meble-kuchenne.info.pl
Joined: Fri Dec 04, 2020 6:12 pm
Has thanked: 1 time
Been thanked: 9 times

Switch App developer

Post by wayne_millard »

Hi Everyone,

is it posable to make the gray slid switch have momentry switch action as well as latch.
I cant see how you could modify the componet that does not have momentry action.
Would love some more push buttons.

Thanks,
Wayne Millard

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: Switch App developer

Post by medelec35 »

Hi Wayne,
You can make the switch momentarily by setting the switch using the SetState to 0, just after the switch action has been carried out.
Martin

wayne_millard
Posts: 94
Joined: Fri Dec 04, 2020 6:12 pm
Has thanked: 1 time
Been thanked: 9 times

Re: Switch App developer

Post by wayne_millard »

Hi Martin,

Thanks for the feedback you are great at helping people. I did try this but the program can be very slow to react and did not wait long enough time.

wayne M

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: Switch App developer

Post by medelec35 »

Hi Wayne,
In that case when switch operated, get it set state to 0 straight away, but set a flag to 1.
Then after all action been carried out, set the flag to 0.
That way switch will switch off straight away.

If Still facing issues would you like me to take a look at your App?
Martin

Post Reply