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
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
> >
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 {
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]
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
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
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