|
|
|
|
#1 |
|
Senior Member
Join Date: Aug 2007
Location: Frankfurt, Germany
Posts: 187
|
Scrollbar for nsDialogs Custom Page?
Good Morning all,
i am trying to create a custom page that will check (better display the result of) for prerequisites. PHP Code:
So i though a scrollbar would be nice, i found https://nsis-dev.github.io/NSIS-Foru.../t-211280.html but it did not do the trick, so far i have been fiddling around, and my last try is: PHP Code:
I slowly come to the conclusion this might just no be possible so i am looking for other ideas to make a scrolling list (including icons that change during the process). ![]() Can someone indicate if it is possible what i want to do (scrollbars) oder has a hint for me what other way i could go? Thanks a lot x |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
Windows does not really have a scrolling container control unfortunately, the closest you can get is the pager control ( https://msdn.microsoft.com/en-us/lib...(v=vs.85).aspx ) but since it requires you to handle a WM_NOTIFY message it would be better to create a custom plugin that implements a real scrolling container.
The other alternative would be to use a listview (report mode, hidden columns, icon in subitem) IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Aug 2007
Location: Frankfurt, Germany
Posts: 187
|
Hi Anders,
thanks, i now use http://nsis.sourceforge.net/Header_file_for_Listview and it works the way i want it. x |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|