[SailfishDevel] Junat.net site not working/rendering correctly with SilicaWebView

2017-12-21 Thread Jollailija Developer
Hi, the following code works for https://jolla.com/ but for some reason it doesn't work with https://www.junat.net/ (results in a blank, white page) import QtQuick 2.1 import Sailfish.Silica 1.0 import QtWebKit 3.0 Page { id: page WebView { anchors.fill: parent url: "http

[SailfishDevel] Building Nemosyne fails

2016-01-05 Thread Jollailija Developer
Hi, I was planning on making a custom build of Nemosyne ( https://github.com/prplmnky/harbour-nemosyne) to fit my needs, but for some reason I can't build it with the SDK. Here's the log in case it builds on your machine but not on mine: 11:18:11: Running steps for project harbour-nemosyne... 11:

Re: [SailfishDevel] How to convert Xml list model into QML list model?

2015-12-11 Thread Jollailija Developer
not call any variables inside components from outside of > components > use > > QmlListModel{id:qmlListModel} > > indstead of > Component{QmlListModel{id:qmlListModel}} > > > On Sat, Dec 12, 2015 at 9:50 AM, Jollailija Developer < > jollail...@gmail.com> wrote:

Re: [SailfishDevel] How to convert Xml list model into QML list model?

2015-12-11 Thread Jollailija Developer
no idea what I'm doing. (want to take a look? source at https://github.com/jollailija/nettiradio ) Cheers, Reference error: jollailija is not defined 2015-12-12 8:02 GMT+02:00 Jollailija Developer : > I switched onCompleted to this: > Component.onCompleted: qmlListModel.append({"

Re: [SailfishDevel] How to convert Xml list model into QML list model?

2015-12-11 Thread Jollailija Developer
exander Ladygin : > seems like index out of bounds > > stationsModel items count is smaller than lib.stationCount > > > > On Fri, Dec 11, 2015 at 10:28 PM, Jollailija Developer < > jollail...@gmail.com> wrote: > >> Hi, >> >> I am using Alpha Menu (Pe

[SailfishDevel] How to convert Xml list model into QML list model?

2015-12-11 Thread Jollailija Developer
Hi, I am using Alpha Menu (People app style sorting) in my app. However it only supports QML ListModel as it's dataSource. I tried doing this: StationsModel {id:stationsModel} ListModel { id: qmlListModel } Component.onCompleted: {console.log(lib.stationCount);fil

Re: [SailfishDevel] How to use Insomniac?

2015-10-03 Thread Jollailija Developer
I can confirm that this has done the trick. I also added some lines to harbour-simplestopwatch.pro and Compile Output no longer says that translations.path is not defined. I will now submit the app to Harbour, hopefully everything will work this time :) Thank you for your help.

Re: [SailfishDevel] How to use Insomniac?

2015-10-03 Thread Jollailija Developer
Thanks Tanghus! As discussed earlier, I needed to remove the /lib subfolder from those paths to build the project. Now it makes the RPM packages nicely, but I noticed some errors: WARNING: translations.path is not defined: install target not created - - warning: File listed twice: /usr/share/harbo

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Jollailija Developer
I don't think so, my insomniac.pro is identical. 2015-09-26 16:23 GMT+03:00 Andrey Kozhevnikov : > missed whole installs from > https://github.com/tanghus/kitchen-timer-qml/blob/master/src/insomniac/insomniac.pro > ? > > -- Исходное сообщение -- > От: "J

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Jollailija Developer
ed import harbour.simplestopwatch.insomniac 1.0 How do I fix it? What did I miss? ^ 2015-09-26 16:11 GMT+03:00 Jollailija Developer : > Phew, I think I did it! It now builds without errors and deploys nicely > into the emulator. I'll build it for the phone and test it out (but before > that write th

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Jollailija Developer
Phew, I think I did it! It now builds without errors and deploys nicely into the emulator. I'll build it for the phone and test it out (but before that write the QML code using it, duh), but so far so good. Thanks for your help! This is why I love (developing for) Sailfish so much, there are always