Hi,
There's
https://github.com/sailfishos/sailfish-components-webview/tree/master/import/pickers
But currently due to a build dependency on Silica, it's difficult for community
members to build.
Cheers,
Chris.
From: Devel [devel-boun...@lists.sailfishos
Maybe Jolla can publish default sdk componentsgallery application to
guthub and then we can contribute, jolla review our code and then profit?
07.02.2017 18:07, David van Rijn пишет:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi Guys,
I was just busy adding a feature i wanted to an app (
Hi Michael,
Thank you! Works amazingly simple, I searched it too far :)
Cheers,
Dylan
Original Message
Subject: Re: [SailfishDevel] org.nemomobile.configuration examples
Local Time: 7 February 2017 1:56 PM
UTC Time: 7 February 2017 12:56
From: mich...@neufing.org
To: de
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi Guys,
I was just busy adding a feature i wanted to an app (posting pictures to
slackfish) and i didn't feel like writing another media selection
dialog, so i
borrowed it from hangish. However, it would be really nice if there was
a central repos
Hi,
I place the ConfigurationGroup in the root item
harbour-appname.qml:
ConfigurationGroup {
id: settings
path: "/apps/harbour-appname"
property bool boolVal: true
property int intValue: 5
}
So it's accessible anywhere.
Then I'm binding the values to some others:
S
Hi,
have a look at my SailfishReboot repo at GitHub [1].
You can just add your properties into the ConfigurationGroup and that's
it :)
The loading/saving/notifying is already handled four you *magic* :)
Br,
Michael
[1]
https://github.com/ejjoman/harbour-sailfishreboot/blob/3b7644b51a36d57bfe
Hi devs,
Currently I'm struggling with the org.nemomobile.configuration QML module.
On the SailfishOS Reference pages is explained which properties this module has
but I can't find any examples there.
After some Googling I found some examples on how to use ConfigurationValue {}
but I want to gro