Grouping actions

Hi,

Is it possible to group some actions, so this group can be assigned to multiple widgets like buttons?

Suppose I have :

  • button A - when pressed perform action 1/2/3/4/5 and 6
  • button B - when pressed perform action 1/2/3/4/5 and 7

So it would be nice if actions 1/2/3/4/5 could be grouped in something like ActionGroupTest and then :

  • button A - when pressed perform ActionGroupTest + action 6
  • button B - when pressed perform ActionGroupTest + action 7

If I change something to action-3, then changes have to affect both buttons.

I suggest you make a hidden widget and let’s call it “ActionGroupWidget” and
set all the actions from 1 to 5 in this widget when pressed.
In your “button A” or any other button add an action when pressed => press “ActionGroupWidget”, and add your 6th action after that with enough delay while “ActionGroupWidget” completes its actions.

Thanks for the suggestion; I will try it.


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.