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 |
||
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! |
Revision as of 14:46, 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!