Hi,
I only added "import Sailfish.Pickers 1.0" to my QML file and everything
is working properly in my Jolla C. The rpm validator doesn't complain
about that.
Best Regards, Riku
Michael Fuchs kirjoitti 24.10.2017 klo 16:44:
Hi,
I'm using the new systemprovided FilePicker in one of my apps
Hi, I ended to similar problems with QML only example in the SDK .
Compiler claimed about missing libsailfishapp-launcher in my Jolla C.
Thanks pkcon refresh hint in this discussion I could proceed!
Regards, Riku
Slava Monich kirjoitti 20.10.2017 klo 14:56:
Yes it could do that too but tha
Thanks for an answer, works perfectly!
If you want to have e.g. cover actions on the top of the background view
in cover it seems to be a little bit more complicated. One example of
that seems to be in the app sailfish-maps. The example code can be
explored in the folder /usr/share/sailfish-ma
Hi!
I have tried to modify my Fast chess app to have a two player mode with
two devices. I planned to code it using bluetooth technology. I found a
good QT example Ping Pong, which has a functionality I need.
Currently in my code I think I can get the server running in my Jolla C
or Jolla 1.
Hi!
I would try a dbus approach. More info can be found from
https://together.jolla.com/question/80828/enable-mobile-data-with-command-line/
You can check the info what is avalable with the command dbus-send
--system --type=method_call --print-reply --dest=net.connman /
net.connman.Manager.G
see how I include the lib into RPM.
On 11/01/16 03:29, Riku Lahtinen wrote:
Hi!
I developed an app At Work, which records the time you stay at
work by
using GPS. Because of the poor GPS functionality in buildings and
response of the app users I added a feature to utilize a cell
information al
Hi!
I developed an app At Work, which records the time you stay at work by
using GPS. Because of the poor GPS functionality in buildings and
response of the app users I added a feature to utilize a cell
information also. For that I needed to import QtSystemInfo 5.0. I got
that to work by inse