Multiple AutoApps App selection dialog

Discussion in 'Guides / Examples / Ideas Forum' started by Robert Ryan, Jul 15, 2016.

  1. Robert Ryan

    Robert Ryan Member

    Joined:
    Mar 9, 2015
    Messages:
    52
    Likes Received:
    4
    A simple app selection dialog, similar to what you would find in a launcher. Uses AutoTools and AutoLaunch.

    Edit 7-17-2016: Slight modification so it returns the app package instead of the label.
    Code (Text):

    Select App (86)
        A1: AutoLaunch Query [ Configuration: Timeout (Seconds):60 ]
        A2: AutoTools Dialog [ Configuration:Dialog Type: List
    List Type: 1
    Texts: %allabels()
    Text Size: 10
    Use HTML: false
    Images: %alicons()
    Image Width: 48
    Round Images: false
    Commands: %alpackages()
    Dim Background: true
    Close On Select: true
    Multiple Selection: false
    Trigger AutoApps Event: false
    Separator: ,
    Command Variable: atcommand
    Cancelable: true
    Turn Screen On: true Timeout (Seconds):60 ]
        A3: Return [ Value:%atcommand Stop:On ]
     
    [​IMG]

    Sent from my XT1585 using Tapatalk
     
    Last edited by a moderator: Jul 26, 2016
    bobcrash likes this.
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Thank you for sharing! :D Would it be possible for you to share the XML of the task here in a new project?

    Thanks again!
     
  3. Robert Ryan

    Robert Ryan Member

    Joined:
    Mar 9, 2015
    Messages:
    52
    Likes Received:
    4
    New project created :)
     
  4. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Thank you very much :)
     

Share This Page