Re: [SailfishDevel] SDK version 1701 (2.1.0) is released to Early Access

2017-02-13 Thread Michael Neufing
r > General and set Bench location to the binary you built from source. Restart Qt Creator after this.) BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Michael Neufing [mich...@neufing.org] Sent: Friday, February 10, 2017 10:22 P

Re: [SailfishDevel] SDK version 1701 (2.1.0) is released to Early Access

2017-02-10 Thread Michael Neufing
ve Bench from here https://github.com/sailfish-sdk/qmllive BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Michael Neufing [mich...@neufing.org] Sent: Thursday, February 09, 2017 6:44 PM To: devel@lists.sailfishos.org Subject: Re: [

Re: [SailfishDevel] SDK version 1701 (2.1.0) is released to Early Access

2017-02-09 Thread Michael Neufing
Hi, nice update! Unfortunately I am not able to test the new QML live coding, as the qmllivebench.exe crashes directly after the window appears ("qmllivebench.exe has stopped working"). I am on a Windows 10 machine (insider preview). I tried to run it as Administrator and even though CMD in th

Re: [SailfishDevel] org.nemomobile.configuration examples

2017-02-07 Thread Michael Neufing
Hi, have a look at my SailfishReboot repo at GitHub [1]. You can just add your properties into the ConfigurationGroup and that's it :) The loading/saving/notifying is already handled four you *magic* :) Br, Michael [1] https://github.com/ejjoman/harbour-sailfishreboot/blob/3b7644b51a36d57bfe

Re: [SailfishDevel] SDK version 1609 (2.0.4) is released to Early Access

2016-10-06 Thread Michael Neufing
Finally an upgrade of Qt Creator - jaay! :) While the QML Profiler (on device) worked perfect with the last SDK release, it now hard-crashes Qt Creator ("does not work anymore...") during deployment step. All other things are working fine (coding, debugging on device, ...). System is Windows 1

Re: [SailfishDevel] Communication between Aliendalvik app & SFOS app

2016-08-12 Thread Michael Neufing
Hi Dylan, I can't help you with the communication between native SFOS app and Alien. But when you provide some more informations on what you are trying to do / need to do - maybe we can give you another solution for your problem. Br, Michael Am 12.08.2016 11:53, schrieb Dylan Van Assche: hi

Re: [SailfishDevel] Errors while instantiating a Dialog

2016-08-02 Thread Michael Neufing
иков wrote: Open help article and check how dialog header should be used. 02 авг. 2016 г. 14:36 пользователь "Marcin Mielniczuk" написал: Hi, Doesn't help for me. And now the column and the header overlap. On 02.08.2016 10:32, Michael Neufing wrote: Hi Marcin, you should no

Re: [SailfishDevel] Errors while instantiating a Dialog

2016-08-02 Thread Michael Neufing
Hi Marcin, you should not put DialogHeader into a Column but directly into the Dialog. That should solve your problem. Br, Michael Am 02.08.2016 10:29, schrieb Marcin Mielniczuk: Hi, I copied the Dialog sample code from the doc: import QtQuick 2.0 import Sailfish.Silica 1.0 Dialog { p

Re: [SailfishDevel] Use same header item instance in multiple views

2016-07-22 Thread Michael Neufing
your list views into loader components can probably help you :) -- Исходное сообщение -- От: "Michael Neufing" Кому: devel@lists.sailfishos.org Отправлено: 22.07.2016 23:43:41 Тема: [SailfishDevel] Use same header item instance in multiple views Hi together! I am tr

[SailfishDevel] Use same header item instance in multiple views

2016-07-22 Thread Michael Neufing
Hi together! I am trying to use the same SearchField instance in multiple views as header item. When the page opens, a GridView is displayed with popular content. A SearchField is used as header. When the user focuses and/or writes text into the search field, the page should go into "search

Re: [SailfishDevel] Jolla keyboard enabled signal

2016-07-22 Thread Michael Neufing
Hi Dylan, in QML you can use a Connection to handle the visibleChanged signal of Qt.inputMethod. Look into the AudioPlayer component of my Sailwave app [1] for an example. [1] https://github.com/ejjoman/harbour-sailwave/blob/master/qml/common/AudioPlayer.qml#L9 Regards, Michael Am 22.07.2

Re: [SailfishDevel] Resolution-independent in-app icons

2016-07-22 Thread Michael Neufing
Hi Joona, how about to just allow post-install and pre-uninstall scripts? Even Nokia allowed them for Harmattan apps in the OVI store... So I think there should be a way to check the scripts in the QA process to ensure that the scripts do nothing harmful. In my wolEj app I used the pre-uninst

Re: [SailfishDevel] pageStack navigation

2016-07-21 Thread Michael Neufing
, the mainPage is not in the stack ?!? I thought it was. Regards, Fab On 07/20/2016 09:52 PM, Michael Neufing wrote: Hi Fab, have you already tried to use the following? pageStack.pop(mainPage) This will remove all pages above the specified page (here: mainPage). See [1] for more inform

Re: [SailfishDevel] pageStack navigation

2016-07-20 Thread Michael Neufing
Hi Fab, have you already tried to use the following? pageStack.pop(mainPage) This will remove all pages above the specified page (here: mainPage). See [1] for more information. Regards, Michael. [1] https://sailfishos.org/develop/docs/silica/qml-sailfishsilica-sailfish-silica-pagestack.

Re: [SailfishDevel] Big images in qml rich text

2015-07-30 Thread Michael Neufing
This is just an idea, I have no clue if this is possible :) [1] http://doc.qt.io/qt-5/qquickimageprovider.html --- Mit freundlichen Grüßen, Michael Neufing Am 29.07.2015 21:46, schrieb Samuli Silvius: Hi, I have a problem with jolla2gether app when question includes big image. App is showing te

Re: [SailfishDevel] Apps own icon?

2015-07-22 Thread Michael Neufing
an/harbour-sailfishreboot/blob/master/qml/cover/CoverPage.qml#L44 --- Mit freundlichen Grüßen, Michael Neufing Am 22.07.2015 13:59, schrieb Thomas Tanghus: This may be a total n00b question, but I couldn't find anything about it: I want to show my apps icon in the "About"

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread Michael Neufing
-qtmultimedia-mediaplayer.html -- *Michael Neufing* Zitat von peter.pykalai...@gmail.com: I got SoundEffect to work only with .wav -files. mp3 did not work for me. Luis Manuel Ramos Da Costa kirjoitti ke helmikuuta 25 17:36:34 2015 GMT+0700: Dear Florian, Have you tried with SoundEffect ? I had

Re: [SailfishDevel] Unknown Component

2015-02-21 Thread Michael Neufing
Installation of missing QML types should resolve the problem. Coderus provided them on GitHub: https://github.com/CODeRUS/better-sailfishos-qmltypes Additionally it also provides code completion for other missing types like the Theme-type. Installation instructions are available in the rea

Re: [SailfishDevel] Problems deploying with SDK 1412

2015-01-08 Thread Michael Neufing
Hi Kris, are you using deployment by copying binaries to device? If yes, can you check if the folder /opt/sdk exists on your device? If not, create it and test again. This solved my problems with this deployment mode. You could also set the deployment mode to RPM. Michael. Zitat von Krisz

Re: [SailfishDevel] Multimedia does not work on Nexus5 image

2014-11-21 Thread Michael Neufing
So I could not install the package "gst-plugins-bad-extra" which is required by "ucs" Many thanks for your help Carlos On 21-11-2014 07:18, Michael Neufing wrote: Hello Carlos, I am the dev of SailWave - so I feel, I should try to help you :-) Have you already installed Ware

Re: [SailfishDevel] Multimedia does not work on Nexus5 image

2014-11-21 Thread Michael Neufing
Hello Carlos, I am the dev of SailWave - so I feel, I should try to help you :-) Have you already installed Warehouse on your Nexus? If not, please install it, if it does even work on Nexus?! Then you could try to install additional GStreamer-Codecs from xerxes2: https://openrepos.net/conten

Re: [SailfishDevel] Compile boost library for sailfish os

2014-11-12 Thread Michael Neufing
Hi, in order to compile something in SailfishOS SDK, that depends on boost (or any other libs), you have to install the boost*-dev libraries (or corresponding) the SDK-Environment. To do this, you can SSH into you MerSDK Build-Engine and install the libraries using zypper, or you can do t

Re: [SailfishDevel] SoundEffect

2014-10-09 Thread Michael Neufing
when playing sounds. You could also try to play the sound file on C++-side using QSound (http://qt-project.org/doc/qt-5/qsound.html) - internally QMLs Sound-Element uses QSound, too. Maybe you'll get more information, why your file can not be processed. Mit freundlichen Grüßen, Mi

Re: [SailfishDevel] SoundEffect

2014-10-09 Thread Michael Neufing
Hello Peter, what format is the sound file of? QML SoundEffect can play uncompressed audio files (typically WAV) only. See the docs for more infos: http://qt-project.org/doc/qt-5/qml-qtmultimedia-soundeffect.html#details Mit freundlichen Grüßen, Michael Neufing Peter Pykäläinen

Re: [SailfishDevel] Minimized Apps

2014-09-08 Thread Michael Neufing
Hello, I think, without further information on what your app does and what bug occurs when your app is minimized, nobody is able to help you. Regards, Michael Neufing r0kk3rz schrieb am 18:47 Montag, 8.September 2014: Hi, Can someone explain what happens when an App gets

Re: [SailfishDevel] Deploy QSQLite database

2014-06-18 Thread Michael Neufing
ichen Grüßen, Michael Neufing Saija Saarenpää schrieb am 8:41 Mittwoch, 18.Juni 2014: Hi, What comes to having datalocation path variable in the .pro file: I was having similar thoughts when I wanted to install something in the writable storage location, but I was corrected. Nothing shou

Re: [SailfishDevel] Lack of padding

2014-06-11 Thread Michael Neufing
Hi Juukks, try to use a Column inside another Column with different spacing.   Mit freundlichen Grüßen, Michael Neufing Andrey Kozhevnikov schrieb am 21:15 Mittwoch, 11.Juni 2014: you can't use any vertical anchors inside column and your Labels lack of "width"

Re: [SailfishDevel] pageStack.pop() - send paramater to prev page

2014-06-05 Thread Michael Neufing
+1 for Dialog Andrey Kozhevnikov schrieb am 17:32 Donnerstag, 5.Juni 2014: why not to use Dialog instead of Page for this use case? 05.06.2014 21:28, Michael Neufing пишет: Hi Chris, > > >one problem I see with your solution is that the App could take long time to >launch

Re: [SailfishDevel] pageStack.pop() - send paramater to prev page

2014-06-05 Thread Michael Neufing
. Mit freundlichen Grüßen, Michael Neufing Christopher Lamb schrieb am 16:40 Donnerstag, 5.Juni 2014: Hi Markus In my app I chose to instantiate all my Pages in the same place. Each of the pages has a declaration in a separate qml file (e.g. MainPage.qml, AreaSelectionPage.qml