ahoj
i was looking into some cross platform languages, tried this or that and finally decided to go with python
i have implemented all my application logic plus persistance in python and it works nicely from cmdline
now i ve started to glue it with qml, but honestly, is that it ?
function startDownload() {
page.downloading = true;
dlprogress.value = 0.0;
call('datadownloader.downloader.download', function() {});
}
i have now basically an appcontroller in python that i did wanted to instantiate once and assign it to applicationWindow: done
now when i see the example code, it seems i would need a wrapper for each method ?
yes, i could have checked earlier, but the first sentence:
In addition to C++, Python is a fully supported language for developing Sailfish OS applications. It …
yes i will now did into pyotherside docs but if someone knows a nice example of something more then calling some fu’s
would save me a lot of time
thanks!