Error RECT-1:MOVE-TO-TOP(). What to do?

Posted by Admin on 16-Nov-2007 06:50

All Replies

Posted by Admin on 14-Jan-2008 07:53

Do you mean you have another frame that overlaps the display of RECT-1 ?I guess you need to add the rectangle to that frame then.

Mike

Posted by Admin on 15-Jan-2008 13:31

MOVE-TO-TOP moves a control to the top in the Z-order. so when a button overlays another button, you can make one of the two completely visible by using MOVE-TO-TOP(). This won't help you displaying a control in another frame. In that case you have to reparent the control to a new frame.

This thread is closed