Re: [SailfishDevel] Update previous page

2015-03-19 Thread Asser Lähdemäki
You may also pass a reference to your previous page to the page being pushed property Page previousPage Then when pushing, give the second param as {previousPage: pageId}. You may pass reference to any other object too. Then call respective functions to act. Note that the model-view approach

Re: [SailfishDevel] qml dbus send SMS

2015-03-19 Thread Michael Fuchs
Am 18.03.2015 um 13:07 schrieb Roland Whitehead: On Tue, 17 Mar 2015 at 20:20:06, Michael Fuchs wrote: This is exactly what the dbus call does. But your approach looks simpler, will try this one as well. I wrote a nasty shell script to send SMS so that I could do so from my desktop over ssh.

[SailfishDevel] Javascript Object problem

2015-03-19 Thread Andrey Kozhevnikov
Hello! Can someone help me to understand why this simple code working bad: https://gist.github.com/CODeRUS/3911cfe69ab9866e99da Just click on Add button and compare input and result id inside Object. It's different. Best regards, Andrey ___