Re: [pygtk] ComboBox Unresponsive with Custom CellRenderer

2010-12-27 Thread Tim Evans
On 2010-12-23 06:35, Bradlee Landis wrote: I have implemented a custom CellRenderer in PyGTK that can take longer to render than is ideal. There can be multiple images that have to be scaled, so when the user clicks on the ComboBox, it won't even show the popup until the rendering is completed. I

Re: [pygtk] ComboBox Unresponsive with Custom CellRenderer

2010-12-23 Thread Timo
On 22-12-10 18:35, Bradlee Landis wrote: I have implemented a custom CellRenderer in PyGTK that can take longer to render than is ideal. There can be multiple images that have to be scaled, so when the user clicks on the ComboBox, it won't even show the popup until the rendering is completed. If

[pygtk] ComboBox Unresponsive with Custom CellRenderer

2010-12-22 Thread Bradlee Landis
I have implemented a custom CellRenderer in PyGTK that can take longer to render than is ideal. There can be multiple images that have to be scaled, so when the user clicks on the ComboBox, it won't even show the popup until the rendering is completed. If I can show the popup, and then render the i