Menu

#239 Page remains in background

2.0 Series
closed
5
2004-08-05
2004-07-05
Anonymous
No

Version: NSIS 2.0
Email:sean.mccoubrey@eircom.net

I'm very new to NSIS and just working through the
sample files. One of them MultiLanguage.nsi allows for
the choosing of a language as the first step and the
relevant code is like so.

;Languages
;----------------------
!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "French"

I try to restrict some of the language options using
comments like so

; !insertmacro MUI_LANGUAGE "German"

When I do this the problem I have is that following
select of a language, the next page stays in the
background(down the bottom of the screen so that I
have to click on it to bring it back into view) instead of
appearing in foreground. What is happening here and
how do I prevent it?
Thanks,
Sean

Version: NSIS 2.0
Email:sean.mccoubrey@eircom.net

Discussion

  • Amir Szekely

    Amir Szekely - 2004-07-07

    Logged In: YES
    user_id=584402

    Can't reproduce. Please include a step-by-step guide for
    reproducing and some more details like your OS and other
    relevant details.

     
  • Joost Verburg

    Joost Verburg - 2004-08-05

    Logged In: YES
    user_id=604457

    Closed due to lack of interest of bug poster.

    If you have anything to add you can still do it, just reply here.
    Closing a bug report only means it doesn't show on the main page
    as an open bug, an existing bug.

     
  • Joost Verburg

    Joost Verburg - 2004-08-05
    • status: open --> closed
     

Log in to post a comment.