Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: 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 ;)
-
Hi !
I have the same problem of window size on my 1280 * 800 with Ubuntu 7.04
This may happen with other dialogs.
Dje
-
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
-
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
-
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
-
Hi Tim !
I am using the alternate directory (http://apt.wxwidgets.org/) for wxWidgets 2.8.4.
I've followed this wiki page (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu) 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