Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: jeffadams78
Forum: NSIS Discussion 28th September 2009, 15:08
Replies: 2
Views: 1,963
Posted By jeffadams78
Thanks for the tip! Once I knew what to search...

Thanks for the tip! Once I knew what to search for, I found this wiki page:

http://nsis.sourceforge.net/Managing_Sections_on_Runtime

Hmm, it isn't showing the URL, but the wiki page is...
Forum: NSIS Discussion 25th September 2009, 18:17
Replies: 2
Views: 1,963
Posted By jeffadams78
How to enable/disable an optional section with code?

I have an optional section, but I want to enable/disable it based on another choice the user has made (not the normal "select what to install" page).

What variable do I set, or macro do I call,...
Forum: NSIS Discussion 24th August 2007, 18:21
Replies: 15
Views: 27,072
Posted By jeffadams78
Hmm, that still didn't work. I've actually...

Hmm, that still didn't work. I've actually changed my mind and decided that the index is fine for my purposes, but thanks for your help.
Forum: NSIS Discussion 24th August 2007, 18:08
Replies: 15
Views: 27,072
Posted By jeffadams78
Any reason why LB_GETTEXT wouldn't work? I'm...

Any reason why LB_GETTEXT wouldn't work? I'm trying to get the text that the user selected, and I think this should work:

SendMessage $MY_LIST_BOX ${LB_GETCURSEL} 0 0 $0
${IF} $0 >= 0
...
Forum: NSIS Discussion 24th August 2007, 17:48
Replies: 15
Views: 27,072
Posted By jeffadams78
You beat me to the post ;). LB_ERR = -1......

You beat me to the post ;). LB_ERR = -1... because that's what I get back every time I send the LB_GETCURSEL message. Any idea why that would be?------

Nevermind, it was a bug in my code, I get...
Forum: NSIS Discussion 24th August 2007, 17:39
Replies: 15
Views: 27,072
Posted By jeffadams78
LB_GETCURSEL returns the index or "LB_ERR" if no...

LB_GETCURSEL returns the index or "LB_ERR" if no line is selected. Any idea what LB_ERR is? -1? You don't appear to have it defined in nsDialogs.nsh. The index is supposedly 0-based, so 0 is...
Forum: NSIS Discussion 24th August 2007, 15:54
Replies: 5
Views: 2,362
Posted By jeffadams78
When you wrap it in single quotes in the call to...

When you wrap it in single quotes in the call to the macro ['"'], inside the macro it will be back to just ["]. So in the macro where you use the value it would also need to be wrapped in single...
Forum: NSIS Discussion 24th August 2007, 15:51
Replies: 15
Views: 27,072
Posted By jeffadams78
How do you get the selection from the list box? ...

How do you get the selection from the list box? And can you have a change function?

GetFunctionAddress $0 OnMyListBoxChange
nsDialogs::OnChange /NOUNLOAD $MY_LIST_BOX $0

Doesn't seem to...
Forum: NSIS Discussion 24th August 2007, 15:31
Replies: 5
Views: 2,362
Posted By jeffadams78
Wrap it in single quotes? ${WordFindFixed}...

Wrap it in single quotes?

${WordFindFixed} $2 '"' "+2" $0
Forum: NSIS Discussion 23rd August 2007, 18:11
Replies: 172
Views: 85,821
Posted By jeffadams78
OK I thought I had it figured out, but I don't,...

OK I thought I had it figured out, but I don't, so I'm going to put back the question I asked before but then erased...

If I want to create a page with nsDialogs that looks like:

Label1:...
Forum: NSIS Discussion 23rd August 2007, 18:08
Replies: 172
Views: 85,821
Posted By jeffadams78
How is ${NSD_CreateFileRequest} different from...

How is ${NSD_CreateFileRequest} different from ${NSD_CreateText}?
Forum: NSIS Discussion 23rd August 2007, 17:08
Replies: 172
Views: 85,821
Posted By jeffadams78
Hmm, so the FileRequest function really isn't for...

Hmm, so the FileRequest function really isn't for use in new totally nsDialog-driven stuff, just for working with ini files?
Forum: NSIS Discussion 16th August 2007, 19:20
Replies: 172
Views: 85,821
Posted By jeffadams78
Heh, and it would appear I failed to refresh the...

Heh, and it would appear I failed to refresh the page before posting. Thanks anyway though!
Forum: NSIS Discussion 16th August 2007, 19:18
Replies: 172
Views: 85,821
Posted By jeffadams78
Duh, nevermind... just found the examples...

Duh, nevermind... just found the examples installed under /NSIS/Examples/nsDialogs if you install the new version of NSIS.
Forum: NSIS Discussion 16th August 2007, 18:42
Replies: 172
Views: 85,821
Posted By jeffadams78
Question Can someone throw together a quick example? I'm...

Can someone throw together a quick example? I'm not sure how you guys figured this thing out, unless it was just by reading the .nsh and trial and error.

Just something like:

Custom "enter a...
Showing results 1 to 15 of 15

 
Forum Jump