On Tue, Oct 05, 2004 at 05:12:21PM -0400, Thomas Mills Hinkle wrote: > Okay -- that's what I'd thought. So we return to the problem, > unfortunately. In my case, connecting to the 'changed' signal is too > expensive -- it makes response visibly sluggish while the user types.
Yeah, I was thinking that would be a problem. > So, currently, I'll keep connecting to the focus-out signal on the Entry > widgets... none of this explains why the ComboBoxEntry and ComboBox > don't provide signals for the popup event... oh well. The only other think I can think of is to force the rendering of the popup to be dynamic by using a modify_func on the filter. I would have thought that using a visible_func would be enough for this, but apparently the state of the model still has to change for it to refilter. I would put in an RFE in bugzilla. Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
