![]() |
? Dyamically changing text with/without custom fields ?
I am looking for a way to show text within a single NSIS dialog that changes over time. E.g. "Starting...", "Now doing X", "Now doing Y", etc.
I've been trying with InstallOptions but the place where I would execute the loop getting the text to display does not execute until the user clicks on Next. I tried handling in a leave page but that doesn't seem to work either. Can this be done with NSIS? I don't see anything like it in examples or how to's or even as a previous question in the list for the last month. |
Can..but you need HWND of the control, use the WM_SETTEXT nor SetWindowText (system plugin), also Sleep ;)... but the rest of the installation proc. can be delay also... you might wanna try making a plugin and subclassing the dialog nor hooking :D :igor:
|
My goal was to rewrite text from one textbox to second textbox dynamically. I used System::Call user32::SetWindowText. I am using nsDialogs.
PHP Code:
|
| All times are GMT. The time now is 04:55. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.