Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Tanerax
Forum: NSIS Discussion 27th February 2007, 20:05
Replies: 12
Views: 2,556
Posted By Tanerax
Actually that worked perfectly thanks a bunch.

Actually that worked perfectly thanks a bunch.
Forum: NSIS Discussion 27th February 2007, 20:01
Replies: 12
Views: 2,556
Posted By Tanerax
I am loading up a custom dialog using...

I am loading up a custom dialog using InstallOptions::initdialog so its after loading that, and before InstallOptions::show
Forum: NSIS Discussion 27th February 2007, 19:50
Replies: 12
Views: 2,556
Posted By Tanerax
So then the following should work? ...

So then the following should work?

GetDlgItem $2 $HWNDPARENT 3
System::Call "user32::SetFocus(i r2)"

Back is still not getting selected as a focus.. :(
Forum: NSIS Discussion 27th February 2007, 18:55
Replies: 12
Views: 2,556
Posted By Tanerax
I currently running with GetDlgItem $r2...

I currently running with

GetDlgItem $r2 $HWNDPARENT 3
System::Call "user32::SetFocus(i r2)"

When I messagebox the $r2 value it comes out as the right handle according to my spy++ app but I...
Forum: NSIS Discussion 27th February 2007, 17:40
Replies: 12
Views: 2,556
Posted By Tanerax
That has information on changing information on...

That has information on changing information on stuff located in the custom dialog but how do I get focus to a button that belongs to the ui (back button) ?
Forum: NSIS Discussion 27th February 2007, 17:00
Replies: 12
Views: 2,556
Posted By Tanerax
Setting Focus

I went through the forum looking and havn't managed to find a post regarding my particular circumstances to setting focus with custom dialogs.

I am looking for a way to change the focus of the...
Forum: NSIS Discussion 22nd December 2005, 19:12
Replies: 6
Views: 2,227
Posted By Tanerax
Thanks a bunch. The InstallOptions was exactly...

Thanks a bunch. The InstallOptions was exactly what i needed. Just need to find a way to manipulate the "components" list after they selected it.
Forum: NSIS Discussion 21st December 2005, 18:17
Replies: 6
Views: 2,227
Posted By Tanerax
Essentially what we are trying to have occur is...

Essentially what we are trying to have occur is having a licensing window appear after the component selection. If a certain component is selected it has a separate license for it. So when the user...
Forum: NSIS Discussion 21st December 2005, 14:05
Replies: 6
Views: 2,227
Posted By Tanerax
I managed to get logic to run based off what was...

I managed to get logic to run based off what was selected during installation but is it possible to load a "License" dialog in a function. Tried to use the normal !insertmacro but it contains a...
Forum: NSIS Discussion 21st December 2005, 13:21
Replies: 6
Views: 2,227
Posted By Tanerax
Post Licensing

Is there a way to have license data displayed only if a particular component is selected for installation?
Showing results 1 to 10 of 10

 
Forum Jump