Post
by DemoPad » Tue May 13, 2014 9:58 am
Project received by support - looking at your volume buttons, on the 'press' event, you have :
Set VOLUP = ON, dependent on VOLUP being ON.
Initially when the app starts, VOLUP will be OFF, so that command would never execute. This should never have worked?? You should edit the command to set VOLUP=ON, dependent on either Nothing, or VOLUP being OFF - either should work.
Your approach to press & hold is actually an out-dated one anyway, if you go into gesture actions for the button you can choose 'press & hold' actions directly & enter your repeating command there.
I notice there is a video on youtube, made by a 3rd party user, which makes the same mistake....