I remember bringing this up before but that was on position changed.

I remember bringing this up before but that was on position changed. needless to say I never did figure out how to get it working. but now I’m looking to use a swipe action, not a tap.

setting the stage : im trying to get the fade bookmark so when I swipe it fades to the saved point. so what I did was I set the tap to do nothing and the swipe to the fade bookmark script.

problem is instead of going to the saved spot it saves the new spot.

TO REPLICATE : place a shortcut to a llx action (run script) and choose the fade bookmark

long press the shortcut

change the actions (event tab)

set tap to do nothing and set swipe (i choose left) to the script instead)

now instead of tapping the shortcut I should be swiping (should now tell me to scroll to the spot I want saved but instead it tries to save the position).

how do I get this to work on a swipe action, not tap?

]]>

2 Commentsto I remember bringing this up before but that was on position changed.

  1. Anonymous says:

    < ![CDATA[

    The script was not intended to work like that.


    However the easiest way to achieve this is to change line 9 from:


    if(e.getSource()!=”SHORTCUT”)


    to:


    if(e.getSource()==”MENU_APP”)

    ]]>

  2. Anonymous says:

    < ![CDATA[

    you mean to tell me that the difference between a tap action and a swipe action is nothing more than a few lousy characters…. on 1 line? did that and it worked thanks. now if I can get courage for a few other scripts

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *