[SailfishDevel] Apps crashing on Sailfish 2.1.4.14

2018-03-29 Thread Samuli Silvius
Hi, I just get notified by email by community member that my app (Jolla Together) has been crashing and Jolla store has many reports on that for many months already. Would be good that developer would get those store comments to email. But my question is if there is already a known fix/workaround

Re: [SailfishDevel] Big images in qml rich text

2015-07-29 Thread Samuli Silvius
ges from html and paste it below with Image > component. > > -- Исходное сообщение -- > От: "Samuli Silvius" > Кому: "Sailfish OS Developers" > Отправлено: 30.07.2015 0:46:56 > Тема: [SailfishDevel] Big images in qml rich text > > > Hi, >

[SailfishDevel] Big images in qml rich text

2015-07-29 Thread Samuli Silvius
Hi, I have a problem with jolla2gether app when question includes big image. App is showing text as rich text with qml html markup i..e images are shown as . If image size in very big it will jam not only the app but whole phone until it reboots itself. Any way to prevent? img tag supports only w

Re: [SailfishDevel] socket.io client

2015-04-03 Thread Samuli Silvius
et.io-client.java -Samuli 2015-04-03 20:54 GMT+03:00 Andrey Kozhevnikov : > Hello > > https://qt.gitorious.org/qt/qtwebsockets can be compiled with Qt5.2 with > no any problems > > Regards > > 03.04.2015 22:53, Samuli Silvius пишет: > > Hi, > > How to imple

[SailfishDevel] socket.io client

2015-04-03 Thread Samuli Silvius
Hi, How to implement socket.io 1.x client with Qt and Qml? Found some alternatives from github: https://github.com/misterion/qml-websocket https://github.com/KurtPattyn/QtSocketIo Br -Samuli ___ SailfishOS.org Devel mailing list To unsubscribe, please

Re: [SailfishDevel] app crashed when using Canvas in Dialog page

2014-08-14 Thread Samuli Silvius
Thanks, great to hear! Update coming this month? -Samuli 2014-08-14 11:34 GMT+03:00 Gunnar Sletta : > > On 14 Aug 2014, at 09:21, Samuli Silvius wrote: > > > Hi, > > > > Complete app here > > https://github.com/tace/jolla2gether.git > > I created a br

Re: [SailfishDevel] app crashed when using Canvas in Dialog page

2014-08-14 Thread Samuli Silvius
osted code segment to ensure that it is > covering the right cases) > > cheers, > Gunnar > > > On 13 Aug 2014, at 21:39, Samuli Silvius wrote: > > > I tried FramebufferObject and now app crashes immediately when opening > that dialog page, right after Canvas's

Re: [SailfishDevel] app crashed when using Canvas in Dialog page

2014-08-13 Thread Samuli Silvius
ufferObject > > > > I have also dialogs there, and only way I got it broken, is that vkb case. > > > > -kimmo > > > > *From:* devel-boun...@lists.sailfishos.org [mailto: > devel-boun...@lists.sailfishos.org] *On Behalf Of *Samuli Silvius > *Sent:* Wednesday,

Re: [SailfishDevel] app crashed when using Canvas in Dialog page

2014-08-13 Thread Samuli Silvius
-on-returning-page/ > > > > -kimmo > > > > *From:* devel-boun...@lists.sailfishos.org [mailto: > devel-boun...@lists.sailfishos.org] *On Behalf Of *Samuli Silvius > *Sent:* Wednesday, August 13, 2014 10:07 PM > *To:* Sailfish OS Developers > *Subject:* Re: [SailfishDevel] app

Re: [SailfishDevel] app crashed when using Canvas in Dialog page

2014-08-13 Thread Samuli Silvius
Hi, Sdk produces this dump, cannot really figure out the reason? Or what backtrace you mean? -Samuli 2014-08-13 21:50 GMT+03:00 Andrey Kozhevnikov : > try to get backtrace and check what exactly is the reason of crash. > > 14.08.2014 00:49, Samuli Silvius пишет: > > Hi, > &

[SailfishDevel] app crashed when using Canvas in Dialog page

2014-08-13 Thread Samuli Silvius
Hi, I have Canvas in Silica Dialog page but app crashes when leaving dialog page both with accept or cancel swipe. It does not crash always just quite often. the code: Canvas { id: imageCanvas visible: isImageUrl width: imgLoader.sourceSize.width

Re: [SailfishDevel] System clipboard and QApplication

2014-04-25 Thread Samuli Silvius
id: clipboard > visible: false > function setClipboard(value) { > text = value > selectAll() > copy() > } > function getClipboard() { > text = "" > paste() > return

[SailfishDevel] System clipboard and QApplication

2014-04-23 Thread Samuli Silvius
Hi, I use system clipboard in QML app with small C++ adapter #ifndef QMLCLIPBOARDADAPTER_H #define QMLCLIPBOARDADAPTER_H #include #include #include class QmlClipboardAdapter : public QObject { Q_OBJECT public: explicit QmlClipboardAdapter(QObject *parent = 0) : QObject(paren

Re: [SailfishDevel] Harbour reject because of too high power consumption

2014-02-18 Thread Samuli Silvius
webkit page when app minimized. > > > > maybe in future better use Gecko plugin instead of webkit when store > allows that engine? > > > > Regards > > > > Mike7b4 > > > > > > On Tuesday 18 February 2014 20.54.16 Samuli Silvius wrote: > > &g

[SailfishDevel] Harbour reject because of too high power consumption

2014-02-18 Thread Samuli Silvius
Hi, I got app rejected with a message: "sorry for rejecting your application, but there is too high power consumption, if there is some Question/Question list open. If application is in main menu, power consumption is ok. You can check power consumption by yourself, plase take a look here: https:

Re: [SailfishDevel] DOM Traversal Example (C++)

2014-02-13 Thread Samuli Silvius
same problem here. 2014-02-11 0:42 GMT+02:00 Martin Björkström : > Hi, > > I'm trying to port an Harmattan application to Sailfish, but I'm stuck at > trying to get web page content via DOM Traversal. > > Harmattan app uses QWebView for traversing a web pages DOM and getting the > content. Prett

Re: [SailfishDevel] QtWebKit QWebView

2014-02-05 Thread Samuli Silvius
Hi, So how to find what Qxxx classes are supported and what not? E.g. this porting guide suggest to use QT += webkitwidgets http://www.jollausers.com/2013/08/harmattan2sailfish/ But if I try that Jolla SDK just says error: Unknown module(s) in QT: webkitwidgets Is there any way to use "QWebPa

Re: [SailfishDevel] QtWebKit QWebView

2014-01-24 Thread Samuli Silvius
Hi, Di you get this working? I would need very same functionality (getting webpage content, as dom to traversal). It feel strange to me that WebView (SilicaWebView) does not provide access to webpage content? Maybe it has reasons, I don't know as very new to mobile apps.. I have also tried to find

Re: [SailfishDevel] How to attach a page to initial page?

2014-01-24 Thread Samuli Silvius
But that activates every time when going to that page. You need a separate global boolean to set if wanted that to be done only one time. We have the same problem on Unofficialtogether app which has the timer solution. https://github.com/mike7b4/unofficialtogether/blob/master/qml/pages/WebView.qml

[SailfishDevel] Porting Symbian QML to Sailfish

2014-01-23 Thread Samuli Silvius
Hi, Porting from Symbian app to Sailfish. What are the correct replacements in Sailfish QML? CommonDialog --> ? ToolBar, ToolBarLayout, ToolButton--> PulldownMenu? SelectionDialog--> ? QueryDialog--> ? RadioButton

[SailfishDevel] How to access html dom on SilicaWebView

2014-01-04 Thread Samuli Silvius
Hi, I would like to read dom object (with my javascript functions) loaded by SilicaWebView, how to access that on ready loaded webview? Br -Samuli ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Symbian Qt app porting to Sailfish

2013-12-26 Thread Samuli Silvius
t; Gui and QML. > > > On 26.12.2013 23:14, Samuli Silvius wrote: > > Hi, > > I'm a newbie with Qt/Qml anf Qt creator but trying to port Symbian Qt app > to Sailfish. App has C++ part and Qml part and so far I have managed to > port already C++ part (Qt4 --> Qt5) as it'

[SailfishDevel] Symbian Qt app porting to Sailfish

2013-12-26 Thread Samuli Silvius
Hi, I'm a newbie with Qt/Qml anf Qt creator but trying to port Symbian Qt app to Sailfish. App has C++ part and Qml part and so far I have managed to port already C++ part (Qt4 --> Qt5) as it's already compiling with Sailfish SDK. But when moving to Qml part it's getting difficult as I'm not famil

[SailfishDevel] Fwd: Message from course Developing apps for Sailfish OS: introduction

2013-12-19 Thread Samuli Silvius
Hi, I got add email about Sailfish course. Anybody recommending this? Br -Samuli -- Forwarded message -- From: Eliademy Date: 2013/12/19 Subject: Message from course Developing apps for Sailfish OS: introduction To: samuli.silv...@gmail.com