![]() |
#1 |
Junior Member
Join Date: Jul 2004
Posts: 12
|
Automatically go to next page
Hi,
I have a big problem... After clicking a special button on my CustomPage or after Executing a external App I want to display a new CustomPage. I don't know how to do this. I tried to solve it using SendMessage an WM_COMMAND to "click" on the Next button, but it doesn't work. PHP Code:
PHP Code:
Thanks. |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,504
|
it should b:
GetDlgItem $0 $HWNDPARENT 1 SendMessage $HWNDPARENT ${WM_COMMAND} 1 $0 (NOTE: i didnt test this code) IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#3 |
Junior Member
Join Date: Jul 2004
Posts: 12
|
Doesn't seem to work
![]() |
![]() |
![]() |
![]() |
#4 |
Junior Member
Join Date: Jul 2004
Posts: 12
|
Ah... It works.
@Anders: Thanks for your help. I have now used this code: PHP Code:
|
![]() |
![]() |
![]() |
#5 |
Junior Member
Join Date: Jul 2004
Posts: 12
|
Oh, I've just encountered another problem.
The thing is the following: I want to install an external application, let's say "DirectX". I want to show a page that says that DirectX is being installed. Without any user interaction I want to call "ExecWait". After finishing DirectX-Setup I want to display another page, e.g. "All done". Is that possible? And if it's possible, how? |
![]() |
![]() |
![]() |
#6 |
Senior Member
Join Date: Jan 2004
Location: London, Ontario, Canada
Posts: 272
|
Why not use the banner plugin?
|
![]() |
![]() |
![]() |
#7 |
Junior Member
Join Date: Jul 2004
Posts: 12
|
What does that plugin do?
|
![]() |
![]() |
![]() |
#8 |
Senior Member
Join Date: Jan 2004
Location: London, Ontario, Canada
Posts: 272
|
It displays a banner with whatever text you tell it to. The banner is like a tiny progress window like the one you see when your installer is decompressing. Except its very simple. It's in the documentation and is distributed with NSIS.
code: |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|