Re: [SailfishDevel] How to show toast notification?

2020-03-03 Thread Tamas Miklos
Hi Guys, Thank you for your help and pointers. My confusion was due to the fact that I couldn't place the DockedPanel into the right place after getting lost in the QML's I've got in my app :) AFAIK infoBanner is not supported by SFOS, but I've managed to come up with a similar solution using

[SailfishDevel] How to show toast notification?

2020-03-02 Thread Tamas Miklos
Hi, I'd like to show a quick notification to the user of my SFOS app after selecting a certain PullDownMenu item. The notification doesn't need to be modal or have any buttons or require any user interaction. Much like how the Toast notification works in Android apps. The closest I got to so

[SailfishDevel] Harbour validator bug again -- now it doesn't accept my i486 rpm

2019-07-24 Thread Tamas Miklos
Hi, It seems the validator is acting up again... Now it says: "1. RPM-validation can not be done: ERROR [/home/mersdk/.cache/sdk-webapp/harbour-aida64-2.0.2-16.i486.rpm] Invalid RPM file! https://harbour.jolla.com/faq#9.1.0"; While the SFOS SDK can validate the rpm just fine. What to do in s

[SailfishDevel] Armenian and Chinese font weight discrepancy

2019-07-18 Thread Tamas Miklos
Hi, I have a native Sailfish app that is now fully localized to various languages. All works fine except for a few languages that use special character sets. Armenian and Chinese characters look as if they were bold all the time. When they are displayed next to Latin characters, the discrep

Re: [SailfishDevel] Harbour validator bug? RPM validation fails on QtSensors 5.2

2019-06-20 Thread Tamas Miklos
Thank you, I've resubmitted the app. Fingers crossed :) Regards, Tamas -Original Message- From: Tamas Miklos Sent: Wednesday, June 19, 2019 1:37 PM To: 'devel@lists.sailfishos.org' Subject: Harbour validator bug? RPM validation fails on QtSensors 5.2 Hi, I'v

[SailfishDevel] Harbour validator bug? RPM validation fails on QtSensors 5.2

2019-06-19 Thread Tamas Miklos
Hi, I've tried to submit an app update to the Harbour a few hours ago, but it is already showing up as RPM validation failure. I've checked it with the SDK RPM Validator and it says Import 'QtSensors 5.2' is not allowed. I've checked the following page, and that API should still be available:

Re: [SailfishDevel] Dynamic QML refresh (localization)

2019-05-29 Thread Tamas Miklos
of my app. Thanks, Tamas -Original Message----- From: Tamas Miklos Sent: Sunday, May 26, 2019 10:39 PM To: 'devel@lists.sailfishos.org' Subject: Dynamic QML refresh (localization) Hi, Is it possible to dynamically update QML strings after a language change initiated by the us

[SailfishDevel] Dynamic QML refresh (localization)

2019-05-26 Thread Tamas Miklos
Hi, Is it possible to dynamically update QML strings after a language change initiated by the user from the Settings page of my app? In QT there's a QqmlEngine::retranslate() call, but I couldn't find a way to use that from a Sailfish app. I've found the following page as well, but it seems

[SailfishDevel] OS version limits

2018-06-15 Thread Tamas Miklos
Hi, When I update my app in the Harbour, the OS version limits / Detected OS versions compatibility field has most of the entries crossed out. I can only upload my app by making it SFOS 2.1.0+ compatible this way. I can remember that it wasn't always like that, and my app used to be SFOS 1.0.2+

[SailfishDevel] What is the proper way to use the QCamera API?

2016-06-21 Thread Tamas Miklos
Hi Guys, Newbie here, who posted his first Sailfish app to the Harbour today :-) I've already posted this at together.jolla.com, but was kindly asked to post app development related questions to this mail list instead. So here it goes: I'm trying to detect the available cameras in the devic