Talk:InstallOptionsEx plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Talk:InstallOptionsEx moved to Talk:InstallOptionsEx plug-in)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


Wow, my bad. Fixed. --[[User:Deguix|deguix]] 14:17, 21 November 2005 (PST)
Wow, my bad. Fixed. --[[User:Deguix|deguix]] 14:17, 21 November 2005 (PST)
Hello, i have a little question, as the WinMessages.nsh do not include Progress bar controls i just want to know how i can update the state for it.
Example:
GetDlgItem $R1 $R0 1208 ;$R0 is dialog handle
SendMessage $R1 ${WM_SETTEXT} 0 "STR:23" ; percents of done process i am running
WriteINIStr "$PLUGINSDIR\main.ini" "Field 9" "State" "$3"
And this dont works.
What would be the way to do this? Thank you for this great plug-in!
:Please post on the forums next time, as I'm a long time away from this community, and the people there will help you better. [[User:deguix|deguix]]

Latest revision as of 23:35, 29 January 2007

You seem to have an error at the bottom of the page, I never worked on InstallOptions. --Nandhp 10:09, 21 November 2005 (PST)

Wow, my bad. Fixed. --deguix 14:17, 21 November 2005 (PST)

Hello, i have a little question, as the WinMessages.nsh do not include Progress bar controls i just want to know how i can update the state for it. Example: GetDlgItem $R1 $R0 1208 ;$R0 is dialog handle SendMessage $R1 ${WM_SETTEXT} 0 "STR:23" ; percents of done process i am running WriteINIStr "$PLUGINSDIR\main.ini" "Field 9" "State" "$3"

And this dont works. What would be the way to do this? Thank you for this great plug-in!

Please post on the forums next time, as I'm a long time away from this community, and the people there will help you better. deguix