Re: [SailfishDevel] file permissions of user data files

2013-08-12 Thread Eric Chan
there's not property? 在 2013-8-12,下午11:07,Bob Jelica 写道: > Hey, > > Use QDir.homePath() in your app for a safe place to save files. That will > always guarantee that you'll have read/write access. > > Have fun! > > //Bob > > On Aug 11, 2013, at 1:55 PM, Wim de Vries wrote: > >> On 08/11/2

Re: [SailfishDevel] file permissions of user data files

2013-08-12 Thread Bob Jelica
Hey, Use QDir.homePath() in your app for a safe place to save files. That will always guarantee that you'll have read/write access. Have fun! //Bob On Aug 11, 2013, at 1:55 PM, Wim de Vries wrote: > On 08/11/2013 01:36 PM, "Thomas B. Rücker" wrote: >> On 08/11/2013 12:21 PM, Wim de Vries wro

Re: [SailfishDevel] A component similar to InfoBanner

2013-08-12 Thread Benoît HERVIER
Sfiet_Konstantin on #sailfishos said this was too much ugly ... ([14:34] but the message is ugly [14:34] but it looks good :D) So i change colors and size to depends on the Theme : Not looking anymore to a big threatening button ... http://khertan.net/blog/silica_infobanner http://khertan.n

Re: [SailfishDevel] page stack indicator

2013-08-12 Thread Wim de Vries
Thanks a lot. That works! This property isn't mentioned in the documentation (or am I looking in the wrong place?). The other issue: what should I do in a Page to keep the area of the page stack indicator free. My y:80 is quite ugly. thanks. r wim > Do you mean setting following property to true/

[SailfishDevel] A component similar to InfoBanner

2013-08-12 Thread Benoît HERVIER
Hi, I'm remembering seeing similar question here. So if you are porting apps from Harmattan and you like InfoBanner Components. This could interest you, i ve write a text only InfoBanner for ownNotes : Code import QtQuick 2.0 import Sailfish.Silica 1.0 import net.khertan.python 1.0 import S

Re: [SailfishDevel] page stack indicator

2013-08-12 Thread Jonni Rainisto
Do you mean setting following property to true/false on Page to hide the back navigation item? Try it and see what happens ;-) backNavigation: false From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Wim de Vries [

[SailfishDevel] page stack indicator

2013-08-12 Thread Wim de Vries
Hi, I am trying to find out how to sail around the page stack indicator. In my pages, I sometime want to show it, and sometime (Dialog) I need to hide it. Currently I use y:80 in Pages to have it visible, but I think that's very elegant. ___ SailfishOS.o

Re: [SailfishDevel] Bug in the Silica Reference docs and possible bug in the Dialog component

2013-08-12 Thread Superpelican
Hello Matthew, Thanks a lot for your quick reply! The acceptDestinationAction property is exactly what I'm looking for. :) The dialog on the pageStack should indeed be replaced with the questionPage. I already had the acceptDestination set to questionPage, but wasn't aware of the existence of