Re: [SailfishDevel] How to show toast notification?

2020-03-02 Thread richard grooff via Devel
Hi, Are you aware of the example at Nemo QML Plugins Notifications - Sailfish OS | | | | Nemo QML Plugins Notifications - Sailfish OS | | |  Best regards, Richard On Monday, March 2, 2020, 1:29:02 PM GMT+1, Tamas Miklos wrote: Hi, I'd like to show a quick

Re: [SailfishDevel] Correct way to implement an import/export dialog

2019-10-23 Thread Richard Grooff via Devel
Maybe use the new phone app with its tabs as an example: tab import and export with the same component underneath... Regards, Richard On Wednesday, 23 October 2019, E.S. Rosenberg wrote: > Both pulldown and push up menus as is already have 3 options, the pull up > menu has an import option so

Re: [SailfishDevel] Nemo DBus typedCall

2017-06-15 Thread richard grooff via Devel
Hi, With the risk of being totally wrong (I'm not really into DBus): according to the DbusInterface example in this page: Nemo Mobile D-Bus QML Plugin — Nemo Mobile D-Bus QML Plugin 2.0.0 documentation, you should set signalsEnabled = true. | | | Nemo Mobile D-Bus QML Plugin — Nemo

Re: [SailfishDevel] Beginning Sailfish programming?

2016-01-28 Thread Richard Grooff
And check together.jolla.com for similar questions... On Thu Jan 28 15:53:35 2016 GMT+0100, Amilcar Santos wrote: > https://together.jolla.com/question/123975/sailfishosjolla-book-for-developers/ > > Here's thread to contribute about documentation to introduce in > SailfishOS development > >

Re: [SailfishDevel] ApplicationWindow.activate() does nothing

2015-06-16 Thread Richard Grooff
Apps can keep it from turning off: req_display_blanking_pause and when app closes: req_display_cancel_blanking_pause. I use it in harboud-hud version openrepos. Regards, Richard On Tue Jun 16 17:01:13 2015 GMT+0200, Thomas Tanghus wrote: On Tuesday 16 June 2015 10:51:29 Simo Piiroinen

Re: [SailfishDevel] ApplicationWindow.activate() does nothing

2015-06-16 Thread richard grooff
] ApplicationWindow.activate() does nothing On Tuesday 16 June 2015 15:27:15 Richard Grooff wrote: Apps can keep it from turning off: req_display_blanking_pause and when app closes: req_display_cancel_blanking_pause. Thanks Richard, but I don't want it to stop blanking, as the alarms can be up to 1 hour; I

Re: [SailfishDevel] Build a Model with fixed items + dynamic ones

2015-04-20 Thread Richard Grooff
Hi, In qml it would be something like this: state = Loaded for (var i = 0; i xmlOverstapgegevens.count+6; i++) { if (i6) {// first we load the FixedValues // (use select case? ) if (i=0){

[SailfishDevel] (no subject)

2014-11-07 Thread Richard Grooff
Hi, In a page I have a fuction to update the xmllistmodel en then the listview with it. fuction previous(){ list_model2.clear() xmllistmodel.reload() listview.update() In the page calling the function works, the information in the listview is replaced with the new information.

[SailfishDevel] Fuction working on page, but not working called from cover?

2014-11-07 Thread Richard Grooff
(Sorry for my earlier mail without subject ) Hi, In a page I have a fuction to update the xmllistmodel en then the listview with it. fuction previous(){ list_model2.clear() xmllistmodel.reload() listview.update() In the page calling the function works, the information

[SailfishDevel] Documentation on listview on cover

2014-11-07 Thread Richard Grooff
Hi, I have tried to get a listview on the cover of my app, but haven't succeeded so far. Is there any documentation how to do this. The silica reference is very short on covers (and has no information on listview on the cover)? Thanks in advance Richard

Re: [SailfishDevel] Documentation on listview on cover

2014-11-07 Thread richard grooff
@lists.sailfishos.org Sent: Friday, November 7, 2014 4:36 PM Subject: Re: [SailfishDevel] Documentation on listview on cover On 11/07/2014 04:08 PM, Richard Grooff wrote: Hi, I have tried to get a listview on the cover of my app, but haven't succeeded so far. Is there any documentation how to do