Recent content by ZnAK

  1. ZnAK

    Large macro - text cropping

    This is the first and obvious thing that came to mind. But here is an example in landscape orientation: There's definitely not enough information here. And even when you open the settings of this action, a drawback is visible: The text is limited to just two lines. And only Jamie can fix it.
  2. ZnAK

    Large macro - text cropping

    I was doing an extremely large project on a tablet. But when I opened it on my smartphone, it stopped being readable. The text in the numerous nested control structures is cut off on the right side of the screen. Changing the size of the text did not lead to a positive result. Maybe you need to...
  3. ZnAK

    Problems in multidimensional array/dictionary. Problems with floating elements.

    Honor 7 A DUAL 22. Android 8.1; processor with ARMv8-A instruction set.
  4. ZnAK

    Problems in multidimensional array/dictionary. Problems with floating elements.

    It is not possible to install a file for arm64 and a universal file. Installation error.
  5. ZnAK

    Encryption of the macro and related blocks.

    Now there is a function to encrypt the list of macros when they are exported. To enhance the effect of encryption, I suggest applying this function to a separate macro and related action blocks. When importing encrypted macros and blocks, keep access to editing them in the closed state, but...
  6. ZnAK

    Way to close the selection dialog

    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...
  7. ZnAK

    Way to close the selection dialog

    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...
  8. ZnAK

    Way to close the selection dialog

    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?
  9. ZnAK

    Additional text processing functionality.

    Some automation programs for Windows have useful functionality such as a text loop and a line position action. The parameters of the text cycle are set according to the specified text and text separators (listed in the column). Available result: loopstring; loopindex; loop count; loopremain...
  10. ZnAK

    Setting a variable on request.

    1. I suggest using input more efficiently. For a string variable, set the "string" type: - Simple string; - A drop-down list with a list of values to be set manually or from magic text; - File. Set in the "File mask" column, for example, All files *.*|Text files *.txt 2. Replace the item...
  11. ZnAK

    The alignment of elements on the screen is broken.

    I conducted an experiment and found a pattern: - position X = any value, position Y = 50% centering success; - position X = 50% position Y < 50% the floating button is located just above; - position X != 50% position Y < 50% floating button gradually decreases slightly lower; - position X != 50%...
  12. ZnAK

    The alignment of elements on the screen is broken.

    Because using a macro on a device with a different screen resolution changes the orientation of the elements. It is necessary to reconfigure the coordinates again.
  13. ZnAK

    The alignment of elements on the screen is broken.

    It is impossible to precisely adjust the position of the floating button and the floating text relative to each other. The coordinates of the elements are set as percentage with the same values in the axes. A possible solution would be to add tens of fractions to the percentages. There are not...
  14. ZnAK

    Impossible to split into an array.

    yes Thank you, I sent a short error message
  15. ZnAK

    Impossible to split into an array.

    · An array or dictionary is created in local variables. · A nested array is created. · In the text processing action, the split into array option is selected. · In the window, select save to array or dictionary. · It is suggested to select an index or key (it is a nested array). · Selecting the...
Top