Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: Bungkai
Forum: NSIS Discussion 31st March 2016, 20:06
Replies: 12
Views: 4,272
Posted By Bungkai
http://forums.winamp.com/attachment.php?attachment...

http://forums.winamp.com/attachment.php?attachmentid=52327&stc=1&d=1459454753

I thought I did. I did not. It works. It's fantastic. I'll go back to my corner now.
Forum: NSIS Discussion 31st March 2016, 13:14
Replies: 12
Views: 4,272
Posted By Bungkai
So is this a dead end? Anders, I tried your new...

So is this a dead end? Anders, I tried your new test version and there are still invisible buttons, and SetCtlColors do not work on the buttons either.
Forum: NSIS Discussion 30th March 2016, 12:35
Replies: 12
Views: 4,272
Posted By Bungkai
I am not using a custom visual style nor have I...

I am not using a custom visual style nor have I touched uxtheme.dll
Forum: NSIS Discussion 29th March 2016, 20:40
Replies: 12
Views: 4,272
Posted By Bungkai
I am not. In case I was supposed to, I just tried...

I am not. In case I was supposed to, I just tried and I got the following error message:

http://forums.winamp.com/attachment.php?attachmentid=52323&stc=1&d=1459283981

But I do not see why it...
Forum: NSIS Discussion 29th March 2016, 18:52
Replies: 12
Views: 4,272
Posted By Bungkai
Yeah, indeed v3.0beta2. I'm running Windows...

Yeah, indeed v3.0beta2.

I'm running Windows 8.1 64-bit if that helps in any way.
Forum: NSIS Discussion 29th March 2016, 15:28
Replies: 12
Views: 4,272
Posted By Bungkai
SkinnedButtons

Trying to use this plugin, but I'm encountering an issue that I'm guessing shouldn't really be happening.

The buttons for the installer of SkinnedButton itself are not showing. I've been using...
Forum: NSIS Discussion 24th March 2016, 18:57
Replies: 20
Views: 5,662
Posted By Bungkai
Just an update in case anyone stumbles into the...

Just an update in case anyone stumbles into the same problem.. taking the other road that Anders told me to take (replace all iterations of MUI_HWND to $1) actually worked perfectly and the color no...
Forum: NSIS Discussion 24th March 2016, 16:59
Replies: 20
Views: 5,662
Posted By Bungkai
Did that, error gone, but the color of the...

Did that, error gone, but the color of the progress bar remains green. I've tampered with the numbers too to no avail.

edit: stripped the code down to the bare bones and just to what gfm688...
Forum: NSIS Discussion 24th March 2016, 16:32
Replies: 20
Views: 5,662
Posted By Bungkai
So it looks like it's definitely...

So it looks like it's definitely '${PBM_SETBKCOLOR}' that is the problem.. and you are correct that it is the 2nd SendMessage. First one works fine.. here's the function in case it's helpful.

;...
Forum: NSIS Discussion 24th March 2016, 15:15
Replies: 20
Views: 5,662
Posted By Bungkai
Ahh I definitely did confuse the two. I made the...

Ahh I definitely did confuse the two. I made the appropriate change though and I still got the same error.
SendMessage: ($0,0x409,0,0x000000)

I had believed the 2nd variable was supposed to...
Forum: NSIS Discussion 24th March 2016, 15:00
Replies: 20
Views: 5,662
Posted By Bungkai
Yes, sorry I meant the PBM defines. It is...

Yes, sorry I meant the PBM defines.
It is giving me an error on the SendMessage for PBM_SETBKCOLOR.
System::Call UxTheme::SetWindowTheme(i,w,w)i(r0,"","")
SendMessage $0 ${PBM_SETBARCOLOR} 0...
Forum: NSIS Discussion 24th March 2016, 14:33
Replies: 20
Views: 5,662
Posted By Bungkai
One more thing.. I'm now trying to change the...

One more thing.. I'm now trying to change the color of the progress bar and I've used the following references:

https://nsis-dev.github.io/NSIS-Forums/html/t-268395.html...
Forum: NSIS Discussion 24th March 2016, 12:16
Replies: 20
Views: 5,662
Posted By Bungkai
I... may have drank some alcohol without even...

I... may have drank some alcohol without even knowing it. No idea how I associated the two of you as one entity.

Thanks for the help, much appreciated.
Forum: NSIS Discussion 23rd March 2016, 20:01
Replies: 20
Views: 5,662
Posted By Bungkai
Hi Anders, Sorry to bother you again but I have...

Hi Anders, Sorry to bother you again but I have seen this page from you: http://nsis.sourceforge.net/Image_in_installer_window_background

and am wanting to incorporate it with what I am trying to...
Forum: NSIS Discussion 23rd March 2016, 14:50
Replies: 20
Views: 5,662
Posted By Bungkai
This may make my life easier. Thanks for being...

This may make my life easier. Thanks for being patient with me.
Forum: NSIS Discussion 22nd March 2016, 19:42
Replies: 20
Views: 5,662
Posted By Bungkai
Ok, now I'm getting a hit.. I'm trying to modify...

Ok, now I'm getting a hit.. I'm trying to modify modern.exe, i saved it as modern_edited and used '!define MUI_UI ${NSISDIR}\Contrib\UIs\yourfile.exe' as you've stated, but I am getting an error. In...
Forum: NSIS Discussion 22nd March 2016, 18:48
Replies: 20
Views: 5,662
Posted By Bungkai
Which one am I supposed to change? When I'm...

Which one am I supposed to change? When I'm running my installer, it looks exactly like default.exe but when I'm making changes to see if it's the right one(Taking off icon, progress bar), the change...
Forum: NSIS Discussion 22nd March 2016, 14:40
Replies: 20
Views: 5,662
Posted By Bungkai
Customizing MUI_PAGE_INSTFILES

Sorry if this has been asked before, but my GoogleFu got me nowhere.

I want to customize the MUI_PAGE_INSTFILES page. I have a plugin all worked out that just runs the page when clicked. I...
Forum: NSIS Discussion 27th November 2015, 18:26
Replies: 2
Views: 1,408
Posted By Bungkai
Deleting a folder

Simple question I know, I see RMDir "$INSTDIR" being thrown around with or without the /r flag. I've placed a folder on the desktop and I was able to delete the files just fine. But I can't delete...
Forum: NSIS Discussion 24th November 2015, 17:26
Replies: 6
Views: 2,736
Posted By Bungkai
Never mind, I didn't need to do what I just...

Never mind, I didn't need to do what I just posted. I'm just running loops in my head. Thanks a lot for your help.
Forum: NSIS Discussion 24th November 2015, 16:30
Replies: 6
Views: 2,736
Posted By Bungkai
It's possible but I'm unsure if the registry...

It's possible but I'm unsure if the registry would be the same across all versions of the program.

So I'm trying to open it as soon as I find the file. I know how to read/write with NSIS, but the...
Forum: NSIS Discussion 23rd November 2015, 20:40
Replies: 6
Views: 2,736
Posted By Bungkai
Okay so I've done what you've said with success....

Okay so I've done what you've said with success. I'm able to find the path based off of the registry. My problem now is that a certain file is also year dependent. as in...
Forum: NSIS Discussion 20th November 2015, 19:51
Replies: 6
Views: 2,736
Posted By Bungkai
Regular expressions for path?

Been looking through google to try to find something similar. Shows me the NSISpcre plugin. Not particularly against it or anything, but I'm new to NSIS already and if I don't need it I'd prefer not...
Showing results 1 to 23 of 23

 
Forum Jump