Trying to add the Appeon resize service to an app and struggling. If I allow all objects within a window to be default resize state (don't use of_setflag to make any changes) then works fine. But if I make any changes to lock a dw so that its x and y positions do not change then that's where the headache comes in. Example I have two datwindows one above the other. If I lock the X and Y position of datawindow 1 (of_setflag(dw1,'0011') so that it does not move and leave datawindow 2 to its default resize state. Datawindow 2 will overlap datawindow 1 (dw above it). I have tried changing datawindow 2 using the of_setflag to many variances with no luck, what would be the appropriate setting in the of_setflag function that would prevent the overlap but still allow resize appropriately. Is there additional functions that need to be called/set to prevent the overlap?