Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2008 May : Disabling the exception "Cannot focus an invisible or hidden control"
| Subject: | Disabling the exception "Cannot focus an invisible or hidden control" |
| Posted by: | "JJ" (nospam@nospam.com) |
| Date: | Fri, 30 May 2008 10:54:28 |
There are times when my users get the exception "Cannot focus an invisible
or hidden control"
I realize that this is a bug in my program, and I fix things like that when
I find them. But there are times when it results in a lot of extra code just
to avoid this exception.
So I'd like to disable the appearance of this exception, so my users never
see it.
Is there a way to do that?