Hold click?

Hi all,

Is it possible to hold click?

I have an application where I need to expand a tree, but the usual click element doesn’t validate correctly. The alternative hotkey expansion is to hold click the line to be expanded and send a hotkey (right or left arrow) to expand or collapse. It doesn’t work if the click isn’t held.

Is this possible? I can’t see any previous topics covering this.

My only other solution involves dynamic arrays, decision nodes, get attributes and a switch, which is excessively complicated!

Thanks.

1 Like

Hi!
Yes, you can.
In the Click activity, choose CLICK_DOWN in ClickType property
click
Regards,
Despi

4 Likes

That’s very helpful, thanks. Wish I had asked sooner!

Do I need to follow that with a click up later, or can I progress with a regular click single?

You should use CLICK_UP as well after :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.