Yes, I did choose this way by the nature of my paint application.
Potentially recording all strokes etc. could consume also some amount of memory,
and maybe make the usage-experience tacky.
On charts etc, I also would redraw, and the data "is there".
I have another app where I need to implement t
On Wed, Sep 24, 2014 at 9:07 AM, itviewer
wrote:
> Compared with Ubuntu touch,are there any advantages to jolla?
Hi,
please take a look to:
http://www.jollausers.com/2013/07/why-sailfish-is-better-as-a-modern-os-here-is-a-comparison/
--
Andrea
___
Sai
On 29 Sep 2014, at 16:43, Mohammed Hassan wrote:
> On Sat, 27 Sep 2014 16:28:42 +
> Kimmo Lindholm wrote:
>
>> Hi,
>>
>> Just wanted to give a follow-up on this topic;
>>
>> You are affected if you are drawing on Canvas (and don't want to
>> repaint it completely when returning to applic
On Sat, 27 Sep 2014 16:28:42 +
Kimmo Lindholm wrote:
> Hi,
>
> Just wanted to give a follow-up on this topic;
>
> You are affected if you are drawing on Canvas (and don't want to
> repaint it completely when returning to application) Symptom is that
> canvas gets cleared when going away fro
Just use a delegate like in the given example:
https://sailfishos.org/sailfish-silica/qml-sailfishsilica-slideshowview.html
If still baffled, you should read
http://qt-project.org/doc/qt-4.8/qdeclarativemodels.html#listmodel
On Mon Sep 29 2014 05:53:56 GMT+0100 (BST), Peter Pykäläinen wrote:
> B
Thanks, I'll check those out.
// Peter Pykäläinen
On 29 September 2014 11:13, Lukas Vogel wrote:
> Hi,
>
> In cutespotify there I use in full player view the album cover kind as in
> a Slideshow:
>
> https://github.com/lukedirtwalker/cutespotify/blob/sailfish/qml/FullControls.qml#L136
>
> impo
Hi,
In cutespotify there I use in full player view the album cover kind as in a
Slideshow:
https://github.com/lukedirtwalker/cutespotify/blob/sailfish/qml/FullControls.qml#L136
important properties are: snapMode:
http://qt-project.org/doc/qt-5/qml-qtquick-listview.html#snapMode-prop
and maybe als