[SailfishDevel] (no subject)

2018-02-13 Thread Zoltán Lutor
Hi, I have some issue with my very first native Sailfish game: there is some problem with audio. Game is using QML & Javascript, it is mainly a PageStack and there are lots of Audio components in actual game Page. If there are more than 5 Audio elements there, app hangs-up mysteriously after

Re: [SailfishDevel] (no subject)

2016-12-26 Thread Andrey Kozhevnikov
He want to use new Sailfish WebEngine stuff 26.12.2016 15:15, jerome levreau пишет: hi, can you be more specific because you gave us barely information to help you. I'm assuming you want to embed an html page in a qml, just use SilicaWebView, no additional import needed : import QtQuick

[SailfishDevel] (no subject)

2016-12-23 Thread Иван Черненький via Devel
Guys help plz In the project I want to use ** sailfish.webview 1.0 **. It is part of the package sailfish-components-webview-qt5. This package is installed into the architecture through Sailfish Control Centre. The .pro file added PKGCONFIG + = qt5embedwidget and .yaml PkgBR file:    -

Re: [SailfishDevel] (no subject)

2015-03-18 Thread Iosif Hamlatzis
Regarding the orientation it's not something I can patch and submit, it's a thing for Jolla since it has to do with the video driver. Looking at the code of SDL2, I would say the hint for the orientation is iOS specific: From the SDL_hints.h /** * \brief A variable controlling which

Re: [SailfishDevel] (no subject)

2015-03-17 Thread Tone Kastlunger
I believe SDL library is open sourced on SailfihsOS; perhaps you could submit a patch that fixes the issue? Best, tk On Mon, Mar 16, 2015 at 10:05 PM, Iosif Hamlatzis i.hamlat...@gmail.com wrote: Unfortunately the SDL_SetHint function didn't work, the game still only closes as if you hold the

Re: [SailfishDevel] (no subject)

2014-12-18 Thread David van rijn
Thanks for the feedback :) I had already looked a bit at the monav stuff because i had it on my N900, but like you said, it seems abandoned, so i didn't feel like using it. But the Mapbox GL definitely looks primising, i will have a look at it later. I did not know about the qml pinchmap. I

Re: [SailfishDevel] (no subject)

2014-12-18 Thread Martin Kolman
Thu, 18 Dec 2014 18:07:18 +0100 David van rijn davidvanr...@gmail.com: Thanks for the feedback :) I had already looked a bit at the monav stuff because i had it on my N900, but like you said, it seems abandoned, so i didn't feel like using it. But the Mapbox GL definitely looks primising, i

[SailfishDevel] (no subject)

2014-12-17 Thread David van rijn
Hello, I am writing a qml component to display a slippy map (eg. google maps). (You can look at the code at https://github.com/unsanded/harbour-mapp.) The idea is to be able to add maps in qml by just typing something like: SlippyMap{ GoogleMapsProvider{ apiKey: blabla } } I have a few

Re: [SailfishDevel] (no subject)

2014-12-17 Thread Martin Kolman
Wed, 17 Dec 2014 16:04:31 +0100 David van rijn davidvanr...@gmail.com: Hello, Hi! I am writing a qml component to display a slippy map (eg. google maps). (You can look at the code at https://github.com/unsanded/harbour-mapp.) The idea is to be able to add maps in qml by just typing

[SailfishDevel] (no subject)

2014-11-07 Thread Richard Grooff
Hi, In a page I have a fuction to update the xmllistmodel en then the listview with it. fuction previous(){ list_model2.clear() xmllistmodel.reload() listview.update() In the page calling the function works, the information in the listview is replaced with the new information.

[SailfishDevel] (no subject)

2014-08-08 Thread Fedor Zaitsev
___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] (no subject)

2013-12-21 Thread Unai IRIGOYEN
Hi everybody, Does someone know how I can access the current locale in Sailfish OS? QLocale::system() always returns C for me and thus my app is not translated. Thank you for your help. Best regards. -- Unai IRIGOYEN ___ SailfishOS.org Devel