Archive: Modern User Interface - Components Page


Modern User Interface - Components Page
Hello,
I've got a complete installer and I want that the Components page look like this:

http://upload.wikimedia.org/wikipedi...screenshot.png

This means, that the treeview fits the whole width and that the descriptiox box is below the treeview.

Can I do this with standard pages? Configuration Settings?

I already found some screenshots, which look so, but I found no example how to make it :(


chrissi


people don't RTFM anymore?

use MUI_UI_COMPONENTSPAGE_SMALLDESC or MUI_UI_COMPONENTSPAGE_NODESC


I read the manual, but there wasn't mentioned, that this statements must placed befor any other !define MUI_xyz statements.

Now I know :)

-- edit
Okay, I tryed it a few hours again with this statements
!define MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro MUI_PAGE_COMPONENTS

It doesn't work... Now it works... I don't know :weird: