Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Animante tree node

    Hello,

    is there a way, how to animate (or flash) a tree node? I found animateFade(), that would fit my needs, but this seems to work only on canvases. Any idea how to animate a tree node?

    Background: I want to create an assistant window which shows the user what node of the navigation tree should be clicked in order to accomplish a particular task.

    Greetings Thomas

    #2
    You would do this by setting a series of timers that call refreshCell, and adding a cell formatter that changes what it outputs according to how much time has elapsed.

    Comment

    Working...
    X