Multiple Notifications: Next notification not in foreground
#1
I am developing an addon, which displays multiple notifications with xbmcgui.Dialog().notification directly in a row (code).
I am noticing, that since version 16 (jarvis), the behavior changed: The new notification is not displayed on top of the old one (in foreground), but behind (in background).
Further, it is necessary to refresh the screen by moving the mouse over the notification or pressing a key on the remote to see the updated notification.

This is perhaps related to this thread and an (solved) old dharma bug .

Does someone know, how to restore the old behavior (newest on top)?
Reply
#2
I haven't tested my code on Jarvis but I got round the issue I was having by having a separate thread handle the notifications and fire them off one at a time.

https://github.com/elParaguayo/service.b...onqueue.py
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply

Logout Mark Read Team Forum Stats Members Help
Multiple Notifications: Next notification not in foreground0