We have a form created in VFP8. Themes are enabled.

A particular sequence of control-clicking results is some controls
disappearing from the form, only to reappear after the mouse has tracked
over them.

I have read several reports regarding this behavior in forms converted from
2.6. The form in question here was created from scratch in VFP8 - *not*
converted.

If we disable theme support, the problem goes away. Also, if we run in VFP9,
the problem goes away. Unfortunately, these are not viable options for us.

Any workarounds?

Regards,

Brian

Re: Disappearing Form Objects by Olaf

Olaf
Mon Jul 02 04:35:21 CDT 2007

> If we disable theme support, the problem goes away.

You can not only set this globally but also individually for
these controls with there .Themes property. Will that
work?

Bye, Olaf.



Re: Disappearing Form Objects by Roger

Roger
Mon Jul 02 14:00:39 CDT 2007


"Brian McKillop" <brian.nospamforme@mckillopassociates.com.au> wrote:

> We have a form created in VFP8. Themes are enabled.
>
> A particular sequence of control-clicking results is some controls
> disappearing from the form, only to reappear after the mouse has
> tracked over them.
>
> I have read several reports regarding this behavior in forms converted
> from 2.6. The form in question here was created from scratch in VFP8 -
> *not* converted.
>
> If we disable theme support, the problem goes away. Also, if we run in
> VFP9, the problem goes away. Unfortunately, these are not viable
> options for us.
>
> Any workarounds?

Too little information.
Post some code to reproduce the problem.

-Roger