daisywheel
10th September 2007 18:16 UTC
Usinfg of inetc::get in .onInit makes installer to start as not active window
I added inetc::get call in .onInit function. After that my installer starts as not active application (it appears in task bar but as not selected). Installer's window appears behind another windows. I have to click in task bar to make it active.
Does anybody have idea what is the reason?
How can I fix it or workaroud?
Thanks,
Roman
Takhir
11th September 2007 07:10 UTC
Related threads http://forums.winamp.com/showthread....49#post2228449
http://forums.winamp.com/showthread....ght=foreground
http://forums.winamp.com/showthread....ght=foreground
Use forum search to get all threads. Problem appears because installer not created it's first window on launch (silent inetc request). If you want keep this behaviour the only "good" way is temporary set installer window active and topmost, but you must do this when installer is already visible (and I don't know where to add this code)...