[SailfishDevel] API for requesting ambiance change

2013-09-23 Thread Artem Marchenko
Hi All API for requesting an ambiance change definitely exists as in the device demo people, well, change ambiance after setting wallpaper. Does anybody have an idea on how to do it? Could it be some DBus message I could hack into? I'd like to set wallpaper from my app, figured out how to set wa

Re: [SailfishDevel] Application always active

2013-09-23 Thread Marcin Mielniczuk
Hi, Thanks BR -- Marcin 2013/9/22 Robin Burchell > Hi, > > > On 22. sep. 2013, at 13:19, Marcin Mielniczuk > wrote: > > I'm trying to utilze ApplicationWindow.applicationActive to set the > cover text. But the onApplicationActiveChanged signal isn't emitted, and > the applicationActive prop

Re: [SailfishDevel] Separator component

2013-09-23 Thread FIlip Kłębczyk
W dniu 23.09.2013 07:32, Mikko Leppänen pisze: Hi Filip, I managed to get the Separator component to work in my app. However, if I remember correctly, I have not try to use it inside a column. Obviously, you need to define a height and width for the Separator in order to get it appear. Ah, I'v