|
|
| Author |
Message |
|
|
Inquisitive Alex
Joined: 07 Mar 2008 Posts: 1
|
Posted: Fri Mar 07, 2008 6:37 pm Post subject: "Lazy" table populating mode |
|
|
| Hello. I have a table widget (GtkTreeView with ListStore). Table has many rows. Actual data loads in row only when row becomes visible. While data loading a "Loading..." value is displaying in cell. This works like "lazy loading". Only visible data load. Is it possible with Gkt+? |
|
| Back to top |
|
 |
caracal GTK+ Geek
Joined: 21 Jun 2007 Posts: 89 Location: Wilkes Barre Pa
|
Posted: Tue Mar 11, 2008 3:53 am Post subject: |
|
|
You could use a thread with a timer to make the Loading... text blink while the data is loading
and when the data is loaded you would replace Loading... text with the data just do this in
a loop until all the data is displayed. |
|
| Back to top |
|
 |
|