Page 2 of 2

Re: GUI improvement we need

Posted: Wed Aug 31, 2011 9:40 pm
by chris
Rigo wrote:Well, the first one is an easy fix, as the button is probably being redrawn with RefreshSetGadgetAttrs() which is forcing a refresh when one isn't needed. Simply use SetGadgetAttrs() on buttons that contain an image to sort out the double refresh problem. As for the others, I can't really do any more without looking at how the code sets up these gadgets.
A-ha! The refreshes were there because I thought I needed them when enabling/disabling gadgets. I've changed as suggested and this problem has gone - thanks!

The third one you can look at my example in the other thread.
The second one... possibly might be caused by another unnecessary refresh.

Re: GUI improvement we need

Posted: Sat Sep 03, 2011 1:15 am
by samo79
@Chris

Yeah, if you are able to fix the latest two i think NetSurf GUI will looking perfectly well ;)

About bug 3 (bug in scrollergclass) i sent a mail to Tantignone but no reply for now