[Gambas-user] unattach an event ( Data on tableview )

Benoît Minisini gambas at ...1...
Fri Oct 7 22:31:47 CEST 2011


> If I'll to load a lot of Rows into a tableview ( > 2500 ) the time for
> reading this data will grow. ( 1000 needs 1 second, 5000 need nearly 1
> minute ! )
> 
> Is it possible to stop the DATA event, ( and acitvate it after reading the
> data ) I think it will be called for every cell and that cost a lot of
> time?
> 
> Or why is tableview so slow if it gets a lot of data??

Mmm. I think the problem may be in your code. Can you show us how you read the 
data and fill the TableView?

-- 
Benoît Minisini




More information about the User mailing list