Re: [SailfishDevel] Page Status code

2014-02-13 Thread Chris Walker
On Thu, 13 Feb 2014 00:19:42 +0100 Thomas Perl th.p...@gmail.com wrote: On 2014-02-12 20:36, Chris Walker wrote: In the past (Harmattan code), I would have done this sort of stuff :- onStatusChanged: { if (status==PageStatus.Activating) { but there is no 'onStatusChanged'

Re: [SailfishDevel] Page Status code

2014-02-12 Thread Andrey Kozhevnikov
it's still there and working. no idea what wrong with your setup On 13.02.2014 01:36, Chris Walker wrote: In the past (Harmattan code), I would have done this sort of stuff :- onStatusChanged: { if (status==PageStatus.Activating) { but there is no 'onStatusChanged' option now. So

Re: [SailfishDevel] Page Status code

2014-02-12 Thread Thomas Perl
On 2014-02-12 20:36, Chris Walker wrote: In the past (Harmattan code), I would have done this sort of stuff :- onStatusChanged: { if (status==PageStatus.Activating) { but there is no 'onStatusChanged' option now. So what do I use now? I've looked here -