Re: [SailfishDevel] Getting simple XML to show on the emulator

2015-05-12 Thread Andrey Kozhevnikov
Using XML is not simplest for QML. Native data format for QML/JavaScript is JSON. 13.05.2015 00:58, Jani Nuutinen пишет: I'm trying early on to familiarize myself with passing data to the phone from the Internet and just for starters I chose to use a simple XML-file to see if I could make

Re: [SailfishDevel] Getting simple XML to show on the emulator

2015-05-12 Thread Jani Nuutinen
Hi Andrey and thanks for the quick reply! Certainly I might then look into using JSON. It remains to be seen if I'll be returning later on with a similar question but that time hand in hand with JSON :) Best regards On Tue, May 12, 2015 at 10:59 PM, Andrey Kozhevnikov coderusin...@gmail.com

[SailfishDevel] QML Camera viewfinder resolution

2015-05-12 Thread Andrey Kozhevnikov
Hello! When i'm trying to set camera viewfinder resolution with QCameraViewfinderSettingsControl::Resolution to screen size (to make it fullscreen) i'm getting CameraBin error: Internal data flow error.. What is the right way to change viewfinder resolution? Best regards, Andrey