Re: [SailfishDevel] Infinity count of pages

2014-03-11 Thread Oleg Linkin
How much pages will be in stack If I want to open profile of friend of friend of friend of my friend? В письме от 11 марта 2014 22:19:24 пользователь Ove Kåven написал: > Den 11. mars 2014 21:18, skrev Oleg Linkin: > > Hello. > > How I can realize in sailfish infinity pages loop. > > For example:

Re: [SailfishDevel] Infinity count of pages

2014-03-11 Thread Ove Kåven
Den 11. mars 2014 21:18, skrev Oleg Linkin: Hello. How I can realize in sailfish infinity pages loop. For example: MyProfilePage -> MyFriendsList -> MyFriendProfilePage -> MyFriend'sFriendsList -> MyFriend'sFriendProfilePage -> (...) But there are about 8 menus in profile and each can be opened

Re: [SailfishDevel] Infinity count of pages

2014-03-11 Thread Andrey Kozhevnikov
you can't loop the stack. you need to implement own components. On 12.03.2014 02:18, Oleg Linkin wrote: Hello. How I can realize in sailfish infinity pages loop. For example: MyProfilePage -> MyFriendsList -> MyFriendProfilePage -> MyFriend'sFriendsList -> MyFriend'sFriendProfilePage -> (...) B

[SailfishDevel] Infinity count of pages

2014-03-11 Thread Oleg Linkin
Hello. How I can realize in sailfish infinity pages loop. For example: MyProfilePage -> MyFriendsList -> MyFriendProfilePage -> MyFriend'sFriendsList -> MyFriend'sFriendProfilePage -> (...) But there are about 8 menus in profile and each can be opened (in this case using horizontal listview with

Re: [SailfishDevel] show/hide pulley menu items

2014-03-11 Thread christopher . lamb
It can be very difficult for the beginner to distinguish if a given QML element if "pure Qt", or from a component set like Silica. I remember struggling with this in the days of Harmattan. It would be very helpful if the Silica documentation linked the Qt Documentation, and showed inherited

Re: [SailfishDevel] slow app building

2014-03-11 Thread christopher . lamb
Hi Mike Welcome. How are you building? If you are using QtCreator, then there are 2 methods: Build by Deploying as RPM Package. Build by Deploying Binaries. According to previous posts the second of these should be faster, and is recommended for use during development when you may be frequ