Windows 8 Window blinks on startup [5]
Windows 8 Window blinks on startup
Sunday, April 21, 2013 12:25 AM - Erwin
Hi,
This is a great replacement for putty but why the window blinks on first open? It is very subtle but it is present. It is like the Window starts black, and then the contents spawn.
It is because the graphic controls netarang use? I see the same issue in other apps.
Program Ver. : Xshell 4
This is a great replacement for putty but why the window blinks on first open? It is very subtle but it is present. It is like the Window starts black, and then the contents spawn.
It is because the graphic controls netarang use? I see the same issue in other apps.
Program Ver. : Xshell 4
Re: Windows 8 Window blinks on startup
Sunday, April 21, 2013 5:58 PM - Support
The blinking may look more obvious in slow machines. We are working on improving this issue. Although this is not a major issue for most users, we would like to make the experience more smooth and flicker-free.
---
Technical Support
---
Technical Support
Re: Windows 8 Window blinks on startup
Monday, April 22, 2013 9:00 AM - Erwin
Good to know.
The window fades in all black so even if the machine is very fast (mine is pretty normal: Athlon x4, 8gb ram, 1gb geforce 9600gt, win 8 x64), it will be noticeable. I feel it is something related with the alpha transparency function? Other windows like the settings don't blink at all.
Thanks for the answer.
The window fades in all black so even if the machine is very fast (mine is pretty normal: Athlon x4, 8gb ram, 1gb geforce 9600gt, win 8 x64), it will be noticeable. I feel it is something related with the alpha transparency function? Other windows like the settings don't blink at all.
Thanks for the answer.
Re: Windows 8 Window blinks on startup
Monday, April 22, 2013 2:57 PM - Support
Thank you for your suggestion. Your feedback has been forwarded to our developers.
We are working to see this fix come alive in our future releases.
---
Technical Support
We are working to see this fix come alive in our future releases.
---
Technical Support
Re: Windows 8 Window blinks on startup
Thursday, May 2, 2013 1:25 AM - Support
We found out that this bug is related to the animation option in Windows. We will fix this issue in the future.
Meanwhile, to fix this problem, enable the Animate windows when minimizing and maximizing option (System > Advanced system settings > Performance settings)
---
Technical Support
Meanwhile, to fix this problem, enable the Animate windows when minimizing and maximizing option (System > Advanced system settings > Performance settings)
---
Technical Support
Re: Windows 8 Window blinks on startup
Saturday, March 29, 2014 7:32 PM - erwin
Hi again, I switched to putty for a while and I am checking again xshell (because got bored again with putty limitations) and this blinking window issue still continues!
So I think since you will never fix this, I should take a look:
1) There is a 150 ms sleep (just lazy coding?) here:
http://cl.ly/Ui0I
2) Also why is the registry "FirstRun" readed in between the window is created and then, sleep and then updated?
http://cl.ly/UiOZ
So... you can read the registry key BEFORE creating the window, and try to avoid the sleep. For the moment I just will increase that thread sleep a couple of ms to avoid the flickering in Windows 8.1
http://cl.ly/Uj0H
Here is the modified file is someone dislikes the flickering: http://cl.ly/Uieb
So I think since you will never fix this, I should take a look:
1) There is a 150 ms sleep (just lazy coding?) here:
http://cl.ly/Ui0I
2) Also why is the registry "FirstRun" readed in between the window is created and then, sleep and then updated?
http://cl.ly/UiOZ
So... you can read the registry key BEFORE creating the window, and try to avoid the sleep. For the moment I just will increase that thread sleep a couple of ms to avoid the flickering in Windows 8.1
http://cl.ly/Uj0H
Here is the modified file is someone dislikes the flickering: http://cl.ly/Uieb
Previous views: 152