What I noticed is that when I start a worker the _screen object is visible. also when I use a callmethod.
That is something I don't want to happen since my application basically is a one screen application that runs as top level form.
Is there a way to prevent the _screen from appearing (other than starting each and every method with _screen.visible = .F.)
↧