Author Topic: Compiler Toolbar bug under win 2000  (Read 3756 times)

Offline gd_on

  • Lives here!
  • ****
  • Posts: 797
Compiler Toolbar bug under win 2000
« 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]
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Compiler Toolbar bug under win 2000
« Reply #1 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.

Offline gd_on

  • Lives here!
  • ****
  • Posts: 797
Re: Compiler Toolbar bug under win 2000
« Reply #2 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
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).