Re: R: [pygtk] Removing "gaps" from ProgressBars

2006-06-05 Thread Andrew Conkling

Da: Geoff Bache
Inviato: sab 03/06/2006 11.28
A: pygtk@daa.com.au
Oggetto: [pygtk] Removing "gaps" from ProgressBars


Hi,

I have got used to the look of my ProgressBar on Linux, PyGTK 2.4.13.
It is blue, solid and the text on it looks nice.

I recently tried to port it to Windows (using version 2.6.8) and find that
it is now green with white "gaps" in it. Whatever colour I make the text,
it is nearly illegible because of these gaps.


Any good theme will change the color if necessary when the progress
meter goes under it, no tweaking necessary.  It's definitely supported
in GTK+, though it may be engine specific.  If that's not happening,
select a different theme and/or check bugs on GTK+[1].

[1] http://bugzilla.gnome.org
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


R: [pygtk] Removing "gaps" from ProgressBars

2006-06-05 Thread Gatti Lorenzo
"Green with gaps" is the default look of Windows XP progress bars, which is 
presumably imitated or directly picked up by a special GTK theme. Use another 
theme; it isn't a PyGTK issue.



Da: Geoff Bache
Inviato: sab 03/06/2006 11.28
A: pygtk@daa.com.au
Oggetto: [pygtk] Removing "gaps" from ProgressBars


Hi,

I have got used to the look of my ProgressBar on Linux, PyGTK 2.4.13.
It is blue, solid and the text on it looks nice.

I recently tried to port it to Windows (using version 2.6.8) and find that 
it is now green with white "gaps" in it. Whatever colour I make the text,
it is nearly illegible because of these gaps.
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


[pygtk] Removing "gaps" from ProgressBars

2006-06-03 Thread Geoff Bache

Hi,

I have got used to the look of my ProgressBar on Linux, PyGTK 2.4.13.
It is blue, solid and the text on it looks nice.

I recently tried to port it to Windows (using version 2.6.8) and find that 
it is now green with white "gaps" in it. Whatever colour I make the text,
it is nearly illegible because of these gaps.

I spent a while trying to figure out how to configure it but I failed to
alter either the colour or the gaps. There don't seem to be any relevant 
style properties, and changing "fg" changes the colour of the text, while
changing "bg" seems to have no effect.

Can anyone give a pointer on how to make the text more readable?

Thanks,
Geoff Bache


___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/