Double click prevention

  1. how to prevent a button from double click so that a function will not occur twice
  2. how to prevent two clicks at same time on two different components. for example clicking on two buttons at same time open two vertical arrangements together and they both cover half portion of the screen.

Maybe when click set clickable to false for one button and set clicable to true for the other

ya but then i have to make it true everywhere my function fails and this takes too much time, do you have any other solution ??

Or when button 1 click set visible VA1 and keep VA2 hidden and vice versa

hmm… thanks, i think this will work for me

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