Skip to content
⌘ NSIS Forum Archive

bring focus on Language selection pop up

6 posts

leader80#

bring focus on Language selection pop up

Hi guys,

I have a little problem with the language selection pop-up provided with the MUI.

When the installer starts I can not bring the focus on it...
I mean, I call the !insertmacro MUI_LANGDLL_DISPLAY in the .onInit function, but I cannot catch the windows to give it the focus, so what I tried is to use the .onGuiInit event but it seems not to work, since I tried to pop up a messagebox but it comes out only after the selection of a language...

Any idea? please I'm really blocked.

Thanks
Red Wine#
Sorry, I can't get your point, what are you trying to achieve?
When installer starts, correctly comes on top the language selection dialog, after a language is selected this dialog closes and the 1st page comes on top.
Isn't that what happens in your case or you want to change this behavior?
Red Wine#
I see, me too I wonder if there's a method against this.
Probably happens occasionally and it's OS depended.
leader80#
to me happens each time 🙁

Isn't there a way to fix this problem?
I mean is not possible that it is hided from other windows...