Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: gd_on on June 20, 2006, 03:56:31 pm

Title: Compiler Toolbar bug under win 2000
Post by: gd_on on June 20, 2006, 03:56:31 pm
I have this bug with windows 2000, but not with Win Xp. It's happens with the nightly version (18 june for example, but not only). The compiler toolbar is truncated as shown in the gif image attachment.

I have found a workaround to that : in default.conf I replace the minw=-1 by minw=150, the one found after "caption=Compiler Toolbar;". The problem, is that to access this file, you must be an administrator. This workaround works if this toolbar is the last one on a line. If it's in a middle position, as on the image, it happens strange things when you move the last toolbar : it's the middle one which is resized.

GD


[attachment deleted by admin]
Title: Re: Compiler Toolbar bug under win 2000
Post by: killerbot on June 20, 2006, 04:49:12 pm
Quote
The problem, is that to access this file, you must be an administrator.
Weird since the default.conf is stored in the user profile.
Title: Re: Compiler Toolbar bug under win 2000
Post by: gd_on on June 20, 2006, 05:04:17 pm
Oups ! You are right. I can open it. In a previous test, I was trying to open an other user configuration file (that was me, but on an other account !). But the toolbar bug is nevertheless here.

GD