Re: [SailfishDevel] SearchField and focus

2013-08-11 Thread Bea Lam
29 To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] SearchField and focus Hello ! It works here on Weatherfish. Thanks ! However, it might worth it to mention it in official docs, since it might happen often. Cheers, Lucien Le vendredi 9 août 2013 12:11:35 Benoît HERVIER a écrit : &g

Re: [SailfishDevel] SearchField and focus

2013-08-09 Thread Lucien XU
sailfishos.org > > [devel-boun...@lists.sailfishos.org] on behalf of Martin Grimme > > [martin.gri...@gmail.com] > > Sent: 09 August 2013 02:06 > > To: Lucien XU > > Cc: devel@lists.sailfishos.org > > Subject: Re: [SailfishDevel] SearchField and focus > >

Re: [SailfishDevel] SearchField and focus

2013-08-09 Thread Benoît HERVIER
Sent: 09 August 2013 02:06 To: Lucien XU Cc: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] SearchField and focus Hi, I had exactly the same problem. My solution was to define the SearchField _outside_ the list view, like this: SilicaListView { id: listview ... header: Item {

Re: [SailfishDevel] SearchField and focus

2013-08-08 Thread Bea Lam
omponentgallery.) cheers, Bea From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Martin Grimme [martin.gri...@gmail.com] Sent: 09 August 2013 02:06 To: Lucien XU Cc: devel@lists.sailfishos.org Subject: Re: [SailfishDevel]

Re: [SailfishDevel] SearchField and focus

2013-08-08 Thread Martin Grimme
Hi, I had exactly the same problem. My solution was to define the SearchField _outside_ the list view, like this: SilicaListView { id: listview ... header: Item { // This is just a placeholder for the header box. To avoid the // list view resetting the input box ever

Re: [SailfishDevel] SearchField and focus

2013-08-08 Thread Lucien XU
Le jeudi 8 août 2013 17:10:26 Benoît HERVIER a écrit : > Hi, > > I'm trying to use SearchField to have a suspense ... a search > field for my list view. > So i try to filter in realtime ... and i notice that SearchField lose > focus > > Basically, i do a reset on the ListModel and append d

[SailfishDevel] SearchField and focus

2013-08-08 Thread Benoît HERVIER
Hi, I'm trying to use SearchField to have a suspense ... a search field for my list view. So i try to filter in realtime ... and i notice that SearchField lose focus Basically, i do a reset on the ListModel and append data This could come from the use i made from SearchField, so here a