Hi all,
I wanted to ask if there is any documentation on ngfd, specifically about the
event .ini files. I'd like to prevent IM/SMS tones muting audio playback
because it's pretty annoying to me when I'm listening to music. Someone on IRC
already pointed me to ngfd being responsible for that po
For testing, you can use e.g. a python script, see here
https://talk.maemo.org/showthread.php?t=92303
-kimmo
From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Krzysztof
Lesiak
Sent: 26. joulukuuta 2016 12:41
To: devel@lists.sailfishos.org
Subject: [SailfishDevel] ngfd ini fi
hi,
can you be more specific because you gave us barely information to help you.
I'm assuming you want to embed an html page in a qml, just use
SilicaWebView, no additional import needed :
import QtQuick 2.2
import Sailfish.Silica 1.0
Page {
id:page
SilicaWebView {
id:web
v
He want to use new Sailfish WebEngine stuff
26.12.2016 15:15, jerome levreau пишет:
hi,
can you be more specific because you gave us barely information to
help you.
I'm assuming you want to embed an html page in a qml, just use
SilicaWebView, no additional import needed :
import QtQuick 2