Go Back   Winamp Forums > Developer Center > NSIS Discussion

 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 19th March 2008, 14:27   #1
jfk
Junior Member
 
Join Date: Mar 2008
Posts: 7
Button Next

Hi:

I have another problem....

I have a custom page where I disabled the Next button....I want this button to enable when the user select one item of a listbox...

...code of custom page:

function MyCustomPage
push $R0
InstallOptions::InitDialog /NOUNLOAD "${PathThereAreFiles}\iniDialogSelectAutoCAD.ini"
pop $R0

GetDlgItem $R0 $HWNDPARENT 1
EnableWindow $R0 0

!insertmacro MUI_HEADER_TEXT $(PAGE_TITLE_dgSelectAutoCAD) $(PAGE_SUBTITLE_dgSelectAutoCAD)

InstallOptions::Show
pop $R0
functionend

.....I have read some threads of this forum about this but none has worked for me....

How can I get the button enabled when selecting and item of the listbox??

Thanks,
Kadir
jfk is offline   Reply With Quote
 
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump