Re: [SailfishDevel] Remove all pages from stack before specified page

2016-09-10 Thread Matthew Vogt
Hi Oleg. I'm sorry, the PageStack simply does not support this model. It can only work like a stack, where pages are added and removed from one end of the list, and the existing pages on the stack are unmodifiable while there are other pages above them in the stack. In this case, 'above' actu

[SailfishDevel] JUCE in a Sailfish app

2016-09-10 Thread Adam Wilson
I’m looking to port an app written partly with the JUCE C++ framework, with some GUI code (writing to an OpenGL context) to Sailfish. Is this something anyone here has looked into? I’ve seen some people combining Qt (for GUI) and JUCE (for audio) so I assume its possible to just include the bi

[SailfishDevel] React Native for Sailfish?

2016-09-10 Thread Adam Wilson
I’ve been using React Native to build the main UI of an app recently, and although its been a bit of a bumpy ride configuration-wise (as part of the app is written in C++). its a great development platform. Would be great to be able to build Sailfish apps too. I think the main thing that would b