[SailfishDevel] osx installer problem with old VirtualBox

2013-05-04 Thread Erlend Boe
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

Re: [SailfishDevel] Sailfish OS Emulator and Windows 8

2013-05-04 Thread christopher . lamb
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

Re: [SailfishDevel] Is it worth it to use the Sailfish namespace functions/functions defined in sailfishapplicatoin.cpp instead of creating a QML/QtQuick application the default way?

2013-05-04 Thread christopher . lamb
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

[SailfishDevel] Is it worth it to use the Sailfish namespace functions/functions defined in sailfishapplicatoin.cpp instead of creating a QML/QtQuick application the default way?

2013-05-04 Thread superpelican
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

Re: [SailfishDevel] Does the Sailfish example application create a QDeclarativeEngine?

2013-05-04 Thread Thomas Perl
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

[SailfishDevel] Does the Sailfish example application create a QDeclarativeEngine?

2013-05-04 Thread superpelican
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