Re: [SailfishDevel] Adapt page content to onscreen keyboard

2018-06-02 Thread yurumi
tomatically > > сб, 2 июн. 2018 г., 22:10 yurumi mailto:yur...@gmx.de>>: > > Hi fellow devs, > > assume you have a page with multiple TextFields in a Column in a > Flickable. When editing a TextField in the lower part of the page, the > TextField is covered

[SailfishDevel] Adapt page content to onscreen keyboard

2018-06-02 Thread yurumi
Hi fellow devs, assume you have a page with multiple TextFields in a Column in a Flickable. When editing a TextField in the lower part of the page, the TextField is covered by the onscreen keyboard and the entered text cannot be seen. I presume you have to adapt the Flickable's contentHeight to th

Re: [SailfishDevel] Payment solution for app store

2017-07-16 Thread yurumi
IMHO this is long overdue! Sadly, I don't think that there is any progress. Can anyone take this to the next collaboration meeting? I would do, but usually I cannot attend the meetings :-( On 16.07.2017 20:56, Adam Wilson wrote: > Hello, as a developer who’s looking to port apps and develop for SF

Re: [SailfishDevel] Carousel of Pages

2015-12-04 Thread yurumi
ilica-sailfish-silica-slideshowview.html/ > > It is built on top of PathView, but is easier to use > > - Mail original - >> De: "Andrey Kozhevnikov" >> À: "Sailfish OS Developers" >> Envoyé: Mardi 1 Décembre 2015 00:55:04 >> Objet:

[SailfishDevel] Carousel of Pages

2015-11-30 Thread yurumi
Hi everyone, for my application (sailabag) I would like to achieve a carousel effect: There are three Pages (unread articles, archived articles and favorites). The user should swipe left / right to switch between the categories, maybe in an endless loop. I couldn't find something appropriate in t

Re: [SailfishDevel] How to use self-signed certificates transparently in a https POST/GET request with a QT Quick application?

2015-08-17 Thread yurumi
Hi, you could also set a custom QQmlNetworkAccessManagerFactory for Qt Quick that creates a QNetworkAccessManager that handles SSL errors by ignoring them: http://www.it-digin.com/blog/?p=261 https://forum.qt.io/topic/16990/ignoring-ssl-errors Cheers, Thomas On 17.08.2015 22:07, Jonni Raini

Re: [SailfishDevel] Prefill Username and Password in HTML Form / QWebFrame not found

2015-07-29 Thread yurumi
gt; B.G. > Amilcar > > > 2015-07-28 22:57 GMT+01:00 yurumi mailto:yur...@gmx.de>>: > > Hi all, > > I would like to load a web page and programmatically fill in a > username > and password. One possibility seems to be the usage of >

[SailfishDevel] Prefill Username and Password in HTML Form / QWebFrame not found

2015-07-28 Thread yurumi
Hi all, I would like to load a web page and programmatically fill in a username and password. One possibility seems to be the usage of QWebFrame::findFirstElement(). As mentioned in the Docs, I added "QT += webkit" in my .pro and included . The result is a compile error (fatal error: QWebFrame: No