Menu

#300 InstallOptions LINK support for line breaks

2.0 Series
closed
Plugins (61)
5
2007-04-03
2006-05-27
Anonymous
No

Version 2.17

1) When the MUI_FINISHPAGE_LINK variable is quite long
- it cannot be fully visible on screen

Example (from "makensis.nsi" example):
!define MUI_FINISHPAGE_LINK "Visit ${AppName} site for
the latest news, FAQs and support"

Only "site for the latest news, FAQs a" can be seen.

2) When you try to add a line break ("$\n") - the
second line becomes invisible

Example:
!define MUI_FINISHPAGE_LINK "Visit ${AppName}
site$\nfor the latest news, FAQs and support"

Only "Visit RealAppName site" can be seen, and "for the
latest news, FAQs and support" is hidden from a user.

Discussion

  • Amir Szekely

    Amir Szekely - 2006-06-01

    Logged In: YES
    user_id=584402

    InstallOptions doesn't support line breaks in LINK controls.
    It's not a problem with the MUI.

    Specifically in the finish page, the control isn't big
    enough anyway.

     
  • Amir Szekely

    Amir Szekely - 2006-06-01
    • labels: 516681 -->
    • summary: MUI_FINISHPAGE_LINK doesn't support "\n" correctly --> InstallOptions LINK support for line breaks
    • milestone: 378423 --> 2.0 Series
    • assigned_to: joostverburg --> nobody
     
  • Anonymous

    Anonymous - 2007-03-18

    Logged In: YES
    user_id=970495
    Originator: NO

    added support for linebreaks in link controls using the multiline flag, see patch #1683186:
    http://sourceforge.net/tracker/index.php?func=detail&aid=1683186&group_id=22049&atid=373087

     
  • Amir Szekely

    Amir Szekely - 2007-04-03

    Logged In: YES
    user_id=584402
    Originator: NO

    Applied czi's patch.

     
  • Amir Szekely

    Amir Szekely - 2007-04-03
    • labels: --> Plugins
    • assigned_to: nobody --> kichik
    • status: open --> closed
     
  • Nobody/Anonymous

    Logged In: NO

    so links work with linebreaks without using the MULTILINE flag?

     
  • Amir Szekely

    Amir Szekely - 2007-04-03

    Logged In: YES
    user_id=584402
    Originator: NO

    Yeah.

     

Log in to post a comment.