Hi,

I'm implementing a custom TreeModel to display the contents of a large
debug file.  Things are working very well, except that when the model is
first assigned to the view, the view walks through every row in the
model before displaying!  This makes the initial display very slow! 
Once the initial display is completed scolling around in the view is
very fast.  I wrote the custom TreeModel to avoid reading & parsing
every line in the file until the line actually needed displaying.  Is
this the normal behavior of a TreeView or is there a bug somewhere?

Jeff


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to