I definitely saw the ghosting with VFP controls, but just the ListBox and EditBox IIRC. Don't have access to that code now, so I can't check.
Glad you found a fix.
Fred
On Tue, Jun 20, 2017 at 11:51 AM, Tracy Pearson tracy@powerchurch.com wrote:
Fred Taylor wrote on 2017-06-20:
I remember something about ghosted images on a pageframe. I think what
you
need to do is in the init of the pageframe, is to make each page active from last-to-first before setting whatever the correct active page
should
be. You can use LockScreen property so you don't "see" the pages
flashing
by.
Fred
Fred,
I remember that being a fix for ActiveX control issues.
This is a multistep wizard. These pages have already been active by the time the behavior shows up.
I just found a workaround when I noticed my emails. In the Click event, set the Command.Visible = .F.. In the CommandGroup.UIEnable, set the Command.Visible = .T. , when lEnable = .T..
Tracy Pearson PowerChurch Software
[excessive quoting removed by server]