Search results

  1. A

    Report a bug when running a macro recursively

    1 As you can see, I'm new to this forum and I have hardly ever visited any english forum so far. So when I see trouble shooting, I thought it would be proper to post my bug here. 2 I believe that respect should be mutual. Your intruding comments in the first place obviously suggested that...
  2. A

    Report a bug when running a macro recursively

    Like I said you must check the block until complete, for that in many cases the recursion must be executed in a synchronized manner. I really wish you had read what i said. In the first example, the block until complete will block forever(which is a bug), while in the second example it will...
  3. A

    Report a bug when running a macro recursively

    Besides, I'm here to report the bug and I'm really not interested in explaining things to laymen. If you have no idea what the macros in my examples do, would you please try it out for yourself before you comment on anything?
  4. A

    Report a bug when running a macro recursively

    1, How to check. If you look carefully in my example, you'll find a vibration action, That's how I check whether the macro has run or not. 2, why the if. Because any recursion in programming needs an ending condition, otherwise the recursive process will never end. This is a very simple and...
  5. A

    Report a bug when running a macro recursively

    I think you don't have any programming experience. In programming terms, they are called different stacks. You can copy the actions in my image and try it out for yourself. The first time when I set the variable run to true, It will indeed trigger the macro, then enter into the if clause...
  6. A

    Report a bug when running a macro recursively

    Not in this case, since I have made the variable "run" false
  7. A

    Report a bug when running a macro recursively

    It is hard to describe, so i will demonstrate two examples straightforwardly. In the first example below, when created the action "macro run: this macro" in THIS macro, all the actions below the "macro run" action are cancelled. Or rather, the "macro run" action seems to block forever even if...
  8. A

    Can I use two finger interaction in Macrodroid?

    I don't think this works for me. The first action is cancelled at the very moment the second action begins. By the way my device is samsung s10, maybe this doesn't work on my phone.
  9. A

    Can I use two finger interaction in Macrodroid?

    For example, zooming in and zooming out an image with two finger. How can I implement this function with macrodroid?
  10. A

    Can I cancel an action block like canceling a macro?

    I am not sure whether this function is not implemented or it's just that I didn't find where it is.
Top