Hi Jarmo,
Thanks for your swift response.
The listmodel is created on thirdpage. I would like the data of the listmodel
on the coverpage (using listview with reference to thirdpage.listmodel).
Regards,
Richard
From: Jarmo Lahtiranta
To: devel@lists.sailfishos.org
Sent: Friday, No
On 11/07/2014 04:08 PM, Richard Grooff wrote:
> Hi, I have tried to get a listview on the cover of my app, but
> haven't succeeded so far. Is there any documentation how to do this.
> The silica reference is very short on covers (and has no information
> on listview on the cover)?
ListView is pret
Hi,
I have tried to get a listview on the cover of my app, but haven't succeeded so
far. Is there any documentation how to do this. The silica reference is very
short on covers (and has no information on listview on the cover)?
Thanks in advance
Richard
(Sorry for my earlier mail without subject )
> Hi,
>
> In a page I have a fuction to update the xmllistmodel en then the listview
> with it.
>
> fuction previous(){
>list_model2.clear()
>xmllistmodel.reload()
>listview.update()
>
> In the page calling the function works, the i
Hi,
In a page I have a fuction to update the xmllistmodel en then the listview with
it.
fuction previous(){
list_model2.clear()
xmllistmodel.reload()
listview.update()
In the page calling the function works, the information in the listview is
replaced with the new information.
Wh