Way to close the selection dialog

ZnAK

New member
MacroDroid 5.35.9

According to the macro script, I need to close the select dialog without interacting with the window.
Conditions:
- you can't press the item in the window of this dialog
- you can't press the back button
Is it possible to do it now?
 

Dm114

Well-known member
MacroDroid 5.35.9

According to the macro script, I need to close the select dialog without interacting with the window.
Conditions:
- you can't press the item in the window of this dialog
- you can't press the back button
Is it possible to do it now?
Strange question... When to close the dialog box? What would be the trigger?

Anyway, try with UI Interaction (from another macro)
 

ZnAK

New member
When to close the dialog box? What would be the trigger?
This is what I want to find out. Situation: Various items with text in the dialog box are selected. The window can either switch to another dialog box or close. But if I want to close the selection dialog from the notification panel button, then I don’t find the interaction patterns of this dialog with the button. The ego simply cannot be shut down without direct action.

back button closing option is enabled
According to my scenario, you cannot close this selection dialog with the back button.
 

Dm114

Well-known member
This is what I want to find out. Situation: Various items with text in the dialog box are selected. The window can either switch to another dialog box or close. But if I want to close the selection dialog from the notification panel button, then I don’t find the interaction patterns of this dialog with the button. The ego simply cannot be shut down without direct action.
It would worth trying Check Text On Screen action
 

ZnAK

New member
It would worth trying Check Text On Screen action
Sorry for my english. Writing simple text is not easy. I have a very large project with various checks, nested loops.
Adding such a resource-intensive check will be very expensive. In addition, it is most likely not feasible, due to the fact that the dialog box, it seems to me, does not allow other actions following it to be performed. So you can't click on it automatically. Perhaps threads could do it, but they are not currently provided in this application. Also, I don't like tap actions because they are not accurate on devices with different resolutions and fonts. It seems this action is still raw. I hope Jimmy improves it.
 

Endercraft

Moderator (& bug finder :D)
On all dialog actions there should be a block next actions until complete tick - apart from selection dialog it seems. Untick it to run the next actions instantly.
 
Top