|
|
|
|
#1 |
|
Junior Member
Join Date: May 2009
Posts: 9
|
Hi,
I need a horizontal scroll bar in the instfiles page after clicking the show details button. How should we do this? Thanks in Advance, Sadeesh |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,777
|
code: IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2009
Posts: 9
|
Thanks.
Thanks Anders.
This works, how can we add this in uninstall pages as well? |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,777
|
change Function/FunctionEnd to !macro/!macroend and call to !insertmacro
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: May 2009
Posts: 9
|
Yes Andres, it works, thanks again.
But the problem is after adding this piece of code my installer becomes very slow and hags often. |
|
|
|
|
|
#6 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,840
|
If you remove the code again (and only that code), does that speed it back up?
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: May 2009
Posts: 9
|
Yes after removing the code, its working fine.
|
|
|
|
|
|
#8 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,777
|
you should only call SizeInstFilesColumn once (in installer and uninstaller) not after every detailprint
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#9 |
|
Junior Member
Join Date: May 2009
Posts: 9
|
Yeah i have done it only once. I have inserted that macro in my installer and uninstaller section alone.
|
|
|
|
|
|
#10 |
|
Junior Member
Join Date: May 2009
Posts: 9
|
Hi Anders,
I have one more doubt, the above code shows a scroll bar based on the text printed in detailprint, how to make the scroll bar dynamic based on the installation log printed. Thanks, Sadeesh |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|