Hi Martin,
>> So after manually installing all dependencies zypper could find, three
>> packages cannot be found:
>> pkgconfig(xtables)
>> pkgconfig(libsystemd-daemon)
>> pkgconfig(libglibutil)
>
> I can confirm libglibutil-devel is missing from the public repos by mistake.
> It will be fixed in
Hi Bernhard,
> I had installed some of them, but as far as I understood the behaviour of
> mb2, it should install missing dependencies automatically.
Correct
> So after manually installing all dependencies zypper could find, three
> packages cannot be found:
> pkgconfig(xtables)
> pkgconfig(l
Hi,
> Have you installed the dev packages conman is missing?
> sb2 -t SailfishOS-armv7hl -m sdk-install -R zypper in
I had installed some of them, but as far as I understood the behaviour of mb2,
it should install missing dependencies automatically.
So after manually installing all dependenci
Have you installed the dev packages conman is missing?
sb2 -t SailfishOS-armv7hl -m sdk-install -R zypper in
-Coley.
On 29 August 2016 at 14:13, Lichtinger, Bernhard wrote:
> Hi,
>
> I tried to compile connman on the mersdk-VM which comes with the
> Sailfish-SDK, but it fails with missing dep
Hi,
I tried to compile connman on the mersdk-VM which comes with the Sailfish-SDK,
but it fails with missing dependencies.
I did as described here:
https://together.jolla.com/question/135723/build-non-qt-project-for-emulator-and-device/
ssh into the VM, cloned the connman-sources from
https:/
Hi guys,
Thanks! Learned today something :)
Dylan
Original Message
Subject: Re: [SailfishDevel] Interact from other pages with the cover page
Local Time: August 29, 2016 2:38 PM
UTC Time: August 29, 2016 12:38 PM
From: m...@mattaustin.me.uk
To: dylan.van.ass...@protonmai
On 29 August 2016 at 20:29, Dylan Van Assche
wrote:
> If I understand it correctly I need to do the following things:
>
> Create an object in harbour-sailfinder.qml and give it an ID
> Call the object with that ID from my current page (for example:
> MainPage.qml) and assign some data to it.
> Rea
Properties of root object are accessible for it childrens. Childrens of
object are not accessible.
-- Исходное сообщение --
От: "Michael Fuchs"
Кому: devel@lists.sailfishos.org
Отправлено: 29.08.2016 19:21:15
Тема: Re: [SailfishDevel] Interact from other pages with the cover page
Corr
Yes, that's what I'm doing in my projects.
BTW: you don't "read" properties, in QML you /bind/ properties.
http://doc.qt.io/qt-5/qtqml-syntax-propertybinding.html
Am 29.08.2016 um 14:29 schrieb Dylan Van Assche:
If I understand it correctly I need to do the following things:
*
Crea
If I understand it correctly I need to do the following things:
-
Create an object in harbour-sailfinder.qml and give it an ID
-
Call the object with that ID from my current page (for example: MainPage.qml)
and assign some data to it.
-
Read the object out in CoverPage.qml by his ID
Dylan
Correction in SomeWherElse.qml
Am 29.08.2016 um 14:19 schrieb Michael Fuchs:
Hi Dylan,
Children from ApplicationWindow are AFAIK accessible everywhere.
harbour-example.qml:
ApplicationWindow {
...
MyObject {
id: mo
someString: "Eins"
function test(){}
}
...
}
CoverPage.qml:
Hi Dylan,
Children from ApplicationWindow are AFAIK accessible everywhere.
harbour-example.qml:
ApplicationWindow {
...
MyObject {
id: mo
someString: "Eins"
function test(){}
}
...
}
CoverPage.qml:
CoverBackground {
CoverPlaceholder {
text: mo.someString
}
Please, describe what do you want to get?
2016-08-29 15:03 GMT+03:00 Dylan Van Assche :
> Hi devs,
>
> I'm rebuilding Sailfinder and I'm looking for a better way for my
> interaction between the cover and other pages.
> In the old version I let the cover play the man in middle when Python
> transf
Hi devs,
I'm rebuilding Sailfinder and I'm looking for a better way for my interaction
between the cover and other pages.
In the old version I let the cover play the man in middle when Python
transfered the data to the current QML page but it was a messy solution.
I looked at the source code of
14 matches
Mail list logo