[SailfishDevel] QML Dialog / DialogHeader - how to disable accepted button by default?

2014-03-08 Thread Ragnar Kurm
Hello, I'm trying to make a dialog where accept action can be disabled or enabled. I set canAccept explicitly false, but it still appears as active, though tapping does not accept. So visual and practical aspect don't match. If canAccept is specified dynamically then on subsequent change it st

[SailfishDevel] Options for data syncing and messaging over the cloud

2014-03-17 Thread Ragnar Kurm
Hello, What are good ways to store/sync data on the cloud as well as doing messaging over the net, between phones, peer-to-peer? In the context of Jolla/Sailfish/Silica. I mean Something like this: http://www.leggetter.co.uk/2013/12/09/choosing-realtime-web-app-tech-stack.html http://www.leg

[SailfishDevel] Why do I get "binding loop" error?

2014-03-23 Thread Ragnar Kurm
Hello, I have problems with an error: Test.qml:7: QML SilicaFlickable: Binding loop detected for property "contentY" What do I miss? Ragnar import QtQuick 2.0 import Sailfish.Silica 1.0 Dialog { id: dialog SilicaFlickable { Column { ComboBox { l

Re: [SailfishDevel] Why do I get "binding loop" error?

2014-03-24 Thread Ragnar Kurm
flickable.contentHeight: column.height Thank you Andrei, but it does not help :( I assumed that your code was meant like this: SilicaFlickable { contentHeight: column.height; Column { id: column ...} } Even when set explicitly SilicaFlickable { contentY: 0 ... } still get the loop. I wonder h

Re: [SailfishDevel] Why do I get "binding loop" error?

2014-03-24 Thread Ragnar Kurm
Thank you, it works. Now I stared to understand this conceptually! Ragnar a) give the flickable a valid geometry, and b) specify the content size. -- J-P Nurmi ___ SailfishOS.org Devel mailing list

[SailfishDevel] Binding loop (again)

2014-04-02 Thread Ragnar Kurm
Hello, Stumbled again into binding loop and asking for help 1) how to track down the loops on my own? 2) how to solve particular problem (below)? Context: Screen is filled with ListItems which can be manipulated by ContextMenu. When held on last item on screen it would open submenu below scree

Re: [SailfishDevel] A kickoff meeting about SailfishOS, open source, collaboration, way forward @ 15 April, 15:00 UTC

2014-04-08 Thread Ragnar Kurm
Hello, I have few questions regarding the meeting: First, is there any info about if any Jolla people (who?) will be attending or will there be only "other half" (the enthusiasts)? I think it would be nice to know it beforehand. Secondly, I would like to structurize the pirate pad. As I see t