News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Removing headers from "Builf target files" list

Started by Jyaif, September 05, 2007, 12:15:04 AM

Previous topic - Next topic

Jyaif

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 ;)

dje

Hi !

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

Dje

stahta01

Quote from: Jyaif 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 ;)

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

dje

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

stahta01

Quote from: dje 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

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

dje

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