Re: [SailfishDevel] App doenst launch in intex aqua fish

2016-11-21 Thread Ove Kåven
Den 22. nov. 2016 01:04, skrev joao morgado: > I do prefer a linux enviroment for development, so I'm guessing that to > avoid this same problems in linux I will have to install Sailfish sdk > with a different user than the one I use for Qt sdk. I don't think you do. At least I haven't had a probl

Re: [SailfishDevel] App doenst launch in intex aqua fish

2016-11-21 Thread joao morgado
Solved it :) In windows, I removed Qt sdk, Sailfish sdk, and re installed only Sailfish sdk. Then I could successfully make a MerSDK-SailfishOS-armv7hl kit in QtCreator without any errors.Deploying the app to the phone failled at the first attemp, with this crazy error: "Failed to connect to re

Re: [SailfishDevel] Context menu of a grid view

2016-11-21 Thread Andrey Kozhevnikov
Check how sailfish-gallery works. It have additional propery in delegates altering y-position for elements on next linex after activated one. -- Исходное сообщение -- От: "Marcin Mielniczuk" Кому: "Sailfish OS Developers" Отправлено: 21.11.2016 20:49:46 Тема: [SailfishDevel] Context

[SailfishDevel] Context menu of a grid view

2016-11-21 Thread Marcin Mielniczuk
Hi, In my app I show the user a grid view. It's elements should be interactive and its state can be modified. I'd like to use a context menu for this. My current approach is SilicaGridView { id: diceView Layout.preferredWidth: parent.width