AutoNotification AutoNotification update notification disappears

Discussion in 'AutoApps' started by Mukow, Jan 30, 2018.

  1. Mukow

    Mukow New Member

    Joined:
    Jan 23, 2017
    Messages:
    8
    Likes Received:
    0
    I am setting up a notification using tables that I am updating quite often and noticed randomly the noticing will disappear. To test this theory I created a task that creates the notification and loops 10 times updating the notification and toasting the text. You can see in the video that every 2nd update to the notification it disappears expect the 6th. Testing this again and again it shows that this is random. The expected behaviour is for the notification to not disappear at all. Below is the video for the task and attached is the XML


    View attachment Test.tsk.xml

    Sent from my Pixel 2 using Tapatalk
     
  2. Mukow

    Mukow New Member

    Joined:
    Jan 23, 2017
    Messages:
    8
    Likes Received:
    0
    Below is the export of the task using description

    Code (Text):
    A1: For [ Variable:%rotate Items:1,2,3,4,5,6,7,8,9,10 ]
    A2: AutoNotification Table [ Configuration:Title: %rotate
    Separator: ,
    Number of Columns: 5
    Cell Widths: 100
    Cell Height: 50
    Text Alignment: Left
    ID: rotate Timeout (Seconds):60 ]
    A3: Flash [ Text:%rotate Long:Off ]
    A4: Wait [ MS:0 Seconds:3 Minutes:0 Hours:0 Days:0 ]
    A5: End For
     
  3. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
  4. Mukow

    Mukow New Member

    Joined:
    Jan 23, 2017
    Messages:
    8
    Likes Received:
    0
    Hi Joao,

    Thanks for the quick fix and tips. I can confirm working now, although I do see a quick notification inbetween of AutoNotification saying running notifications, I'm assuming this is a requirement any easy way to hide it?[​IMG]

    Sent from my Pixel 2 using Tapatalk
     
  5. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Yes, you can configure notification channels for AutoNotification (by long clicking a notification for example) and you can then disable those :)
     
    Mukow likes this.
  6. yannick.rc

    yannick.rc New Member

    Joined:
    Apr 7, 2018
    Messages:
    23
    Likes Received:
    0
  7. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Replied there.
     

Share This Page