AutoTools autoapps & autotools

Discussion in 'AutoApps' started by Dante, Jul 15, 2017.

  1. Dante

    Dante New Member

    Joined:
    Oct 24, 2016
    Messages:
    8
    Likes Received:
    0
    Hey people! I have some questions about the autoaaps command system.
    I've been working on a first example using a dialog list and a listener that triggers a pop up with the choice.
    And it's working good.

    But rather really I need to keep the dialog open, I make Tasker open the dialog without waiting any second and go for the next action, but the profile that listens to the command doesn't receive anything. Even the dialog doesn't show up on the autoapps log.

    I've been looking at forums and communities, but didn't find anything to solve my problem.
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Can you please export your profile's description (not xml) so I can take a look? Long-click the profile in Tasker->export description Thanks in advance
     
  3. Dante

    Dante New Member

    Joined:
    Oct 24, 2016
    Messages:
    8
    Likes Received:
    0
    Code (Text):
    Test 3 (18)
        A1: AutoTools Dialog [ Configuración:Dialog Type: List
    List Type: 0
    Texts: Option 1,option 2,option 3
    Text Size: 20
    Image Width: 100
    Commands: Option1,option2,option3
    Command Prefix: MyDialog
    Dim Background: true
    Top Margin: 16
    Bottom Margin: 16
    Bottom Buttons Top Margin: 16
    Bottom Buttons Bottom Margin: 16
    Close On Select: true
    Multiple Selection: true
    Trigger AutoApps Event: true
    Separator: ,
    Command Variable: atcommand
    Cancelable: true
    Turn Screen On: true Cuenta atrás (segundos):0 ]
        A2: [X] AutoAppsHub SendCommand [ Configuración:Command: MyDialog Cuenta atrás (segundos):60 ]
    -----------------------------
    Test (14)
        A1: Pop-Up [ Título:Tasker Test Texto:%aacomm()...
    %aamessage...
    %aapar()...
    %selected... Imagen de fondo: Disposición:popup Cuenta atrás (segundos):115 Mostrar sobre bloqueo pantalla:Encendido ]

    Perfil: Auto apps (8)
        Evento: AutoApps Command [ Configuración:Command Filter: MyDialog
    Variable Names: Selected ]
    Entrada: Test (14)
        A1: Pop-Up [ Título:Tasker Test Texto:%aacomm()...
    %aamessage...
    %aapar()...
    %selected... Imagen de fondo: Disposición:popup Cuenta atrás (segundos):115 Mostrar sobre bloqueo pantalla:Encendido ]
    -----------------------------
    Perfil: Auto apps (8)
        Evento: AutoApps Command [ Configuración:Command Filter: MyDialog
    Variable Names: Selected ]
    Entrada: Test (14)
        A1: Pop-Up [ Título:Tasker Test Texto:%aacomm()...
    %aamessage...
    %aapar()...
    %selected... Imagen de fondo: Disposición:popup Cuenta atrás (segundos):115 Mostrar sobre bloqueo pantalla:Encendido ]
     
     
  4. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Thank you! Can you please check the logs in the AutoApps app and see what command you get when select something in the dialog?
     
  5. Dante

    Dante New Member

    Joined:
    Oct 24, 2016
    Messages:
    8
    Likes Received:
    0
    nothing when the countdown is 0, you can see it in the video. After execute the dialog, I open the autoapps log and doesn't list any command.
    But if i put a few seconds on the dialog and then execute an autoapps command action with %atcommand then it works and shows up in the log as "MyDialog"
     
  6. Dante

    Dante New Member

    Joined:
    Oct 24, 2016
    Messages:
    8
    Likes Received:
    0
    So I guess it's a bug that will be solved in future updates right? i see another post with the same problem with 2 choices dialog.
     
  7. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    The problem is related to the multiple selection, I have found, can you verify? If it's single selection then AutoApps commands will be sent, if it's multiple selection, AutoApps commands will not be sent. Can you confirm?
     
  8. Dante

    Dante New Member

    Joined:
    Oct 24, 2016
    Messages:
    8
    Likes Received:
    0
    In my case, any dialog can't send an auto remote message.
    The only way I can send a successful message, it is by using "autoappshub sendcommand" with %atcommand variable, other methods won't send any message, it looks like it doesn't matter if there is one or more choices.
     
  9. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    It's not the number of choices, it's having the multiple choice mode enabled :)
     
  10. Dante

    Dante New Member

    Joined:
    Oct 24, 2016
    Messages:
    8
    Likes Received:
    0
    Yes!!, that's it. It works only when multiple choice is disabled.:)
     
  11. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Glad you got it! :)
     

Share This Page