#Garmin 530 CLR Button long press
1 messages · Page 1 of 1 (latest)
Hi, for the ‘on press’ which is the action I want I don’t understand where I place the short and long events? If I look at the example for ‘on release’ this makes more sense to me as I can see where the events must be placed, what am I missing? Thanks
the on press event code is described in the tutorial. There is no action taken in the on press, only setting the timer for the on release.
both short and long press actions are contained in the on release event.
If this is not clear, do I need to change the text of the tutorial?
how this works and what the code does is also explained.
Hi, thanks for the help, I just didn’t put the two commands together, just cut and paste info and added the events and I’ve got the result I was looking for. Many thanks