Author Topic: Removing headers from "Builf target files" list  (Read 5517 times)

Offline Jyaif

  • Single posting newcomer
  • *
  • Posts: 3
Removing headers from "Builf target files" list
« on: September 05, 2007, 12:15:04 am »
Hi all,
Somehow, I have to uncheck all my headers in the "build target files" list so that my project can compile. Why is that?
This happens both under Vista and Ubuntu.

Btw, the "Project/targets options" menu is too big in height for my computer to display correctly (I can't see the bottom of the menu). Since I have a 1280x800 resolution, I don't think it's supposed to happen ;)
« Last Edit: September 05, 2007, 12:20:41 am by Jyaif »

Offline dje

  • Lives here!
  • ****
  • Posts: 682
Re: Removing headers from "Builf target files" list
« Reply #1 on: September 05, 2007, 01:25:07 am »
Hi !

I have the same problem of window size on my 1280 * 800 with Ubuntu 7.04
This may happen with other dialogs.

Dje

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7787
    • My Best Post
Re: Removing headers from "Builf target files" list
« Reply #2 on: September 05, 2007, 05:36:30 am »
Hi all,
Somehow, I have to uncheck all my headers in the "build target files" list so that my project can compile. Why is that?
This happens both under Vista and Ubuntu.

Btw, the "Project/targets options" menu is too big in height for my computer to display correctly (I can't see the bottom of the menu). Since I have a 1280x800 resolution, I don't think it's supposed to happen ;)

I could not duplicate the problem under Vista using Nightly build SVN 4421 and wxWidgets 2.8.4.

Please verify the wxWidgets version. Note, the code::blocks only says what it was compilied against so check the DLL.
Right click on DLL pick properties; click on details tab and look for value next to "File Version"

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline dje

  • Lives here!
  • ****
  • Posts: 682
Re: Removing headers from "Builf target files" list
« Reply #3 on: September 05, 2007, 08:24:28 am »
Hi Tim !

It happens on Ubuntu 7.04 with SVN 4413 and project with lots of files (is list control minimum size impacted by number of project files ?)
I do not have the problem on XP.

Dje

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7787
    • My Best Post
Re: Removing headers from "Builf target files" list
« Reply #4 on: September 05, 2007, 06:24:16 pm »
Hi Tim !

It happens on Ubuntu 7.04 with SVN 4413 and project with lots of files (is list control minimum size impacted by number of project files ?)
I do not have the problem on XP.

Dje

I have no idea how it picks the default size which also appears to be the minimum size. I was thinking the number of build targets, but I have no reason to believe that.

What wxWidgets are you using?

Tim S
 
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline dje

  • Lives here!
  • ****
  • Posts: 682
Re: Removing headers from "Builf target files" list
« Reply #5 on: September 05, 2007, 07:40:51 pm »
Hi Tim !

I am using the alternate directory (http://apt.wxwidgets.org/) for wxWidgets 2.8.4.
I've followed this wiki page for my installation.

To circumvent size problems in my plugin, I set a wxSize(1,1) in the constructor of the control contained in the sizer.
Then the sizer sets the "best" size.

Dje