AutoLaunch App Selection Dialog 1.3

A simple app selection dialog, similar to what you would find in a launcher

  1. Robert Ryan

    Robert Ryan Member

    Joined:
    Mar 9, 2015
    Messages:
    52
    Likes Received:
    4
    Robert Ryan submitted a new AutoApps project:

    App Selection Dialog - A simple app selection dialog, similar to what you would find in a launcher

    Read more about this project...
     
  2. Tasker Pro

    Tasker Pro New Member

    Joined:
    Jul 27, 2016
    Messages:
    22
    Likes Received:
    4
    Recently made a similar project, but more of a "Search for Apps".

    Was thinking you could add a bottom button to the Dialog, that returns a command to open an AutoTools input dialog, then feeds the user input back to the AutoLaunch Query.
     
  3. Robert Ryan

    Robert Ryan Member

    Joined:
    Mar 9, 2015
    Messages:
    52
    Likes Received:
    4
    I might try that, but I haven't been able to figure out how the title and bottom buttons work :(
    I'm probably missing something obvious.
     
  4. Robert Ryan

    Robert Ryan Member

    Joined:
    Mar 9, 2015
    Messages:
    52
    Likes Received:
    4
    Robert Ryan updated App Selection Dialog with a new update entry:

    App Selection Dialog 1.1

    Read the rest of this update entry...
     
  5. Tasker Pro

    Tasker Pro New Member

    Joined:
    Jul 27, 2016
    Messages:
    22
    Likes Received:
    4
    Basically you choose the image(s) you want for the buttons, then in their related command(s) section you put in any command you'd like to associate with it, then check for that command in the variable %atcommand in a subsequent Action in the Task.

    So after the button is pressed you can have the Task run another Task/subroutine or whatever with:

    Code (Text):
    If %atcommand ~ search_now

        <do search actions>

    End If
     
  6. Robert Ryan

    Robert Ryan Member

    Joined:
    Mar 9, 2015
    Messages:
    52
    Likes Received:
    4
    Robert Ryan updated App Selection Dialog with a new update entry:

    BUGFIX Update

    Read the rest of this update entry...
     
  7. Robert Ryan

    Robert Ryan Member

    Joined:
    Mar 9, 2015
    Messages:
    52
    Likes Received:
    4
  8. Robert Ryan

    Robert Ryan Member

    Joined:
    Mar 9, 2015
    Messages:
    52
    Likes Received:
    4
  9. Robert Ryan

    Robert Ryan Member

    Joined:
    Mar 9, 2015
    Messages:
    52
    Likes Received:
    4
  10. luks_abido

    luks_abido New Member

    Joined:
    May 13, 2020
    Messages:
    9
    Likes Received:
    0
    Hi,
    I'm trying it, but the task for stock at the AutoTools dialog action.
    Is there any initial setup?

    Thanks and regards
     

Share This Page