Performance problems with 8-bit display

2004-04-15 Thread B McAndrews
Hi, As anyone had performance problems on an 8-bit display? Specifically what I am seeing is extremely slow rendering and when it does, finally render, colors are totally messed up. The conditions that this occurs under are when a large number of X apps are up on the display, including Applix

Re: Performance problems with 8-bit display

2004-04-16 Thread B McAndrews
Thanks John, You mentioned the colors are not correct. Do they become correct when you focus on that window? (The wm you use may have a little influence also). I can't think of anything useful to say regarding the slow rendering. No the colors stay the same when focused. Interestingly, when th

packing in cellrenderers

2004-04-20 Thread B McAndrews
I've been able to pack multiple cell renderers into a TreeView column, but it appears that the packing is done across the width of the cell. Is it possible to have the cells packed "on-top" of each other, ie: | first second | | third fourth | --- where first,seco

ComboBox with cellrenderer

2004-10-24 Thread B McAndrews
I have played with muppet's cellrenderprogress custom renderer. When I go to display the combo list, I get these messages, the list still gets rendered but performance on this thing is pretty poor. I've attached the program if anyone wants to see it. My question is why isn't the GtkCellView type