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
Anonymous user
RE: Please elaborate a little bit...

The problem is in the debugger code and using the filename for the dialog name.

The debugger only works properly if the filename is Form1.nsddef

Please see my other comment for the error in the debugger.

As for the naming, how about a Name property for the dialog.

Posts: 1972
Joined: 25 Mar 2012 - 01:19
Please elaborate a little bit...

Please elaborate a little bit...

  • which version are you using (suppose the latest)?
  • when you say "if I use any other name" you mean during new form creation?
  • which error do you get?
Anonymous user
hi, I think there is a

hi, I think there is a problem with name, if I do a test using name "FORM1" it works, but if I use any other name I get error

Posts: 1972
Joined: 25 Mar 2012 - 01:19
Sample

Just to be clear, NSISDialogDesigner only creates include files containing dialog definitions. It's up to you to create the main NSIS script and call dialog functions when needed.

As an example you can use the three code blocks I posted in the article.

  • Create a Form1.nsddef file containing the first code block
  • In the same folder create a Form1.nsdinc file containing the second code block script
  • Finall, in the same folder again, create your main NSIS script, say test.nsi, containing the last code block script.

Now compile test.nsi and you'll get test.exe setup.

Anonymous user
Didn't work for me

Didnt work for me.
I think it will be best to write complete example.