
For example just simply doing this will draw the main object tree on the screen in the centre which obviously works fine.
Code: Select all
form_center tree&,x,y,w,h
junk=objc_draw(tree&,0,10,x,y,w,h)

If I remove the objc_draw line you can see the locations are correct with the main window.
So no idea what is going on

From what I can gather the form_centre might be recalculating the objects XY locations and objc_draw Does not actually draw the objects that the location past in that function
