Re: [SailfishDevel] Silica QML objects that can have a menu property

2019-10-11 Thread Thomas Tanghus
On torsdag den 10. oktober 2019 06.30.33 CEST E.S. Rosenberg wrote: > Hi all, > My question may be very simple - is ListItem the only type of object that > may display a text on a page that can have a "menu" property? I went over > the Silica reference quickly and I didn't find any other similar it

Re: [SailfishDevel] Silica QML objects that can have a menu property

2019-10-11 Thread David Llewellyn-Jones
On 10/10/2019 07:30, E.S. Rosenberg wrote: > My question may be very simple - is ListItem the only type of object > that may display a text on a page that can have a "menu" property? I > went over the Silica reference quickly and I didn't find any other > similar items. > > The reason I ask this i

Re: [SailfishDevel] Silica QML objects that can have a menu property

2019-10-11 Thread E.S. Rosenberg
Hi Coderus (Andrey?), Not quite, I want to show current information and allow the user to edit it by long pressing the field. The field itself is free text. As far as I can tell this is done as I described before by embedding a Label in a ListItem, it works so it's not a big deal, as said it's main