Roman Haefeli wrote:
i just checked the code: it seems like changing the page moves some gui-objs out of the gop-window and others into the window with [pos X Y(-messages.
Send messages to resize your GUI objects to/from 0 width or 0 height. They effectively "don't exist" if they are zero pixels high or wide (although they still use some CPU resources). You could even do it with [line], so that they seem to fade out or drop down.
d.