Re: [SailfishDevel] Receiving notifications

2014-01-18 Thread Thomas Tanghus
On Saturday 18 January 2014 10:08 marko.kosc...@tisno.de wrote: > That is exactly what I am looking for. I want to show errors in my > ownKeepass app if the user gave e.g. a wrong password. Currently I have > implemented my own banner component which should look like those from the > system. -> >

Re: [SailfishDevel] Receiving notifications

2014-01-18 Thread marko . koschak
That is exactly what I am looking for. I want to show errors in my ownKeepass app if the user gave e.g. a wrong password. Currently I have implemented my own banner component which should look like those from the system. -> https://github.com/jobe-m/ownkeepass/blob/master/Sailfish/qml/common/In

Re: [SailfishDevel] Receiving notifications

2014-01-17 Thread Thomas Tanghus
Did you ever get an answer to this? I'm mostly interested in showing app notifications on errors - I guess that's what you call banner notifications? On Wednesday 18 December 2013 15:54 Gabriel Böhme wrote: > I think I need some clearification at all, what is, or better: is there a > recommended

Re: [SailfishDevel] Receiving notifications

2013-12-18 Thread Mike Sheldon
On Wed, 2013-12-18 at 21:26 +0600, Andrey Kozhevnikov wrote: > There is mlite5 library providing MNotification compability for > lipstick, it have all features MeeGo have. >From looking at the mlite5 source it'd appear this only implements MNotification compatibility, not MNotificationManager com

Re: [SailfishDevel] Receiving notifications

2013-12-18 Thread Gabriel Böhme
Hi sailors, I think I need some clearification at all, what is, or better: is there a recommended way to show notifications in EventFeed and what about the banner messages? Is there an offical API yet, that I overlooked, or will there one be offered in the future? Because the question is: is th

Re: [SailfishDevel] Receiving notifications

2013-12-18 Thread Mike Sheldon
Ah, excellent, thanks very much! On Wed, Dec 18, 2013 at 3:26 PM, Andrey Kozhevnikov wrote: > There is mlite5 library providing MNotification compability for lipstick, > it have all features MeeGo have. > > > On 18.12.2013 21:24, Mike Sheldon wrote: > >> Hi, >> >> I'm currently in the process

Re: [SailfishDevel] Receiving notifications

2013-12-18 Thread Andrey Kozhevnikov
There is mlite5 library providing MNotification compability for lipstick, it have all features MeeGo have. On 18.12.2013 21:24, Mike Sheldon wrote: Hi, I'm currently in the process of porting Rockwatch, my Pebble smart watch application, from MeeGo to Sailfish. I've got the basics working wi