Prev Previous Post   Next Post Next
Old 30th June 2006, 10:46   #4
Filus
Junior Member
 
Join Date: Feb 2006
Location: Pomerania
Posts: 16
Re: im stumped any help would be appreciated

It's better if you read from page after displaying it in seperate "leave" function:

code:

;**********************************************************
;Mathematica Directory Page
Var MathDir

...

Page custom mathpage_show mathpage_leave
;********************************************************

;**********************************************************
;runs the function needed for the custom page

...

;shows custom page
Function mathpage_show

!insertmacro MUI_HEADER_TEXT "$(MATHLOCAL_TITLE)" "$(MATHLOCAL_SUBTITLE)"
;displays the custom page
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "MathLocal"

FuncitonEnd

;gets the user entered values
Function mathpage_leave

!insertmacro MUI_INSTALLOPTIONS_READ $MathDir "MathLocal" "Field 1" "State"
FunctionEnd
;**********************************************************

Filus is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast 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