Re: [SailfishDevel] Close app in background with visible overlay

2019-12-03 Thread David Llewellyn-Jones
It looks like one solution would be to set the application view as the parent of your overlay view. I created a PR along these lines: https://github.com/yurumi/harbour-schwarzenmaker/pull/16 On 03/12/2019 16:26, Thomas Eigel wrote: > Sure! >   > Goal: I want to close my app from home screen when

Re: [SailfishDevel] Close app in background with visible overlay

2019-12-03 Thread Sander van Grieken
You're creating a view and assigning it to m_overlayView twice. Grtz, Sander On maandag 2 december 2019 23:27:40 CET Thomas Eigel wrote: > Hi all, > > I have a quite special question: When my app (schwarzenmaker) runs in the > background, an overlay is visible to show some kind of progress.

Re: [SailfishDevel] Close app in background with visible overlay

2019-12-03 Thread Thomas Eigel
Sure!   Goal: I want to close my app from home screen when an overlay is visible. Problem: The cover disappears but the app itself is still running (e.g. overlay can be seen, process still existing). Question: How can I close the app correctly - including the overlay?   Thanks, Thomas