Re: [SailfishDevel] how to get qml debug output to file

2014-02-23 Thread Tero Siironen
Burchell robin.burch...@jolla.com wrote: On 04 Feb 2014, at 22:37, Tero Siironen tero.siiro...@iki.fi wrote: Andrey Kozhevnikov coderusin...@gmail.com kirjoitti 4.2.2014 kello 23.14: This is messages handler i'm using in my projects: This doesn't seem to make a difference for me, the log

Re: [SailfishDevel] how to get qml debug output to file

2014-02-04 Thread Tero Siironen
Andrey Kozhevnikov coderusin...@gmail.com kirjoitti 4.2.2014 kello 23.14: This is messages handler i'm using in my projects: This doesn’t seem to make a difference for me, the log file still contains only c++ side debug prints, qml prints (like console.log()) are not handled with

Re: [SailfishDevel] Binding weirdness on Jolla device after deploy with screen locked

2014-01-26 Thread Tero Siironen
Just to confirm this, I'm having same issues with my app. If I launch it and put the screen off right away the application's screen is not updated when I open it again from the cover. Have to swipe it back to home and reopen it to get updated window. -- Tero 2014/1/26

[SailfishDevel] How to hide pushup menu?

2014-01-23 Thread Tero Siironen
I have PushUpMenu in my app which currently has only one item, and in some situations also that item should not be visible. How can I hide the menu? I tried to set MenuItem's visibility to false, but that lead to weird behaviour; PushUpMenu is still there and empty, but the empty menu can be

Re: [SailfishDevel] How to hide pushup menu?

2014-01-23 Thread Tero Siironen
2014/1/23 Oleksii Serdiuk conta...@oleksii.name: Did you try setting `pushUpMenu` property to null? Docs say that it should be null if no push-up menu has been assigned: https://sailfishos.org/sailfish-silica/qml-sailfishsilica-silicaflickable.html#pushUpMenu-prop Thanks for pointing that

Re: [SailfishDevel] How to hide pushup menu?

2014-01-23 Thread Tero Siironen
outside of the flickable and that caused another interesting side effect. There was black diagonal line through the page. I have no idea where that came from. But anyway, now it works like I wanted it to work — Tero Tero Siironen izer...@gmail.com kirjoitti 23.1.2014 kello 13.55: 2014/1/23

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-11-20 Thread Tero Siironen
is specified? I specified an absolute path. Should it be relative and if so, relative from what? Regards, David 24 okt 2013 kl. 21:15 skrev Tero Siironen tero.siiro...@iki.fi: Maybe I've should give another subject to this. The problem I have is with Glass background, introduced here

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-11-20 Thread Tero Siironen
Thanks Mikko, that works! One slash was missing thou image://glass/file:// … Apparently I didn’t try each option. You should update the reference documentation on next update. -- Tero Mikko Harju mikko.ha...@jolla.com kirjoitti 20.11.2013 kello 12.07: On 19.11.2013 23:54, David Reinhold

[SailfishDevel] DeclarativeGlassImageProvider

2013-10-24 Thread Tero Siironen
Hi, I've used glass background for my app successfully in the first alpha sdk, but since the second alpha sdk, DeclarativeGlassImageProvider hasn't worked. Whatever I try to set to source of image element I get error similar to this: QFSFileEngine::open: No file name specified

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-10-24 Thread Tero Siironen
-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Tero Siironen [tero.siiro...@iki.fi] Sent: Thursday, October 24, 2013 1:38 PM To: devel@lists.sailfishos.org Subject: [SailfishDevel] DeclarativeGlassImageProvider Hi, I've used glass background for my app