Messaggio di errore

Access denied. You may need to login below or register to access this page.

Access Denied / User log in

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!

Login rapido

Usa il tuo social account esistente ed accedi senza bisogno di registrazione: nessuna conferma, nessuna nuova password da ricordare, veloce, facile e sicuro.

...oppure usa un account CoolSoft

Inserisci il tuo nome utente CoolSoft.
Inserisci la password associata al tuo nome utente.
Add reply | CoolSoft

Add reply

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!
(If you're a human, don't change the following field)
Your first name.
(If you're a human, don't change the following field)
Your first name.

Warning!

You're posting your message as anonymous user.

By registering you'll be allowed to receive notifications of post replies and new threads.
Registration is really quick and only requires you to choose an username and provide a valid email address.

Click here to to register.

A confirmation mail will be sent to this address.
Your email address won't be published.

Altre informazioni sui formati del testo

Filtered HTML

  • Elementi HTML permessi: <a> <blockquote> <br> <cite> <code> <dd> <del> <dl> <dt> <em> <img> <li> <ol> <p> <pre> <s> <span> <strike> <strong> <ul>
    Allowed Style properties: background-color, color, font-size, font-style, height, text-align, text-decoration, text-transform, width
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <pre>, <c>, <cpp>, <csharp>, <drupal5>, <drupal6>, <javascript>, <php>. The supported tag styles are: <foo>, [foo].
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.

Plain text

  • Nessun tag HTML consentito.
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.
CAPTCHA
Questa domanda serve a prevenire lo spam e gli accessi non autorizzati.
Annulla
Posts: 1972
Joined: 25 Mar 2012 - 01:19
I think you need to get more

I think you need to get more confident with NSIS + nsDialog programming before completing such task ;)
Creating custom dialog and hooking their events is not so simple; and NSISDialogDesigner is only meant to help designing dialogs graphically, but you still need a good nsDialogs background.

Try to post your questions on NSIS forum here: NSIS developers forum.
You'll find a lot of skilled NSIS programmers, and maybe your answers to your questions are already there.

As for your questions, here you are my quick thoughts:

1) that's not so easy, because the text you're going to add is (I suppose) long. MUI_PAGE_LICENSE, if I remember correctly, includes the license file the calls a compiled function passing it the filename and the handle to the control that will receive file content. Look into nsDialog include script files, look for the MUI_PAGE_LICENSE and study that code.

2) there should be a function called on Cancel press. See here for details.

Anonymous user
Developing custom design

Hello,

First of all, I would like to tell you that I am new for NSIS script. Now I want to develope a page which is similar to License agreement page. But if I use the predefined  "!insertmacro MUI_PAGE_LICENSE" I am able to change the content of the License agreement, but what I want to change is the predefined word "LICENSE AGREEMENT", since my work doesn't need that but the format is the same, so I thought of desingning such templete. So I am using CoolSoft tool. 

But I am having the following questions :

1. How do I add Text in the Text box (i.e the box which displays the text in License.txt, I am sorry I don't know whether it is ordinary TextBox) ??

2. How do I link the buttons in this page with the code in .nsi file? For eg. If I click 'Cancel' button then I need to get a pop-up asking "Are you sure you wanna exit?". So these both will be seperate in the code, so how do I link them??

Thanks a lot for the services.
Is this still in development phase?
Or can I implement the above mentioned changes?

Can you please let me know if there's another way of implementing my own License Agreement templete and use it in NSIS script?