Re: [SailfishDevel] How to show toast notification?

2020-03-02 Thread piggz1
In amazfish, I animate in a rectangle. Its all wrapped up in a function which hides at using a timer. It all exists in the main application qml file with a z value to ensure its above all pages. Unfortunatley, i dont think there is a standardised way of doing this. Adam On Monday, 2 March 2

Re: [SailfishDevel] How to show toast notification?

2020-03-02 Thread richard grooff via Devel
Hi, Are you aware of the example at Nemo QML Plugins Notifications - Sailfish OS | | | | Nemo QML Plugins Notifications - Sailfish OS | | |  Best regards, Richard On Monday, March 2, 2020, 1:29:02 PM GMT+1, Tamas Miklos wrote: Hi, I'd like to show a quick notificatio

Re: [SailfishDevel] How to show toast notification?

2020-03-02 Thread szopin
Hi, Maybe infoBanner.alert? Regards, szopin On Monday, 2 March 2020, Tamas Miklos wrote: > Hi, > > I'd like to show a quick notification to the user of my SFOS app after > selecting a certain PullDownMenu item. The notification doesn't need to be > modal or have any buttons or require any u

[SailfishDevel] How to show toast notification?

2020-03-02 Thread Tamas Miklos
Hi, I'd like to show a quick notification to the user of my SFOS app after selecting a certain PullDownMenu item. The notification doesn't need to be modal or have any buttons or require any user interaction. Much like how the Toast notification works in Android apps. The closest I got to so