Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread J-P Nurmi
curs when a dialog/page is triggered by an external event. User navigates the UI meanwhile eg. a network event triggers a dialog => PageStack is busy so it just bails out and user misses the dialog. As a workaround, waiting until PageStack is no longer busy gets pretty ugly. -- J-P Nurmi ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] System clipboard and QApplication

2014-04-25 Thread J-P Nurmi
Hi, See https://sailfishos.org/sailfish-silica/qml-sailfishsilica-clipboard.html -- J-P Nurmi On 25 Apr 2014, at 19:57, Samuli Silvius wrote: > Thanks a lot, the QML trick works great! > > -Samuli > > > 2014-04-24 9:16 GMT+03:00 Andrey Kozhevnikov : > u

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

2014-03-24 Thread J-P Nurmi
d: dialog >>> SilicaFlickable { >>> Column { >>> ComboBox { >>> label: "Label" >>> width: dialog.width >>> menu: ContextMenu { >>> width: dialog.width >>> MenuItem { text: "Item 1" } >>> } >>> } >>> } >>> } >>> } > a) give the flickable a valid geometry, and b) specify the content size. -- J-P Nurmi ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QML C++ Integration not working in Sailfish

2014-02-25 Thread J-P Nurmi
Bloomfilters * bloomfilters = new Bloomfilters(); > view->rootContext()->setContextProperty("Bloomfilters", > bloomfilters); > view->setSource(SailfishApp::pathTo("qml/bloomfilter.qml&q

Re: [SailfishDevel] How can I deploy application without qml file

2014-02-17 Thread J-P Nurmi
ubfolder to install rules ( https://github.com/sailfish-sdk/libsailfishapp/blob/master/data/sailfishapp.prf#L40). A trivial solution is to rename the qml folder to something else. -- J-P Nurmi ___ SailfishOS.org Devel mailing list