RESIZE DCTABPAGE
Posted: Tue Oct 02, 2018 10:01 am
Hello,
I mus be doing something wrong.
If i resize the page, the 2nd TAB page does no follow the resize. It hides behind the first tab.
Other controls like DCPUSHBUTTON, DCGET and DCSAY are repositoned correctly.
What is my mistake?
I mus be doing something wrong.
Code: Select all
@ 1 ,1 DCTABPAGE oTabMutaties CAPTION "Meldingen" SIZE 110,20 PREOFFSET 0 POSTOFFSET 88 RESIZE DCGUI_RESIZE_REPOSONLY_Y
@ 0 ,0 DCTABPAGE oTabErrors CAPTION "Fouten" RELATIVE oTabMutaties RESIZE DCGUI_RESIZE_REPOSONLY_Y
Other controls like DCPUSHBUTTON, DCGET and DCSAY are repositoned correctly.
What is my mistake?