Archive: Custom Design Progressbar


Custom Design Progressbar
hi
i want to replace default progressbar in to my custom design progressbar. how can i do that any one help me plz.


Please use the forum search function.


Originally posted by MSG
Please use the forum search function.
i already searched forum before i posted here, not found any solution. can u post the forum link.

i attached my own design progress bar.

and also i want show the current page indication using highlighted arrow. like left side of the window. how can achieve the result, is there any plugin available.
your help much appreciated.

Using AddBraingImage & SetBrandingImage without including MUI/MUI2.nsh

I think the height of the dialog with the id 105 of this setup is increased to fit the image, and using AddBraingImage to specify the width of the image. But if you do as I said, there is little spacing (2 dialog units) between the image and the border. Maybe the default ui was modified to add a branding image control and to use it by ChangeUI, then you need use SetBrandingImage only. The height of progress bar is also changed, but the color of progress, I thought that depends on your theme (visual styles).


Thanks jjake for replying. can you give an example file or provide reference link for my related post. it is possible to highlight current page status using arrow mark as i shown in the image.


jiake has told you what you need to do. You need to add a branding image to the side of the installation wizard and you can then set a bitmap depending on the current page.

Stu


arrow images
This is what ive come up with for your arrows on the left side its a resource hacked UI as well as the images for each page also has the photoshop psd file if you wanted to change the image colors or somthing.

had to make custom welcome and finish pages with nsdialogs to match the UI
DOWNLOAD From

http://zman3.deviantart.com/art/Arro...NSIS-191290683

http://fc02.deviantart.net/fs71/i/20...n3-d35w0u3.jpg

as far as the progress bar i have yet to see that done would probley take a custom plugin
the closest i have seen is changing the colors on the flat progress non xp style bars


A simple example that using a modified ui file. It shows you how to add an image at left side for all pages, but this example uses one image only. To change the image on each page, simplely overwrite the file modern-header.bmp in the PRE function of the page, or use SetBrandingImage or using STM_SETIMAGE message.


hahha thats one of my wizard graphics in you example jiake :)