User forums > Using Code::Blocks

Project properties dialog too high

<< < (2/3) > >>

dmoore:
glad it worked for you.

i'll submit as a patch, but don't hold your breath waiting as the devs might delay on applying it if they prefer the current look or want to try a different solution

the only file that I changed in the zip is project_options.xrc -- provided it isn't radically changed by the devs you should be able to keep replacing this version with the default one.

killerbot:
I like it

Biplab:
There is a caveat. Did you try that with a project having large number of targets?? The problem may reappear again.

Sometime back one user had posted one such project which can reproduce this problem.

dmoore:
biplab: you're right. one way around might be to specify a max height for the listbox of, say, 500 pixels?

Biplab:
If you notice carefully, you'll find wxGROW has been used. But wxWidgets manual says following..


--- Quote ---... that the window will preserve it is original size, wxGROW flag (same as wxEXPAND) forces the window to grow with the sizer
--- End quote ---

It can be a problem. IMHO, they should be replaced with wxEXPAND. :)

I tried to fix this problem several times. But I couldn't find a good solution.

In the latest trial, I used wxScrolledWindow as parent to the notebook. But the dialog ended up being wide.


--- Quote from: dmoore on August 03, 2007, 05:56:30 pm ---biplab: you're right. one way around might be to specify a max height for the listbox of, say, 500 pixels?

--- End quote ---

Yes, it can be done. But again it may restrict the view in large resolution.

May be we've to come to a compromise. :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version