Yeah thanks. Just found out yesterday that there is one! :)
// Peter Pykäläinen
On 2 December 2014 at 08:10, Giuliettasw wrote:
> Remember to use the harbour validation tool :)!
>
> Von meinem iPad gesendet
>
> Am 1.12.2014 um 22.33 schrieb Peter Pykäläinen >:
>
> Hi,
>
> yes I did, thank you
Remember to use the harbour validation tool :)!
Von meinem iPad gesendet
> Am 1.12.2014 um 22.33 schrieb Peter Pykäläinen :
>
> Hi,
>
> yes I did, thank you all for your help.
> Especially Andrey, you are the man!
>
> Let's see now if this passes harbour QA or not :)
>
>
> // Peter Pykäläine
Good point Asser!
Not to mention how big of a misunderstading it is not to allow vibration
all together.
// Peter Pykäläinen
On 1 December 2014 at 23:34, sailfishmail wrote:
>
> Another observation:
>
> You're allowed to require qt5-qtfeedback in your RPM-packaging
> according to the faq:
>
>
Another observation:
You're allowed to require qt5-qtfeedback in your RPM-packaging
according to the faq:
https://github.com/sailfish-sdk/sdk-harbour-rpmvalidator/blob/1.18/allowed_requires.conf
which installs
/usr/lib/libQt0Feedback.so.0
/usr/lib/libQt0Feedback.so.0.0
/usr/lib/libQt0Feed
Thanks Kimmo!
That was new.
And it fails:
Libraries
=
ERROR [/usr/bin/harbour-sailraid] Cannot link to shared library:
libQt0Feedback.so.0
INFO [/usr/bin/harbour-sailraid] Please see our FAQ here:
https://harbour.jolla.com/faq#Shared_Libraries
FAILED
Requires
ERROR [libQt0Feed
Run the pre-validation tool from SDK, if you get green there, it’s much closer
to approval…
(I prefer accessing it through browser, http://127.0.0.1:8080/C/harbour_tools/ )
-kimmo
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Peter Pykäläinen
Hi,
yes I did, thank you all for your help.
Especially Andrey, you are the man!
Let's see now if this passes harbour QA or not :)
// Peter Pykäläinen
On 1 December 2014 at 22:30, Gabriel Böhme
wrote:
> Have you tried cleaning the project? Helps sometimes.
>
> Am Mon Dec 01 2014 21:18:17 GMT+
Have you tried cleaning the project? Helps sometimes.
Am Mon Dec 01 2014 21:18:17 GMT+0100 (CET) schrieb Peter Pykäläinen:
> I give up!
>
> Once I figured out how to add the stupid haptics stuff into the .pro file I
> then get errors on my main when I try to compile:
>
> error: undefined referen
Hi,
yes with this setup it seems to be working just fine:
CONFIG += sailfishapp
PKGCONFIG += Qt0Feedback
I hope it's ok to do it like that.
// Peter Pykäläinen
On 1 December 2014 at 22:25, Andrey Kozhevnikov
wrote:
> CONFIG/PKGCONFIG += sailfishapp in pro?
>
> 02.12.2014 01:18, Peter
Nevermind and sorry about the spam.
Had this in my .pro file:
CONFIG += link_pkgconfig
after I removed that all works just fine!
// Peter Pykäläinen
On 1 December 2014 at 22:18, Peter Pykäläinen
wrote:
> I give up!
>
> Once I figured out how to add the stupid haptics stuff into the .pro file
CONFIG/PKGCONFIG += sailfishapp in pro?
02.12.2014 01:18, Peter Pykäläinen пишет:
#include
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
I give up!
Once I figured out how to add the stupid haptics stuff into the .pro file I
then get errors on my main when I try to compile:
error: undefined reference to `SailfishApp::application(int&, char**)'
error: undefined reference to `SailfishApp::createView()'
error: undefined reference to `
Hummm in fact the cardName is indeed the same in the cardPage and
the delegate... but it is not updated when the cardPage is loaded.
But what puzzles me is that the two other properties (value and
backImageSource) are updated !
So the problem must happen before that. Let me search a bit mor
Sure
In between do I need to provide Sudo privilege for installing
And sure u would have got more than 20 popup asking me to ignore,retry and
cancel
Sent from my iPhone
> On 01-Dec-2014, at 10:19 pm, Andrey Kozhevnikov
> wrote:
>
> do you want to explain and show at least screenshots of
do you want to explain and show at least screenshots of your problem
with your mac/os configuration?
01.12.2014 21:47, Anand Chitravelu пишет:
While set up of current alpha build from website I got so much error popup
asking me to ignore can some one please help me with it
Thanks
Anand
_
While set up of current alpha build from website I got so much error popup
asking me to ignore can some one please help me with it
Thanks
Anand
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfis
Hi Franck,
What do you experience with this flow. Isn't the cardname the same in
CardPage.qml and in your delegate ?
Regards,
Lucien
- Mail original -
De: "Franck Routier (perso)"
À: devel@lists.sailfishos.org
Envoyé: Lundi 1 Décembre 2014 16:56:56
Objet: Re: [SailfishDevel] Refreshing
well, in fact the cardPage itself is pushed from the mainPage with:
delegate: Card {
id: myCard
backImageSource: ico
value: val
name: cardname
height: gridView.cellHeight-3
fullSize: false
i see no place in your code where backname property set/changed
01.12.2014 20:27, Franck Routier (perso) пишет:
Hi,
I have aproblem with a page that has a property I can't update.
I'm using this page in a PullDownMenu, as this:
Page {
id: cardPage
property string backname
property
Hi Franck
How do you push the cardPage ? How do you expect backname to change ?
Regards,
Lucien
PS: Sorry for top-posting (my webmail don't give me any other option :()
- Mail original -
De: "Franck Routier (perso)"
À: devel@lists.sailfishos.org
Envoyé: Lundi 1 Décembre 2014 16:27:10
O
Hi,
I have aproblem with a page that has a property I can't update.
I'm using this page in a PullDownMenu, as this:
Page {
id: cardPage
property string backname
property CardBacksLibrary backsLibrary
SilicaFlickable {
Loader {
id: pageLoader
}
Thank you Andrey!
Brilliant idea!
// Peter Pykäläinen
On 1 December 2014 at 15:08, Andrey Kozhevnikov
wrote:
> I can suggest you to use QtFeedback from Qt side and register QML type.
>
> 01.12.2014 18:06, Peter Pykäläinen пишет:
>
> Just got my game rejected in Jolla Harbour this morning du
I can suggest you to use QtFeedback from Qt side and register QML type.
01.12.2014 18:06, Peter Pykäläinen пишет:
Just got my game rejected in Jolla Harbour this morning due to:
/Import 'QtFeedback 5.0' is not allowed
/
Is it really so that vibration is not allowed in Harbour apps?
Is there any
Just got my game rejected in Jolla Harbour this morning due to:
*Import 'QtFeedback 5.0' is not allowed*
Is it really so that vibration is not allowed in Harbour apps?
Is there any alternative?
// Peter Pykäläinen
___
SailfishOS.org Devel mailing list
24 matches
Mail list logo