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-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

[SailfishDevel] Receiving notifications

2013-12-18 Thread Mike Sheldon
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 with it communicating correctly with the watch over bluetooth, however I'm running into a bit of a problem with notifications. From what I can tell from

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

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 coderusin...@gmail.comwrote: 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

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

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