Re: [SailfishDevel] Scheduling code for execution at x seconds since epoch

2014-03-15 Thread Arvid Fahlström Myrman
Hi, Thanks, I didn't think of starting a Timer during an iphb wake-up. It still gets a bit difficult though having to juggle both Insomniac and a Timer at the same time, especially as I need to chain a bunch of timers, some with intervals as short as five seconds, and I need to make sure that t

Re: [SailfishDevel] Scheduling code for execution at x seconds since epoch

2014-03-15 Thread Thomas Tanghus
On Saturday 15 March 2014 23:55 Arvid Fahlström Myrman wrote: > Hi, > > Thanks, I didn't think of starting a Timer during an iphb wake-up. It still > gets a bit difficult though having to juggle both Insomniac and a Timer at > the same time, especially as I need to chain a bunch of timers, some wi

[SailfishDevel] One ListModel for multiple SilicaGridViews

2014-03-15 Thread Tomek
I am wondering how I could display a single ListModel in multiple SilicaGridViews (filtered)? Simply making an item invisible in a specific view does not work, because it still consumes (cellWidth x cellHeight) the space. I know, I could also implement my own model in c++. Probably something li