Search results

  1. 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...
  2. 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...
  3. 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?
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. ZnAK

    Managing OpenType Features in Fonts

    It is known that fonts, in addition to saturation, have built-in OpenType functions that change the character of glyphs. https://helpx.adobe.com/fonts/using/open-type-syntax.html The presence of a particular function is assigned by the font developer at the design stage. These features can be...
  9. ZnAK

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

    It is not possible to iterate through all the values of an array or dictionary with output to a string variable in the same way as it happens with variables in a one-dimensional one. This happens in a nested array or dictionary. It is only possible to pass specific values without index/key by...
  10. ZnAK

    Several improvements

    1. The identifier for notifications from macrodroid will help you access a specific notification among several. 2. The *set variable* action with the user's request opens a single-line window for text. This is inconvenient for entering large text. Make a window that expands as you type lines. 3...
  11. ZnAK

    Improvements for incoming calls and SMS

    For triggers Incoming call and Incoming SMS, implement a mechanism that operates at the radio module level, and not at the system level, as it is now. It will be possible to kill the call before the call is controlled, that is, the subscriber on the other side will not hear long beeps at all...
Top