Is it possible to set the kayboad focus to a nsDialogs radio button?
I've tried:
SendMessage $HWNDPARENT ${WM_NEXTDLGCTL} $0 1 $R0In this case '$0' is the HWND that has been returned by '${NSD_CreateRadioButton}'.The installer crashes every time I'm trying this.
When setting the keyboard focus to a button, it works fine.
Thanks. 🙂
CJ