When I run the Dev-C++ installer, I get a treeview to
select the components. It is TOO small, therefore very
inconvenient to use. It would be nice to make it at
least wide enough so that it won't scroll horizontally.
There are probably a dozen ways of doing this, and I believe I
mentioned some on another similar submittion here. You might
try just changing the bitmap size for the
MUI_COMPONENTSPAGE_CHECKBITMAP.
Kip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=609236
I'm not sure if nsis allows that.... I think if we decided
to disable descriptions on the left it would maybe widen the
window
Logged In: YES
user_id=682737
Do they call that thing an installer system? :(
As I said before, InnoSetup is way better...
Logged In: YES
user_id=229923
NSIS -> SetFont...
Kip
Logged In: YES
user_id=609236
and setfont is supposed to widen the treeview area?
Logged In: YES
user_id=229923
Font size dictates dialog and dialog control sizes. This is a
win32 API concept.
Kip
Logged In: YES
user_id=609236
preferably I wouldn't want to do anything with the font
size, just widen the window....
Logged In: YES
user_id=229923
There are probably a dozen ways of doing this, and I believe I
mentioned some on another similar submittion here. You might
try just changing the bitmap size for the
MUI_COMPONENTSPAGE_CHECKBITMAP.
Kip