Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   BUG or a feature? (http://forums.winamp.com/showthread.php?t=255930)

sashakir 21st September 2006 17:10

BUG or a feature?
 
I use .onVerifyInstDir callback function in my installer.
It disables OK button in Browse dialog if an installation path is incorrect. Is it OK that first time the dialog is launched (installation path is "My Computer") this button is enabled, even if the path is incorrect?

Thank you

Comm@nder21 21st September 2006 19:13

yep, this is normal behaviour, you'll need to run .onVerifyInstDir in the pages show function to do the job :)

Function DirectoryShow
Call .onVerifyInstDir
FunctionEnd


All times are GMT. The time now is 04:29.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.