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 kirjoitti 20.11.2013 kello 12.07: > On 19.11.2013 23:54, David Reinhold wrote: >> Hi, >> >> I’

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-11-20 Thread David Reinhold
Hi again, Thank you! That works. //David 20 nov 2013 kl. 11:07 skrev Mikko Harju : > On 19.11.2013 23:54, David Reinhold wrote: >> Hi, >> >> I’m having problems with this as well. Did you manage to solve this problem >> Tero? The image shows up just fine without the provider but when using th

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-11-20 Thread Mikko Harju
On 19.11.2013 23:54, David Reinhold wrote: > Hi, > > I’m having problems with this as well. Did you manage to solve this problem > Tero? The image shows up just fine without the provider but when using the > provider I get: > QFSFileEngine::open: No file name specified > QFSFileEngine::open: No

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-11-20 Thread Tero Siironen
Hi, No I haven’t got it working. I really think that this is a bug, either with the provider or with documentation (if this is dropped feature). I’ve tried pretty much all the different options for setting the source image path, but it fails always. I still have the code in my app so maybe one

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-11-19 Thread David Reinhold
Hi, I’m having problems with this as well. Did you manage to solve this problem Tero? The image shows up just fine without the provider but when using the provider I get: QFSFileEngine::open: No file name specified QFSFileEngine::open: No file name specified DeclarativeGlassImageProvider::reques

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-10-24 Thread Tero Siironen
Maybe I've should give another subject to this. The problem I have is with Glass background, introduced here: https://sailfishos.org/sailfish-silica/sailfish-silica-introduction.html I've ported my app to Qt5 and everything else works fine, but the image provider for Glass background doesn't. S

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-10-24 Thread Jarko Vihriala
Hi, In Qt5 version of Silica there is no DeclarativeGlassImageProvider item as such, the current item names of Silica can be found from plugins.qmltypes of Silica in /usr/lib/qt5/qml/Sailfish/Silica. With quick look closest matching to your request would be DeclarativeGlassItem. All in all, if