Archive: New Look NSIS... :-)


New Look NSIS... :-)
Hi All,
Version 1.59 is becoming cooler... but I thought I wanted something more coool for my new Product AnyEdit... so thought of adding some visual effects to the installer... Here is how it looks after the change :-) ... This adds around 12 Kb to the head though :( .. and I hope many NSIS er's are'nt going to flame me for changing the look... Justin, changing the color of the progress bar looks good though, why have it always plain... The same way as changing color of the list box we can have a option to change color of the progress bar too :-)., and an option to change between ordinary look of progress bar and smooth look. Plus does any one want this code ... you can change the look of progress bar by adding <br> <b>ProgressColor "bgcolor" "fgcolor"</b>
but for changing the picture you have to go and edit in the code ...

http://anyedit.sourceforge.net/screenshotinst.gif <br>

-Deepak


it might just be me, but I like nsis the way justin has it, plain and simple.


Looks good but not sure its worth a 12K hit...

Anyway the one thing I'd really like to see on that screen is a horizontal scroller so I and others will at long last be able to actually read the contents of the progress listbox....

Bye
Dennis


I think the 12k came form the bitmap
You said it your self, to edit the bitmap you have to edit the code. You must have added the bitmap as a resource.


I like the way NSIS looks. It's simple, clean, and err.. not red. ;)


I like the way NSIS looks now ... BUT ... It is great that you have created something that other developers would like. So, I say this. Submit it to the NSIS Project House. Just PM me with any detail of DS.

-Duane

P.s. HTML doesn't work in the forums, only BBcode


I think it's damn nice too. Would be excellant if someone could get a Bitmap=sjuhf.bmp thing working in the script - but 'tis still a good idea. Maybe a pic along the top too would be nice (kinda like MS installer's tend to have)


I'm happy with the way Justin's made the GUI except I don't like the progress bar being the same colour as the text.


Made bitmap readable from script file :)
Hi All,
As I saw from the post there are a few who like it and a few who dont.., I thought of making a few more changes. Now you can specify the bitmap to place as the brand bitmap with the following line in the script

BrandBitmap='Filename.bmp'

and the progress bar colors can be specified if necessary with

ProgressColor [Foreground color] [Background color].

I shall update the source and installer package at NSIS project house...

The link will be up here sooon !

-Deepak


Originally posted by spanky
I like the way NSIS looks. It's simple, clean, and err.. not red. ;)
I like it the way Justin has it too... it definitely doesn't suck!

Just to let you know I'll definately be interested in seeing that link. I'm now gonna be torn between using ExoticMandables' version with the tickbox and yours with the bmp :)

Thanks a lot

Are you gonna do this with 1.6 final before it appears btw, or will it be 1.59?


This will be updated if more users like you are interested .. or shall serve the purpose of my installer.. Once 1.6 final is out I shall update it again. By the way what is the ExoticMandables' version ?

I still didnt get the message from nsisphouse... so i shall be updating the package soon in my website on sourceforge and I shall give the link here...

-Deepak


ExoticMandibles' version is at

http://forums.winamp.com/showthread.php?threadid=60285


Prodangle, Ill be posting the link in a hour or so.. had a look at ExoticMandables version.. its good :)