[SailfishDevel] R: Hello everyone! Question about simply running a project

2013-08-02 Thread and . bernabei
I think there was a checkbox during installation which you had to select if you wanted to have the folders of your projects outside your home directory. If you didn't select it during installation, you have to put your projects folders inside your home directory ;)

[SailfishDevel] R: R: Page stack (error) and running application (question)

2013-06-11 Thread and . bernabei
I Think they just haven't forced that restriction in the emulator, but I expect you won't be able to "run" more than 9 apps on the phone. Remember it's an alpha sdk :) I guess the restriction wasn't implemented yet when they released the alpha sdk :)

[SailfishDevel] R: Page stack (error) and running application (question)

2013-06-11 Thread and . bernabei
I don't know about the stack issue, but about the apps:Sailfish OS allows a max of 9 apps on the homescreen. That's a design choice they made

[SailfishDevel] R: no valid kits found

2013-06-07 Thread and . bernabei
Go to about->plugins in Sailfish qtcreator, and enable Mer target ;) restart Qtcreator. Then go to settings->kits and clone the (uneditable) sailfish kit you'll find

[SailfishDevel] R: R: change resolution of the emulator?

2013-06-05 Thread and . bernabei
Which is the most likely solution it seems, at least from the info we got at jolla love day

[SailfishDevel] R: change resolution of the emulator?

2013-06-05 Thread and . bernabei
Where did you the jolla has HD re

[SailfishDevel] R: QML: Unable to open input file: No such file or directory

2013-06-04 Thread and . bernabei
Maybe you forgot to add it to the qml.files variable in the .pro file? Or to the .qrc, if you're using resources :)