Hi all,
Just a short mail to alert osx users to an issue that I had.
When installing the SDK on my mac, I got the error message:
"Error during installation process (org.merproject.mersdk):
Execution failed(Unexpected exit code: 126): "/usr/bin/VBoxManage createvm
--name MerSDK --register --basef
Hi Michal
I am happy to hear that you have found a solution that mostly works.
Pure speculation here, but I wonder if we are dealing with some kind
of timeout?
Is there any difference between your first and second drive (HDD vs
SSD, Filesystem?). I see your D: is NTFS.
I guess that the
Hi Superpelican
When programming Qt, you can mix and match QML, C++, and Javascript
freely, using whichever of these that is best for the particular task
you have in mind. I don't think SailfishOS changes this in any way.
With your questions in mind, I ran through my major app which is
ma
Are there any big benefits to using the functions/classes defined in
sailfishapplication.cpp compared to just creating a "normal" QML application
(by just creating a QDeclarativeView object etc.). Does doing it the Sailfish
specific way give you a performance optimization advantage? When readin
Hi,
2013/5/4 superpelican :
> I'm writing a QML/Sailfish Silica app that will use the logic of a CLI C++
> application I had already written. I've also already created a QML/Silica
> UI. So I will need to let C++ and QML communicate (for example the C++ code
> has to know when a QML Button is clic
Hello fellow SailfishDevel list members,
I'm writing a QML/Sailfish Silica app that will use the logic of a CLI C++
application I had already written. I've also already created a QML/Silica UI.
So I will need to let C++ and QML communicate (for example the C++ code has to
know when a QML But