I want to make something special feedback when user click the icon.

I want to make something special feedback when user click the icon. Basically, once return feed back(colorized, pressed icon, etc) on screen then should restore initial design(icon) after

closed app.

I’ve made some case for feedback

1) colorized icon(when i pressed)

2) changed icon with shadow

3) deformation of icon

Is there any idea for this implementation(script)

]]>
« (Previous Post)

10 Commentsto I want to make something special feedback when user click the icon.

  1. Anonymous says:

    < ![CDATA[

    You can use the touch event (long tap on the setting to get help and a sample script). In the ACTION_DOWN and ACTION_UP cases, you can manipulate the item properties as you like.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Pierre Hébert which setting?

    ]]>

  3. Anonymous says:

    < ![CDATA[

    in item properties / event / touch

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Pierre Hébert Yes. Right. Formally I found page as you told but I can’t find example of action_down and up. Would u mind provide accurate site or sample of script? Thank you

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Long tap on the touch event, the aforementioned script is linked at the bottom of the help text.

    ]]>

  6. Anonymous says:

    < ![CDATA[

    Pierre Hébert I’m so sorry. “http://www.lightninglauncher.com/help/app/topic.php?id=160&&v=285” is the site as I long-tab on touch event. There are 3 link(item, MothionEvent, Free hand painting)


    -In motion event, there is not example .It just provide explanation of parameter.

    ]]>

  7. Anonymous says:

    < ![CDATA[

    This is this third link: Sample script: Free hand painting.


    http://www.lightninglauncher.com/wiki/doku.php?id=script_paint_free_hand
    There’s a sample code here.

    ]]>

  8. Anonymous says:

    < ![CDATA[

    Pierre Hébert Thanks, I already test it before. But which is the same point as I told. event on ICON.

    ]]>

  9. Anonymous says:

    < ![CDATA[

    I am sorry but I don’t understand where the problem is?

    ]]>

  10. Anonymous says:

    < ![CDATA[

    I think that example of “paint_free_hand” don’t related on my needs as changing color of icon when press the icon

    ]]>

Leave a Reply

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