Poll: Does auto-hiding panels make the IDE more likely to crash?

 

DevRoadmaps polls are user-configurable, so if you don't see a suitable choice you can add it. 

You must be logged in to vote and to add new poll choices. 

You can vote for more than once choice.

 

 

The discussion that prompted this poll continues in the sv.clarion.clarion8 newsgroup. I know lots of developers (and I'm among them) who try to avoid doing taking any IDE action while an app loads as this is likely to cause a crash. 

Neil Porter is convinced that moving the mouse while the app loads contributes to lockups, and suggested that seeing a panel automatically hide tempts the user to move the mouse. And if moving the mouse causes a panel to hide (or reappear), as Craig Jorgensen points out, well, you have trouble. 

While the IDE itself is .NET, the AppGen is Win32, and not only does it need to live inside the .NET environment and respond to commands from the IDE, it also makes use of various .NET IDE components. So it's probably no wonder that things get a little hairy sometimes. 

That's also a cautionary tale for anyone contemplating doing their own mixed Win32/.NET development.