Re: Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
On Fri, Jan 08, 2016 at 10:18:31PM +0100, Marco Martin wrote: > On Friday 08 January 2016 13:04:53 Dirk Hohndel wrote: > > > > > > To me, this sounds like a case for the "slide to reveal actions" pattern > > > (see [1]). Would that work in your case? > > > > Totally. I didn't know that was an ava

Re: Plasma mobile HID question: popup on long press

2016-01-08 Thread Marco Martin
On Friday 08 January 2016 13:04:53 Dirk Hohndel wrote: > > > > To me, this sounds like a case for the "slide to reveal actions" pattern > > (see [1]). Would that work in your case? > > Totally. I didn't know that was an available option with QML / Plasma > mobile. Certainly much more elegant than

Re: A Plasma mobile HID question: popup on long press

2016-01-08 Thread Kai Uwe Broulik
Hi, There: ListItemWithActions ‎https://quickgit.kde.org/?p=plasma-mobile.git&a=blob&h=495bf02a284c999b688a0d1f5ab2b4eadbf62ec5&hb=9da0a08af277c2d92e069b58571a648795cfc96e&f=components%2Fmobilecomponents%2Fexample%2Fcontents%2Fui%2FMainPage.qml Exactly what you need :) ‎ ___

Re: A Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
On Fri, Jan 08, 2016 at 09:35:33PM +0100, Kai Uwe Broulik wrote: > Hi, > > > ‎But many of our users ask us for the ability to > > a) see where these GPS fixes are on a map and > > b) selectively delete some of these GPS fixes > > Don't we have the list item with actions for that? Swipe item to th

Re: Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
On Fri, Jan 08, 2016 at 09:35:05PM +0100, Thomas Pfeiffer wrote: > On Freitag, 8. Januar 2016 12:25:19 CET Dirk Hohndel wrote: > > Ha. I love being the guinea pig (Versuchskaninchen is even cuter). > > Good *rubbing hands*... Hmm > > We have a list with a LOT of elements. Think dozens ad

Re: Plasma mobile HID question: popup on long press

2016-01-08 Thread Thomas Pfeiffer
On Freitag, 8. Januar 2016 12:25:19 CET Dirk Hohndel wrote: > Ha. I love being the guinea pig (Versuchskaninchen is even cuter). Good *rubbing hands*... > We have a list with a LOT of elements. Think dozens added a day, for some > people who've used the app for a long time this can go into t

Re: A Plasma mobile HID question: popup on long press

2016-01-08 Thread Kai Uwe Broulik
Hi, > ‎But many of our users ask us for the ability to > a) see where these GPS fixes are on a map and > b) selectively delete some of these GPS fixes Don't we have the list item with actions for that? Swipe item to the left, tap delete, done? Same for GPS, if it's just a couple of actions I wou

Re: Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
On Fri, Jan 08, 2016 at 09:02:41PM +0100, Thomas Pfeiffer wrote: > On Freitag, 8. Januar 2016 11:43:31 CET Dirk Hohndel wrote: > > Here's an interaction that I would like to have: > > > > User long-presses on an element on screen, a popup shows a question with > > several options and the user gets

Re: Plasma mobile HID question: popup on long press

2016-01-08 Thread Thomas Pfeiffer
On Freitag, 8. Januar 2016 11:43:31 CET Dirk Hohndel wrote: > Here's an interaction that I would like to have: > > User long-presses on an element on screen, a popup shows a question with > several options and the user gets to decide what to do. > > Somehow I'm guessing that adding a MessageDialo

Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
Here's an interaction that I would like to have: User long-presses on an element on screen, a popup shows a question with several options and the user gets to decide what to do. Somehow I'm guessing that adding a MessageDialog and acting based on the button that was pressed isn't what the Plasma