mastercontrol
Programmer
Hello,
I made splitbar in the to separate datawindow on two parts. Splitbar working, so if I move it it goes to the left or to the right. Code of that is :
st_1.of_register( tvi_1, st_1.LEFT )
st_1.of_register( dw_ss, st_1.RIGHT )
but I need to move not only these two main objects, but also need move other objects (commandbuttons, StaticText fields, etc) according to my movings of splitbar.
How is better to do that? Basically I need synchronize splitbar with other objects according to move of splitbar.
I made splitbar in the to separate datawindow on two parts. Splitbar working, so if I move it it goes to the left or to the right. Code of that is :
st_1.of_register( tvi_1, st_1.LEFT )
st_1.of_register( dw_ss, st_1.RIGHT )
but I need to move not only these two main objects, but also need move other objects (commandbuttons, StaticText fields, etc) according to my movings of splitbar.
How is better to do that? Basically I need synchronize splitbar with other objects according to move of splitbar.