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 <[email protected]> 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] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAJCBkspcNELiV2cM_=kmkuzetottdsed2fw9c4yn4baesyf...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

