Forum Discussion
YMinaev
Staff
15 years agoHi,
VisibleOnScreen of an object is true only if this object is currently drawn (you can see it on your monitor). If it is not drawn, VisibleOnScreen will always be false, not matter how many times you refresh the object tree. Try using Visible instead.
As for Activate, process shouldn't have it. This method is applied to windowed objects.
VisibleOnScreen of an object is true only if this object is currently drawn (you can see it on your monitor). If it is not drawn, VisibleOnScreen will always be false, not matter how many times you refresh the object tree. Try using Visible instead.
As for Activate, process shouldn't have it. This method is applied to windowed objects.